hazardstack
v0.0.0
Published
Property hazard data composite library (in development) — multi-source federal hazard data per US address
Maintainers
Readme
HazardStack
Property hazard data composite library — in development.
HazardStack will aggregate federal property hazard data (FEMA flood, USGS earthquake, NIFC wildfire, EPA radon + Superfund, AirNow AQI, NOAA sea-level-rise) into a single per-address query.
// Coming soon
const { lookup } = require('hazardstack');
const report = await lookup("1600 Pennsylvania Ave NW, Washington, DC");The primary implementation is in Python (pypi.org/project/hazardstack). This npm package will track the Python library's API.
Status: pre-release placeholder. Active development at github.com/hazardstack/hazardstack.
Website: hazardstack.com
License: AGPL-3.0-or-later. Commercial license available for SaaS / closed-source use.
