{"slug": "gmia", "name": "Global Map of Irrigation Areas (GMIA v5)", "tagline": "Area equipped for irrigation at 5 arc-minutes", "source": "FAO / U. Bonn", "category": {"slug": "agricultural", "name": "Agricultural", "icon": "sprout", "tone": "green"}, "meta": ["5 arc-minutes", "About 2005", "Global"], "thumb": "/static/catalog/thumbs/gmia.9de00113fb92.jpg", "bbox": [-180.0, -60.0, 180.0, 90.0], "global": true, "access": "download", "url": "/datasets/gmia/", "subtitle": "FAO and University of Bonn", "summary": "Percentage of each cell equipped for irrigation, with the share irrigated from groundwater, surface water and non-conventional sources. Built from sub-national statistics and irrigation maps.", "categories": [{"slug": "agricultural", "name": "Agricultural", "icon": "sprout", "tone": "green"}], "sources": [{"slug": "fao", "name": "Food and Agriculture Organization of the United Nations", "label": "FAO", "url": "https://www.fao.org/", "page": "/sources/fao/"}, {"slug": "ubonn", "name": "University of Bonn", "label": "U. Bonn", "url": "https://www.uni-bonn.de/", "page": "/sources/ubonn/"}], "facts": [["Source", "FAO / U. Bonn"], ["Resolution", "5 arc-minutes (about 10 km)"], ["Time span", "About 2005"], ["Temporal", "Static"], ["Access type", "Direct download (external)"], ["Formats", "ASCII grid, 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": "Siebert, S., et al. (2013). Update of the digital global map of irrigation areas to version 5. University of Bonn and FAO.", "doi": "", "landing_url": "https://www.fao.org/aquastat/en/geospatial-information/global-maps-irrigated-areas/latest-version/", "provider_url": "https://www.fao.org/aquastat/en/geospatial-information/global-maps-irrigated-areas/latest-version/", "methods": [{"type": "link", "label": "GMIA download page (FAO AQUASTAT)"}], "preview": null, "thumb_credit": "Croplands 2000 (NASA SEDAC via 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/gmia/links?bbox=-75,-20,-50,5\" \\\n  -H \"Accept: application/json\"", "python": "import requests\n\nr = requests.get(\"https://hydrological.org/api/v1/datasets/gmia/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/gmia/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/gmia/links?bbox=-75,-20,-50,5", "manifest": "/api/v1/datasets/gmia/manifest?bbox=-75,-20,-50,5"}}