An interactive tool for exploring flood risk in Galveston, TX. Use the dropdown menus to toggle between flooding scenarios (i.e., Hurricane Ike hitting in 2050 with intermediate sea level rise). Built with p5.js and Leaflet.
Originally developed for the NOAA Sea Grant program alongside Galveston Historical Foundation and Marine Weather & Climate.
If you're comfortable on the command line, navigate to the project folder and run the Python development server.
$ python -m SimpleHTTPServer
or
$ python3 -m http.server
The map should be accessible from your browser at localhost:8000.
Alternatively, the Brackets text editor makes it easy to preview web apps while you work. After installing Brackets (and Chrome), open up the project folder with Brackets and click on the little lightning bolt. ⚡