├── Case_Study_Illinois.jl ├── Demo_presentation.jl ├── LICENSE ├── Manifest.toml ├── Project.toml ├── README.md └── src ├── TROPO-DEMO.json └── images ├── data_calendar.png ├── google_screenshot.png ├── json_screenshot.png └── kml_screenshot.png /Case_Study_Illinois.jl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philag/TROPOMI-OCO-2_SIF_DEMO/HEAD/Case_Study_Illinois.jl -------------------------------------------------------------------------------- /Demo_presentation.jl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philag/TROPOMI-OCO-2_SIF_DEMO/HEAD/Demo_presentation.jl -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philag/TROPOMI-OCO-2_SIF_DEMO/HEAD/LICENSE -------------------------------------------------------------------------------- /Manifest.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philag/TROPOMI-OCO-2_SIF_DEMO/HEAD/Manifest.toml -------------------------------------------------------------------------------- /Project.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philag/TROPOMI-OCO-2_SIF_DEMO/HEAD/Project.toml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philag/TROPOMI-OCO-2_SIF_DEMO/HEAD/README.md -------------------------------------------------------------------------------- /src/TROPO-DEMO.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philag/TROPOMI-OCO-2_SIF_DEMO/HEAD/src/TROPO-DEMO.json -------------------------------------------------------------------------------- /src/images/data_calendar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philag/TROPOMI-OCO-2_SIF_DEMO/HEAD/src/images/data_calendar.png -------------------------------------------------------------------------------- /src/images/google_screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philag/TROPOMI-OCO-2_SIF_DEMO/HEAD/src/images/google_screenshot.png -------------------------------------------------------------------------------- /src/images/json_screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philag/TROPOMI-OCO-2_SIF_DEMO/HEAD/src/images/json_screenshot.png -------------------------------------------------------------------------------- /src/images/kml_screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philag/TROPOMI-OCO-2_SIF_DEMO/HEAD/src/images/kml_screenshot.png --------------------------------------------------------------------------------