After this earthquake, where did the ground shift and the lights go out?
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, 21.7 → 96.3, 22.1 (Mandalay region, Myanmar)A big earthquake leaves two fingerprints satellites can read from orbit: the **ground physically moves**, and **infrastructure goes dark**. Together they map where the shaking did the most.
A big earthquake leaves two fingerprints satellites can read from orbit: the ground physically moves, and infrastructure goes dark. Together they map where the shaking did the most.
What you can answer
- Ground deformation, to the centimetre. InSAR compares the phase of two Sentinel-1 radar passes before and after the quake; the difference (an interferogram) reveals how the surface shifted — the signature of the rupture.
- Where the lights went out — Black Marble nightlights before vs after flag neighbourhoods that lost power, a fast proxy for damage and disruption.
- Visible destruction — clear-sky optical pre/post imagery confirms collapsed structures.
What you can NOT answer (easily)
- Building-by-building damage — EO gives area patterns; precise structural assessment needs higher-res tasking or ground survey.
- InSAR through dense vegetation or with too much change — decorrelation degrades the phase; works best on bare/urban terrain.
- Casualties — these are physical-impact proxies, not human-impact counts.
How you’d approach it
Form an InSAR pair across the event for the deformation field, difference Black Marble nightlights for outages, and overlay both on population/buildings to triage. Advanced (InSAR processing is involved). Supports the Respond phase of the NASA Disasters program.
Make it yours → Set your event date and AOI, pick the bracketing Sentinel-1 acquisitions and the pre/post Black Marble nights in the notebook.
The Before-After-Control-Impact vs a noise floor 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).