{"slug": "mapspam", "name": "MapSPAM 2020", "tagline": "Area, yield and production for 46 crops", "source": "IFPRI", "category": {"slug": "agricultural", "name": "Agricultural", "icon": "sprout", "tone": "green"}, "meta": ["5 arc-minutes", "2000, 2005, 2010, 2020", "Global"], "thumb": "/static/catalog/thumbs/mapspam.9de00113fb92.jpg", "bbox": [-180.0, -60.0, 180.0, 90.0], "global": true, "access": "download", "url": "/datasets/mapspam/", "subtitle": "Spatial Production Allocation Model", "summary": "Physical area, harvested area, yield and production by crop and by irrigated or rainfed system, allocated from sub-national statistics with a cross-entropy model.", "categories": [{"slug": "agricultural", "name": "Agricultural", "icon": "sprout", "tone": "green"}], "sources": [{"slug": "ifpri", "name": "International Food Policy Research Institute", "label": "IFPRI", "url": "https://www.ifpri.org/", "page": "/sources/ifpri/"}], "facts": [["Source", "IFPRI"], ["Resolution", "5 arc-minutes (about 10 km)"], ["Time span", "2000, 2005, 2010, 2020"], ["Temporal", "Snapshots"], ["Access type", "Direct download (external)"], ["Formats", "GeoTIFF, CSV"], ["Coverage", "Global land"]], "access_note": "", "coverage": "Global land", "license": {"name": "CC BY 4.0", "url": "https://creativecommons.org/licenses/by/4.0/"}, "citation": "", "doi": "", "landing_url": "https://www.mapspam.info/", "provider_url": "https://www.mapspam.info/", "methods": [{"type": "link", "label": "Data page with downloads (Harvard Dataverse)"}], "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/mapspam/links?bbox=-75,-20,-50,5\" \\\n  -H \"Accept: application/json\"", "python": "import requests\n\nr = requests.get(\"https://hydrological.org/api/v1/datasets/mapspam/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/mapspam/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/mapspam/links?bbox=-75,-20,-50,5", "manifest": "/api/v1/datasets/mapspam/manifest?bbox=-75,-20,-50,5"}}