Full catalog/hls-s30-002-ej-reprocessed
hls-s30-002-ej-reprocessed·dataset

Sentinel-2 Imagery for Environmental Justice Events

HLSS30.002 Environmental Justice Events
land NASA VEDA COG
In plain English

What it measures. A curated selection of Sentinel-2 satellite snapshots chosen to illustrate specific events tied to environmental justice concerns.

How it's made. Made from NASA's Harmonized Sentinel-2 satellite imagery (the Sentinel-based S30 product).

How & where you'd use it. Helps communities and researchers visualize environmental changes affecting vulnerable or overburdened neighborhoods.

What's measured

hlss30002reprocessed

Coverage & cadence

  • Time span2017-07-12 → 2021-10-27
  • Spatial extent-90.933, 17.964, -65.11, 30.716
  • FormatsCOG

What you can do with it

  • Track deforestation, fire scars and land-cover change
  • Monitor crop and vegetation health (NDVI/EVI)
  • Map how built-up vs. green an area is over time
Official description

A subset of HLS S30 data to support visualization of specific events. Read more about the source data on the NASA CMR Landing page: https://cmr.earthdata.nasa.gov/search/concepts/C2021957295-LPCLOUD.html

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-s30-002-ej-reprocessed")
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).