.gitattributes
.gitignore
LICENSE
README.md
pyproject.toml
.github/workflows/publish-to-test-pypi.yml
examples/convert.py
examples/plot_demo.py
examples/read_aeronet_file.py
examples/read_sonet_file.py
examples/tidying/generate_bash_to_extract_gring_info.py
scripts/get_gring_coordinates_from_modis_hdf.py
scripts/get_gring_coordinates_from_viirs_nc.py
scripts/get_nearest_point_index.py
scripts/get_overpass_datetime_from_mcd19a2.py
scripts/tidying/move_file_from_year_dir_to_day_dir.py
src/mtmaod/__init__.py
src/mtmaod/indicator.py
src/mtmaod/path.py
src/mtmaod/plot.py
src/mtmaod/spatial.py
src/mtmaod.egg-info/PKG-INFO
src/mtmaod.egg-info/SOURCES.txt
src/mtmaod.egg-info/dependency_links.txt
src/mtmaod.egg-info/requires.txt
src/mtmaod.egg-info/top_level.txt
src/mtmaod/products/__init__.py
src/mtmaod/products/_template.py
src/mtmaod/products/aeronet.py
src/mtmaod/products/modis.py
src/mtmaod/products/sonet.py
src/mtmaod/products/viirs.py
src/mtmaod/utils/netCDF4.py
src/mtmaod/utils/pyhdf.py
test/gdal_list_datasets.py
test/read_mod02.py
test/read_mod02_grid_from_rslab.py
test/read_mod04.py
test/read_mod09GA.py