{"slug": "openlandmap-soil", "name": "OpenLandMap Soil Properties", "tagline": "250 m soil property maps at standard depths", "source": "OpenGeoHub", "category": {"slug": "soils", "name": "Soils", "icon": "stack", "tone": "amber"}, "meta": ["250 m", "Static", "Global"], "thumb": "/static/catalog/thumbs/openlandmap-soil.ef83de895a70.jpg", "bbox": [-180.0, -60.0, 180.0, 84.0], "global": true, "access": "download", "url": "/datasets/openlandmap-soil/", "subtitle": "OpenGeoHub Foundation", "summary": "Soil organic carbon, pH, texture fractions, bulk density and USDA texture class at standard depths, predicted with machine learning from soil profiles and covariates.", "categories": [{"slug": "soils", "name": "Soils", "icon": "stack", "tone": "amber"}], "sources": [{"slug": "opengeohub", "name": "OpenGeoHub Foundation", "label": "OpenGeoHub", "url": "https://opengeohub.org/", "page": "/sources/opengeohub/"}], "facts": [["Source", "OpenGeoHub"], ["Resolution", "250 m"], ["Time span", "Static"], ["Temporal", "Static"], ["Access type", "Direct download (external)"], ["Formats", "Cloud Optimized GeoTIFF"], ["Coverage", "Global land"]], "access_note": "", "coverage": "Global land", "license": {"name": "See provider terms", "url": "https://openlandmap.org/"}, "citation": "", "doi": "", "landing_url": "https://openlandmap.org/", "provider_url": "https://openlandmap.org/", "methods": [{"type": "link", "label": "OpenLandMap"}], "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 \"https://hydrological.org/api/v1/datasets/openlandmap-soil/links?bbox=-75,-20,-50,5\" \\\n  -H \"Accept: application/json\"", "python": "import requests\n\nr = requests.get(\"https://hydrological.org/api/v1/datasets/openlandmap-soil/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/openlandmap-soil/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/openlandmap-soil/links?bbox=-75,-20,-50,5", "manifest": "/api/v1/datasets/openlandmap-soil/manifest?bbox=-75,-20,-50,5"}}