Who and what is exposed in this hazard zone?
Analysis-ready products for actual events that this question maps to — open each in the catalog, or browse them on the NASA Disasters Portal.
Draw a rectangle to pick your area of interest, then see what NASA data covers it (live, here in your browser) or download a ready-to-run notebook with your AOI pre-filled. The notebook runs in any Python environment — it needs a free Earthdata Login to fetch the data.
-95.8, 29.5 → -95, 30.1 (Greater Houston, Texas)Before a disaster strikes, the question is *who is in harm's way.* You overlay the hazard footprint onto where people live and what's built — turning a hazard map into an **exposure** map that drives preparedness.
Before a disaster strikes, the question is who is in harm’s way. You overlay the hazard footprint onto where people live and what’s built — turning a hazard map into an exposure map that drives preparedness.
What you can answer
- How many people are exposed. Intersect a hazard zone (e.g. a 100-year flood layer) with WorldPop population and count the people inside.
- What’s built there — EO-derived building footprints and exposure layers add the physical assets at risk.
- Which neighbourhoods to prioritise — rank by exposed population × hazard likelihood for mitigation and evacuation planning.
What you can NOT answer (be careful)
- Vulnerability ≠ exposure. This counts who’s in the zone, not who’s most vulnerable (age, income, mobility) — pair with social-vulnerability data (e.g. SEDAC/CDC SVI).
- Exact asset values — building exposure is a proxy, not an appraisal.
- Future population — these are present-day snapshots; growth changes exposure.
How you’d approach it
Load a hazard layer for your AOI, overlay WorldPop and building footprints, and sum exposed population and structures by zone. This is the Prepare / Build-Resilience workhorse — see the free companion data (WorldPop, geoBoundaries) the atlas already lists. Supports the NASA Disasters program.
Make it yours → Swap in your AOI and chosen return-period hazard layer, and set the ranking weights in the notebook.
The detection / counting above a threshold at the heart of this question — runnable on synthetic data, right here. The full earthaccess code template further down does it on real NASA data (needs an Earthdata login).