Full catalog/landslides-planet-during
landslides-planet-during·dataset

Asheville Flooding During Hurricane Helene (Planet Imagery)

PlanetScope Satellite Imagery (Asheville NC - Hurricane Helene - During)
atmosphere NASA VEDA COG
In plain English

What it measures. Natural-colour satellite photos of Asheville, North Carolina captured during the massive flooding caused by Hurricane Helene.

How it's made. Commercial true-colour imagery from Planet Labs satellites, obtained through NASA's Commercial Satellite Data Acquisition program.

How & where you'd use it. Gives responders a near-real-time view of which neighbourhoods and roads were underwater during the disaster.

What's measured

landslidesplanetduring

Coverage & cadence

  • Time span2024-09-28 → 2024-09-28
  • Spatial extent-82.723, 35.414, -82.339, 35.644
  • FormatsCOG

What you can do with it

  • Map air pollutants — NO₂, aerosols, ozone
  • Track greenhouse gases and Earth's energy budget
  • Feed weather and air-quality analysis
Official description

TrueColor RGB commercial satellite imagery from Planet Labs of Asheville, North Carolina during massive flodding caused by Hurricane Helene. This data was made available through the NASA Commercial Satellite Data Acquisition (CSDA) Program.

Get the data

veda_access.py
# NASA VEDA — open STAC API, anonymous (cloud-optimized GeoTIFFs)
from pystac_client import Client

cat = Client.open("https://openveda.cloud/api/stac")
col = cat.get_collection("landslides-planet-during")
items = list(col.get_items())          # browse the analysis-ready COGs
# open an asset with rioxarray:
# import rioxarray; da = rioxarray.open_rasterio(items[0].assets["cog_default"].href)
NASA VEDA is an open STAC catalog — browse and stream the cloud-optimized GeoTIFFs anonymously (no login).