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

https://github.com/doi-usgs/hurricane-maria

visualization for hurricane Maria 2017
https://github.com/doi-usgs/hurricane-maria

Last synced: about 1 month ago
JSON representation

visualization for hurricane Maria 2017

Awesome Lists containing this project

README

        

# hurricane-maria
visualization for hurricane Maria 2017: https://labs.waterdata.usgs.gov/visualizations/hurricane-maria/index.html

One way to view locally, from R console:
```r
servr::httd('target')
```

Another, from a shell:
```bash
python -m SimpleHTTPServer
```