Full catalog/delta-disasters-hd-blackmarble-nightlights
delta-disasters-hd-blackmarble-nightlights·dataset

Night-time Lights, 2023 Rolling Fork Tornado

High Definition Black Marble Nightlights (2023 Rolling Fork Tornado)
atmosphere NASA VEDA COG
In plain English

What it measures. A detailed map of how much artificial light glows from the ground around Rolling Fork, Mississippi, after the 2023 tornado. Darker areas mean fewer lights are on, often a sign of power outages or damage.

How it's made. Built from NASA's Black Marble night-time lights, captured by the VIIRS satellite sensor that sees Earth's lights after dark.

How & where you'd use it. Helps responders spot neighborhoods that lost power or were knocked out after the storm.

What's measured

deltadisastersblackmarblenightlights

Coverage & cadence

  • Time span2023-03-15 → 2023-03-25
  • Spatial extent-90.956, 32.832, -90.788, 32.967
  • 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

The High Definition Nightlights dataset is a derived product for measuring light emissions for a given location. Darker colors indicate lower light emissions while lighter colors indicate high light emissions.

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("delta-disasters-hd-blackmarble-nightlights")
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).