Full catalog/hls-entropy-difference
hls-entropy-difference·dataset

Hurricane Ian Landscape-Disruption Map, Florida

HLS-derived entropy difference for Assessing impacts from Hurricane Ian
atmosphere NASA VEDA COG
In plain English

What it measures. A before-and-after comparison showing how much the landscape changed between September 5 and September 30, 2022, capturing the disruption Hurricane Ian left across Florida.

How it's made. Made from Harmonized Landsat and Sentinel-2 satellite imagery, comparing image texture before and after the storm.

How & where you'd use it. Helps responders quickly spot the most disrupted areas to focus damage assessment and aid.

What's measured

hlsentropydifference

Coverage & cadence

  • Time span2022-09-30 → 2022-09-30
  • Spatial extent-82.376, 26.312, -81.904, 27.036
  • 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

Entropy difference calculated from Harmonized Landsat and Sentinel-2 Data for September 5th and September 30th, 2022

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("hls-entropy-difference")
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).