{"slug": "hwsd-v2", "name": "Harmonized World Soil Database v2.0", "tagline": "1 km soil map with attributes for seven depth layers", "source": "FAO / IIASA", "category": {"slug": "soils", "name": "Soils", "icon": "stack", "tone": "amber"}, "meta": ["30 arc-seconds", "Static (2023)", "Global"], "thumb": "/static/catalog/thumbs/hwsd-v2.63b381dea01a.jpg", "bbox": [-180.0, -90.0, 180.0, 90.0], "global": true, "access": "download", "url": "/datasets/hwsd-v2/", "subtitle": "FAO and IIASA", "summary": "Soil mapping units combining regional and national soil maps, each with a composition of soil types and their properties for seven depth layers down to 2 m. The soil input used by SWAT and many crop models.", "categories": [{"slug": "soils", "name": "Soils", "icon": "stack", "tone": "amber"}], "sources": [{"slug": "fao", "name": "Food and Agriculture Organization of the United Nations", "label": "FAO", "url": "https://www.fao.org/", "page": "/sources/fao/"}, {"slug": "iiasa", "name": "International Institute for Applied Systems Analysis", "label": "IIASA", "url": "https://iiasa.ac.at/", "page": "/sources/iiasa/"}], "facts": [["Source", "FAO / IIASA"], ["Resolution", "30 arc-seconds (about 1 km)"], ["Time span", "Static (2023)"], ["Temporal", "Static"], ["Access type", "Direct download (external)"], ["Formats", "Raster with Access and SQLite databases"], ["Coverage", "Global land"]], "access_note": "", "coverage": "Global land", "license": {"name": "See FAO terms of use", "url": "https://www.fao.org/contact-us/terms/db-terms-of-use/en/"}, "citation": "", "doi": "", "landing_url": "https://www.fao.org/soils-portal/data-hub/soil-maps-and-databases/harmonized-world-soil-database-v20/en/", "provider_url": "https://www.fao.org/soils-portal/data-hub/soil-maps-and-databases/harmonized-world-soil-database-v20/en/", "methods": [{"type": "link", "label": "HWSD v2.0 download page"}], "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/hwsd-v2/links?bbox=-75,-20,-50,5\" \\\n  -H \"Accept: application/json\"", "python": "import requests\n\nr = requests.get(\"https://hydrological.org/api/v1/datasets/hwsd-v2/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/hwsd-v2/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/hwsd-v2/links?bbox=-75,-20,-50,5", "manifest": "/api/v1/datasets/hwsd-v2/manifest?bbox=-75,-20,-50,5"}}