An open API service indexing awesome lists of open source software.

https://github.com/ahuang11/nasa-earth-data-gibs-wms-explorer

Explore all of the layers available from NASA EarthData GIBS.
https://github.com/ahuang11/nasa-earth-data-gibs-wms-explorer

Last synced: about 1 month ago
JSON representation

Explore all of the layers available from NASA EarthData GIBS.

Awesome Lists containing this project

README

        

To rebuild the app upon version update:

```bash
panel convert app.py --to pyodide-worker --out pyodide --requirements panel holoviews owslib pandas
mv pyodide/app.html pyodide/index.html
rm -rf docs
mv pyodide docs
```