Full catalog/houston-lst-night
houston-lst-night·dataset

Houston Night-Time Land Temperature

Houston land surface temperature at night time - decadal average
land NASA VEDA COG
In plain English

What it measures. How warm the ground surface stays at night across the Houston metro area, averaged over a decade.

How it's made. Made from NASA's MODIS satellite land-surface-temperature measurements.

How & where you'd use it. Helps spot neighborhoods that don't cool down at night, a serious heat-health risk for residents.

What's measured

houstonlstnight

Coverage & cadence

  • Time span2000-01-01 → 2019-01-01
  • Spatial extent-97, 27.993, -94, 31.01
  • 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

MODIS-calculated Land Surface Temperature (LST) Nighttime over the Houston metro area, decadally averaged.

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("houston-lst-night")
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).