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.
- Host: GitHub
- URL: https://github.com/ahuang11/nasa-earth-data-gibs-wms-explorer
- Owner: ahuang11
- Created: 2023-07-12T21:16:14.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-20T14:50:25.000Z (almost 2 years ago)
- Last Synced: 2025-01-24T19:12:29.203Z (3 months ago)
- Language: Python
- Homepage: https://ahuang11.github.io/nasa-earth-data-gibs-wms-explorer/
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```