Jupyter Notebooks for TROPESS Notes (in Python)
For initial setup see:
https://github.com/NASA-TROPESS/tropess-notes/blob/main/dev/setup-macos.md
Clone this repository:
git clone https://github.com/NASA-TROPESS/tropess-notes-python.gitConfigure the project to create a local Python virtual environment and install all required Python packages:
# switch dir cd tropess-notes-python # configure the project source configure.shStart Jupyter Lab:
jupyter labFrom here pick any of the notebooks (*.ipynb) and try to run it. Before running the code, make sure you have downloaded the TROPESS sample data to ./data as documented in the examples.