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

North Carolina and Tennessee Damage After Hurricane Helene (Planet Imagery)

PlanetScope Satellite Imagery (NC/TN Hurricane Helene - Post)
atmosphere NASA VEDA COG
In plain English

What it measures. Natural-colour satellite photos showing the damage left across North Carolina and Tennessee after Hurricane Helene passed through.

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. Lets responders survey storm damage and prioritise recovery in hard-hit areas.

What's measured

landslidesplanetpost

Coverage & cadence

  • Time span2024-10-05 → 2024-10-08
  • Spatial extent-83.15, 35.286, -81.953, 36.353
  • 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 damage in North Carolina and Tennessee from Hurricane Helene's impacts. 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-post")
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).