Drought monitoring app built using PODPAC.
To see it in action, click on Drought Monitor, or click on the image below.
If you have Python 3 installed, open a terminal in the src/
directory and run:
$ python -m http.server 8000 --bind localhost
Navigate to your browser and type the url: http://localhost:8000/
.
Reload your browser to apply changes after editing the source.