{"slug": "gebco-grid", "name": "GEBCO Global Grid", "tagline": "Global terrain and bathymetry at 15 arc-seconds", "source": "GEBCO", "category": {"slug": "dem", "name": "DEM", "icon": "mountain", "tone": "slate"}, "meta": ["15 arc-seconds", "Annual releases", "Global"], "thumb": "/static/catalog/thumbs/gebco-grid.919f7d49a0b3.jpg", "bbox": [-180.0, -90.0, 180.0, 90.0], "global": true, "access": "download", "url": "/datasets/gebco-grid/", "subtitle": "General Bathymetric Chart of the Oceans", "summary": "A continuous elevation model for land and ocean. Land heights come mostly from SRTM-based products; the ocean from ship soundings and satellite-derived gravity. It is the standard source for lake-to-ocean and coastal work that needs bathymetry.", "categories": [{"slug": "dem", "name": "DEM", "icon": "mountain", "tone": "slate"}], "sources": [{"slug": "gebco", "name": "General Bathymetric Chart of the Oceans", "label": "GEBCO", "url": "https://www.gebco.net/", "page": "/sources/gebco/"}], "facts": [["Source", "GEBCO"], ["Resolution", "15 arc-seconds (about 450 m)"], ["Time span", "Annual releases"], ["Temporal", "Static (a new grid each year)"], ["Access type", "Direct download (external)"], ["Formats", "NetCDF, GeoTIFF, Esri ASCII"], ["Coverage", "Global, land and ocean"]], "access_note": "Subset by area in the GEBCO download app", "coverage": "Global, land and ocean", "license": {"name": "Public domain (GEBCO terms of use)", "url": "https://www.gebco.net/"}, "citation": "", "doi": "", "landing_url": "https://www.gebco.net/", "provider_url": "https://download.gebco.net/", "methods": [{"type": "link", "label": "Area subset in the GEBCO download app"}], "preview": {"type": "gibs", "layer": "BlueMarble_ShadedRelief_Bathymetry", "label": "Blue Marble shaded relief and bathymetry (NASA GIBS)"}, "thumb_credit": "Blue Marble shaded relief and bathymetry (NASA GIBS)", "selection": [-75.0, -20.0, -50.0, 5.0], "selection_text": "-75,-20,-50,5", "snippets": {"curl": "curl \"https://hydrological.org/api/v1/datasets/gebco-grid/links?bbox=-75,-20,-50,5\" \\\n  -H \"Accept: application/json\"", "python": "import requests\n\nr = requests.get(\"https://hydrological.org/api/v1/datasets/gebco-grid/links\",\n                 params={\"bbox\": \"-75,-20,-50,5\"})\nfor group in r.json()[\"groups\"]:\n    for link in group[\"links\"]:\n        print(link[\"url\"])", "javascript": "const res = await fetch(\"https://hydrological.org/api/v1/datasets/gebco-grid/links?bbox=-75,-20,-50,5\");\nconst { groups } = await res.json();\nfor (const g of groups) g.links.forEach(l => console.log(l.url));"}, "api": {"links": "/api/v1/datasets/gebco-grid/links?bbox=-75,-20,-50,5", "manifest": "/api/v1/datasets/gebco-grid/manifest?bbox=-75,-20,-50,5"}}