Full catalog/ps-greenfield-post-tornadoes-2024
ps-greenfield-post-tornadoes-2024·dataset

Greenfield, Iowa After the Tornado, Spring 2024

Planet TrueColor Satellite Imagery (Greenfield IA Tornado Damage - Post)
atmosphere NASA VEDA COG
In plain English

What it measures. True-color satellite photos of Greenfield, Iowa taken after the spring 2024 tornado, showing the damage left behind.

How it's made. Captured by Planet's commercial PlanetScope small-satellite fleet as natural-color visible imagery.

How & where you'd use it. Lets responders gauge destruction and direct relief after the tornado.

What's measured

greenfieldposttornadoes2024

Coverage & cadence

  • Time span2024-05-22 → 2024-05-22
  • Spatial extent-94.784, 41.127, -94.351, 41.464
  • 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

Commercial SmallSat PlanetScope Satellite Visible Imagery of select locations that experienced tornado damage during the spring of 2024 in the United States. The location in this collection is Greenfield, Iowa after the tornado strike.

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("ps-greenfield-post-tornadoes-2024")
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).