Global Sea-Level Change, 1992 to 2017
What it measures. A worldwide map of how much the height of the ocean surface changed between 1992 and 2017, calculated as the difference between those two years.
How it's made. Produced by the ECCO ocean model, which blends many ocean measurements into a consistent global estimate of ocean circulation and climate.
How & where you'd use it. Helps scientists see where seas rose or fell over 25 years as the climate warmed.
What's measured
Coverage & cadence
- Time span1992-01-01 → 2017-12-31
- Spatial extent-180, -90, 180, 90
- 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
Gridded global sea-surface height change from 1992 to 2017 from the Estimating the Circulation and Climate of the Ocean (ECCO) ocean state estimate. The dataset was calculated as the difference between the annual means over 2017 and 1992, from the 0.5 degree, gridded monthly mean data product available on PO.DAAC (https://podaac.jpl.nasa.gov/dataset/ECCO_L4_SSH_05DEG_MONTHLY_V4R4).
Get the data
# 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("ecco-surface-height-change")
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).
Official links
- Open data source VEDA