Full catalog/tornadoes-2024-dow-rhohv-greenfield
tornadoes-2024-dow-rhohv-greenfield·dataset

Radar sign of flying debris in the 2024 Greenfield tornado, from Doppler on Wheels radar (DOW7)

DOW7 Correlation Coefficient (Greenfield, IA)
atmosphere NASA VEDA COG
In plain English

What it measures. A radar measure (called correlation coefficient) that reveals how uniform the objects in the air are inside the EF-4 tornado that hit Greenfield, Iowa on May 21, 2024. Low values flag lofted debris, marking where the tornado is tearing things apart.

How it's made. Captured by DOW7, a truck-mounted mobile Doppler-on-Wheels weather radar driven close to the storm.

How & where you'd use it. Lets forecasters and researchers confirm a tornado is on the ground and causing damage.

What's measured

tornadoes2024dowrhohvgreenfield

Coverage & cadence

  • Time span2024-05-21 → 2024-05-21
  • Spatial extent-94.5, 41.275, -94.4, 41.325
  • 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

Correlation Coefficient (rhoHV) collected by DOW7 from the Greenfield, Iowa EF-4 tornado on May 21, 2024 at 20:41:08.

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("tornadoes-2024-dow-rhohv-greenfield")
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).