Sites as GeoJSON
Created by: pmpowers-usgs
Take advantage of GitHub's ability to render GeoJSON files
- Change site locations and polygons to be defined using GeoJSON.
- Refactor HazardCalc to process
sites.geojson
orsites.csv
filetypes. - Use the bounding box property to define a rectangular region when exporting curves as binary; this only applies to map polygons.
- Use intersection of bounding box and map polygon to define where hazard curves are computed (e.g. intersect large US polygon with CEUS bounding box)
- Remove site specification from config entirely; this dovetails with #67 (closed) and #93 (closed)