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
- Host: GitHub
- URL: https://github.com/doi-usgs/hurricane-maria
- Owner: DOI-USGS
- License: gpl-3.0
- Created: 2017-09-19T16:48:59.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2023-05-05T14:39:15.000Z (about 2 years ago)
- Last Synced: 2025-03-29T09:12:37.068Z (about 2 months ago)
- Language: R
- Size: 3.36 MB
- Stars: 6
- Watchers: 12
- Forks: 9
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# hurricane-maria
visualization for hurricane Maria 2017: https://labs.waterdata.usgs.gov/visualizations/hurricane-maria/index.htmlOne way to view locally, from R console:
```r
servr::httd('target')
```Another, from a shell:
```bash
python -m SimpleHTTPServer
```