Full catalog/tornadoes-2024-polygons
tornadoes-2024-polygons·dataset

Spring 2024 U.S. Tornado Damage Tracks

NWS Tornado Tracks from MAM 2024
atmosphere NASA VEDA COG
In plain English

What it measures. Official mapped tracks of tornadoes across the United States from March through May 2024, showing the areas the storms passed through.

How it's made. Built from National Weather Service ground damage surveys conducted after each tornado.

How & where you'd use it. Maps where tornadoes struck to support damage assessment and public awareness.

What's measured

tornadoes2024polygons

Coverage & cadence

  • Time span2024-05-31 → 2024-05-31
  • Spatial extent-104.723, 27.997, -71.972, 46.848
  • 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

Official NWS surveyed tornado tracks from March to May of 2024

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-polygons")
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).