Full catalog/grdi-imr-raster
grdi-imr-raster·dataset

Global Deprivation Index: Infant Mortality Layer

GRDI IMR Constituent Raster
land NASA VEDA COG
In plain English

What it measures. A global map of infant mortality rate, how many babies die before age one, used as one ingredient in a worldwide index of relative deprivation.

How it's made. Built as a gridded data layer for the Global Gridded Relative Deprivation Index, mapping infant mortality data onto map cells.

How & where you'd use it. Helps locate disadvantaged areas with poor child-health outcomes to guide aid and development.

What's measured

grdiimrraster

Coverage & cadence

  • Time span2015-01-01 → 2015-12-31
  • Spatial extent-180, -55.983, 179.817, 82.183
  • 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

Global Gridded Relative Deprivation Index (GRDI) Infant Mortality Rate (IMR) Constituent raster

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("grdi-imr-raster")
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).