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.git
Configure 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.sh
Start Jupyter Lab:
jupyter lab
From 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.