{"slug": "soilgrids", "name": "SoilGrids 250 m", "tagline": "Global soil properties at six depths with uncertainty", "source": "ISRIC", "category": {"slug": "soils", "name": "Soils", "icon": "stack", "tone": "amber"}, "meta": ["250 m", "Static (2020)", "Global"], "thumb": "/static/catalog/thumbs/soilgrids.d5df03391dc5.jpg", "bbox": [-180.0, -60.0, 180.0, 84.0], "global": true, "access": "api", "url": "/datasets/soilgrids/", "subtitle": "SoilGrids version 2.0", "summary": "Clay, sand, silt, bulk density, organic carbon, pH, cation exchange capacity, coarse fragments and nitrogen at 0–5, 5–15, 15–30, 30–60, 60–100 and 100–200 cm, with quantiles for uncertainty. Soil texture from SoilGrids is a common input for pedotransfer functions.", "categories": [{"slug": "soils", "name": "Soils", "icon": "stack", "tone": "amber"}], "sources": [{"slug": "isric", "name": "ISRIC World Soil Information", "label": "ISRIC", "url": "https://www.isric.org/", "page": "/sources/isric/"}], "facts": [["Source", "ISRIC"], ["Resolution", "250 m"], ["Time span", "Static (2020)"], ["Temporal", "Static"], ["Access type", "API (external)"], ["Formats", "Cloud Optimized GeoTIFF, VRT, WCS"], ["Coverage", "Global land"]], "access_note": "WCS and WebDAV, no login", "coverage": "Global land", "license": {"name": "CC BY 4.0", "url": "https://creativecommons.org/licenses/by/4.0/"}, "citation": "Poggio, L., et al. (2021). SoilGrids 2.0: producing soil information for the globe with quantified spatial uncertainty. SOIL, 7, 217–240. https://doi.org/10.5194/soil-7-217-2021", "doi": "", "landing_url": "https://soilgrids.org/", "provider_url": "https://files.isric.org/soilgrids/latest/data/", "methods": [{"type": "api", "label": "Clay content 0–5 cm as GeoTIFF (WCS, change the coverage id for other properties)"}, {"type": "link", "label": "WebDAV file tree (VRT and COG per property)"}], "preview": null, "thumb_credit": "Blue Marble shaded relief (NASA GIBS)", "selection": [-75.0, -20.0, -50.0, 5.0], "selection_text": "-75,-20,-50,5", "snippets": {"curl": "curl -fL \"https://maps.isric.org/mapserv?map=/map/clay.map&SERVICE=WCS&VERSION=2.0.1&REQUEST=GetCoverage&COVERAGEID=clay_0-5cm_mean&FORMAT=image/tiff&SUBSET=long(-75,-50)&SUBSET=lat(-20,5)&SUBSETTINGCRS=http://www.opengis.net/def/crs/EPSG/0/4326&OUTPUTCRS=http://www.opengis.net/def/crs/EPSG/0/4326\" \\\n  -o response", "python": "import requests\n\nr = requests.get(\"https://maps.isric.org/mapserv?map=/map/clay.map&SERVICE=WCS&VERSION=2.0.1&REQUEST=GetCoverage&COVERAGEID=clay_0-5cm_mean&FORMAT=image/tiff&SUBSET=long(-75,-50)&SUBSET=lat(-20,5)&SUBSETTINGCRS=http://www.opengis.net/def/crs/EPSG/0/4326&OUTPUTCRS=http://www.opengis.net/def/crs/EPSG/0/4326\")\nr.raise_for_status()\nopen(\"response\", \"wb\").write(r.content)", "javascript": "const res = await fetch(\"https://maps.isric.org/mapserv?map=/map/clay.map&SERVICE=WCS&VERSION=2.0.1&REQUEST=GetCoverage&COVERAGEID=clay_0-5cm_mean&FORMAT=image/tiff&SUBSET=long(-75,-50)&SUBSET=lat(-20,5)&SUBSETTINGCRS=http://www.opengis.net/def/crs/EPSG/0/4326&OUTPUTCRS=http://www.opengis.net/def/crs/EPSG/0/4326\");\nconsole.log(res.status, res.headers.get(\"content-type\"));"}, "api": {"links": "/api/v1/datasets/soilgrids/links?bbox=-75,-20,-50,5", "manifest": "/api/v1/datasets/soilgrids/manifest?bbox=-75,-20,-50,5"}}