{"slug": "earthstat-crops", "name": "EarthStat Harvested Area and Yield", "tagline": "Harvested area and yield for 175 crops", "source": "EarthStat", "category": {"slug": "agricultural", "name": "Agricultural", "icon": "sprout", "tone": "green"}, "meta": ["5 arc-minutes", "About 2000", "Global"], "thumb": "/static/catalog/thumbs/earthstat-crops.40462bc97b7d.jpg", "bbox": [-180.0, -60.0, 180.0, 90.0], "global": true, "access": "download", "url": "/datasets/earthstat-crops/", "subtitle": "175 crops around the year 2000", "summary": "Harvested area and yield for 175 crops, from census data combined with a cropland map. Still widely used for crop-specific water footprints.", "categories": [{"slug": "agricultural", "name": "Agricultural", "icon": "sprout", "tone": "green"}], "sources": [{"slug": "earthstat", "name": "EarthStat (University of Minnesota and McGill University)", "label": "EarthStat", "url": "http://www.earthstat.org/", "page": "/sources/earthstat/"}], "facts": [["Source", "EarthStat"], ["Resolution", "5 arc-minutes (about 10 km)"], ["Time span", "About 2000"], ["Temporal", "Static"], ["Access type", "Direct download (external)"], ["Formats", "GeoTIFF, NetCDF"], ["Coverage", "Global land"]], "access_note": "", "coverage": "Global land", "license": {"name": "See provider terms", "url": "http://www.earthstat.org/"}, "citation": "Monfreda, C., Ramankutty, N., Foley, J. A. (2008). Farming the planet: 2. Global Biogeochemical Cycles, 22, GB1022. https://doi.org/10.1029/2007GB002947", "doi": "", "landing_url": "http://www.earthstat.org/harvested-area-yield-175-crops/", "provider_url": "http://www.earthstat.org/harvested-area-yield-175-crops/", "methods": [{"type": "link", "label": "EarthStat download page"}], "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/earthstat-crops/links?bbox=-75,-20,-50,5\" \\\n  -H \"Accept: application/json\"", "python": "import requests\n\nr = requests.get(\"https://hydrological.org/api/v1/datasets/earthstat-crops/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/earthstat-crops/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/earthstat-crops/links?bbox=-75,-20,-50,5", "manifest": "/api/v1/datasets/earthstat-crops/manifest?bbox=-75,-20,-50,5"}}