{"slug": "fabdem", "name": "FABDEM", "tagline": "30 m bare-earth elevation from Copernicus GLO-30", "source": "University of Bristol", "category": {"slug": "dem", "name": "DEM", "icon": "mountain", "tone": "slate"}, "meta": ["30 m", "2011–2015 (from Copernicus DEM)", "Global"], "thumb": "/static/catalog/thumbs/fabdem.3e1dc6c94f62.jpg", "bbox": [-180.0, -60.0, 180.0, 80.0], "global": true, "access": "download", "url": "/datasets/fabdem/", "subtitle": "Forest And Buildings removed Copernicus DEM", "summary": "Copernicus GLO-30 with tree and building heights removed by machine learning, giving a terrain model closer to the ground surface. It is widely used for flood inundation modelling. Non-commercial licence.", "categories": [{"slug": "dem", "name": "DEM", "icon": "mountain", "tone": "slate"}], "sources": [{"slug": "bristol", "name": "University of Bristol", "label": "U. Bristol", "url": "https://data.bris.ac.uk/", "page": "/sources/bristol/"}], "facts": [["Source", "University of Bristol"], ["Resolution", "30 m (1 arc-second)"], ["Time span", "2011–2015 (from Copernicus DEM)"], ["Temporal", "Static"], ["Access type", "Direct download (external)"], ["Formats", "GeoTIFF (10° zip packages)"], ["Coverage", "60°S – 80°N"]], "access_note": "", "coverage": "60°S – 80°N", "license": {"name": "CC BY-NC-SA 4.0", "url": "https://creativecommons.org/licenses/by-nc-sa/4.0/"}, "citation": "Hawker, L., et al. (2022). A 30 m global map of elevation with forests and buildings removed. Environmental Research Letters, 17, 024016. https://doi.org/10.1088/1748-9326/ac4d4f", "doi": "10.5523/bris.s5hqmjcdj8yo2ibzi9b4ew3sn", "landing_url": "https://data.bris.ac.uk/data/dataset/s5hqmjcdj8yo2ibzi9b4ew3sn", "provider_url": "https://data.bris.ac.uk/data/dataset/s5hqmjcdj8yo2ibzi9b4ew3sn", "methods": [{"type": "tiles", "label": "FABDEM V1-2 packages, 10° × 10° zip files"}], "preview": {"type": "relief"}, "thumb_credit": "Relief rendered from AWS Terrain Tiles", "selection": [-75.0, -20.0, -50.0, 5.0], "selection_text": "-75,-20,-50,5", "snippets": {"curl": "curl -fsSL \"https://hydrological.org/api/v1/datasets/fabdem/links.txt?bbox=-75,-20,-50,5\" \\\n  | xargs -n 1 curl -fLO", "python": "import requests\n\nurls = requests.get(\"https://hydrological.org/api/v1/datasets/fabdem/links.txt?bbox=-75,-20,-50,5\").text.split()\nfor url in urls:\n    name = url.rsplit(\"/\", 1)[-1]\n    with requests.get(url, stream=True) as r, open(name, \"wb\") as f:\n        for chunk in r.iter_content(1 << 20):\n            f.write(chunk)", "javascript": "const res = await fetch(\"https://hydrological.org/api/v1/datasets/fabdem/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/fabdem/links?bbox=-75,-20,-50,5", "manifest": "/api/v1/datasets/fabdem/manifest?bbox=-75,-20,-50,5"}}