High-resolution, LiDAR-derived Digital Elevation Models at 1.5-meter resolution from INEGI (Instituto Nacional de Estadística y Geografía), Mexico. This is INEGI's newer, higher-resolution lidar acquisition.
Not the CEM: This collection holds INEGI's Modelos Digitales de Elevación de Alta Resolución LiDAR, derived from airborne lidar. It is a distinct product from the nationwide 15 m Continuo de Elevaciones Mexicano (CEM), which is interpolated from contour lines and other sources.
Source & method: Airborne lidar point clouds. The terrain model (DTM / Modelo Digital de Terreno) is interpolated from last-return points classified as ground; the surface model (DSM / Modelo Digital de Superficie) uses first-to-last returns and includes vegetation, buildings and infrastructure.
Products: DTM (terreno) and DSM (superficie).
Resolution: 1.5 m ground sample distance.
Coordinate reference: ITRF2008 (GRS80) UTM zones 11N–16N per tile (EPSG:6366–6371); orthometric elevations in meters on the NAVD88 vertical datum (EPSG:5703), per INEGI's Norma Técnica del Sistema Geodésico Nacional (DOF 2010-12-23, Art. 15).
Redistribution: Republished by Darly under INEGI's Términos de Libre Uso. The source data has been re-hosted as Cloud-Optimized GeoTIFFs and may have been reprojected or reformatted from INEGI's original distribution. This is not an official INEGI product and does not represent an official position of INEGI. Source: INEGI.
Documentation:
Access
The catalog is browsable without a key. Elevation lookups need a free API key, sent as an X-API-Key header; see the quickstart.
curl "https://api.darly.io/collections/mex-inegi-lidar-1-5m/items?limit=5"curl -H "X-API-Key: $DARLY_API_KEY" \
"https://api.darly.io/v1/elevation/point?lat=23.72&lon=-101.92&collections=mex-inegi-lidar-1-5m"from pystac_client import Client
catalog = Client.open("https://api.darly.io")
search = catalog.search(collections=["mex-inegi-lidar-1-5m"], bbox=[-117.17, 14.75, -86.67, 32.69], max_items=5)
for item in search.items():
print(item.id, item.assets["dtm"].href if "dtm" in item.assets else item.assets["dsm"].href)Providers
- Instituto Nacional de Estadística y Geografía (INEGI) — producer, licensor, host
- Darly — processor
Citation
Fuente: INEGI, Modelos Digitales de Elevación de Alta Resolución LiDAR (1.5 m).