{"slug": "gaez-v4", "name": "GAEZ v4", "tagline": "Crop suitability and attainable yields under climate scenarios", "source": "FAO / IIASA", "category": {"slug": "agricultural", "name": "Agricultural", "icon": "sprout", "tone": "green"}, "meta": ["5 arc-minutes and 30 arc-seconds", "1961–2100", "Global"], "thumb": "/static/catalog/thumbs/gaez-v4.016dc9ea5e68.jpg", "bbox": [-180.0, -60.0, 180.0, 90.0], "global": true, "access": "download", "url": "/datasets/gaez-v4/", "subtitle": "Global Agro-Ecological Zones", "summary": "Agro-climatic resources, soil and terrain suitability, attainable yields and yield gaps for major crops, under rainfed and irrigated conditions, for historical climate and CMIP5 scenarios.", "categories": [{"slug": "agricultural", "name": "Agricultural", "icon": "sprout", "tone": "green"}, {"slug": "climate", "name": "Climate", "icon": "cloud", "tone": "blue"}, {"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", "5 arc-minutes and 30 arc-seconds"], ["Time span", "1961–2100"], ["Temporal", "Historical periods and future scenarios"], ["Access type", "Direct download (external)"], ["Formats", "GeoTIFF"], ["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://gaez.fao.org/", "provider_url": "https://gaez.fao.org/", "methods": [{"type": "link", "label": "GAEZ data portal"}], "preview": null, "thumb_credit": "Croplands 2000 (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/gaez-v4/links?bbox=-75,-20,-50,5\" \\\n  -H \"Accept: application/json\"", "python": "import requests\n\nr = requests.get(\"https://hydrological.org/api/v1/datasets/gaez-v4/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/gaez-v4/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/gaez-v4/links?bbox=-75,-20,-50,5", "manifest": "/api/v1/datasets/gaez-v4/manifest?bbox=-75,-20,-50,5"}}