The tropessplots library in this repository contains notebooks in the notebooks directory that lets you create your own TROPESS daily and multi-day plots, as seen on the TROPESS website at https://tes.jpl.nasa.gov/tropess/get-data/plots.
Right now, there are four Jupyter notebooks:
01_cris_download_run.ipynb: Create a daily TROPESS CrIS-JPSS1 plot for all available species.02_airs-omi_download_runipynb: Create a daily TROPESS AIRS-OMI ozone plot.03_cris_download_run_range.ipynb: Create a multi-day TROPESS CrIS-JPSS1 plot from a range of dates for all available species.04_airs-omi_download_run_range.ipynb: Create a multi-day TROPESS AIRS-OMI ozone plot.
These notebooks (and accompanying code) will allow give you some setup information, and then you can tailor the plots to your needs, for example, if you want to change the colorbars.
To install necessary libraries and functions to run the plots in a Python 3.12 (or greater) enviornment, you will need to pip install this repository like:
pip install git+https://github.com/NASA-TROPESS/tropessplots.gitYour notebooks will then be able to call various parts of the library like:
from tropessplots.shared.read_nc import read_ncThe notebooks are not included in the instllation, you will have to separately clone or download them.