{"slug": "mirca2000", "name": "MIRCA2000", "tagline": "Monthly growing areas for 26 crop classes", "source": "U. Frankfurt", "category": {"slug": "agricultural", "name": "Agricultural", "icon": "sprout", "tone": "green"}, "meta": ["5 arc-minutes", "About 2000", "Global"], "thumb": "/static/catalog/thumbs/mirca2000.9de00113fb92.jpg", "bbox": [-180.0, -60.0, 180.0, 90.0], "global": true, "access": "download", "url": "/datasets/mirca2000/", "subtitle": "Monthly Irrigated and Rainfed Crop Areas around the year 2000", "summary": "Irrigated and rainfed harvested and growing areas for 26 crop classes with crop calendars, the usual input for crop water requirement calculations in global models.", "categories": [{"slug": "agricultural", "name": "Agricultural", "icon": "sprout", "tone": "green"}], "sources": [{"slug": "ufrankfurt", "name": "Goethe University Frankfurt", "label": "U. Frankfurt", "url": "https://www.uni-frankfurt.de/", "page": "/sources/ufrankfurt/"}], "facts": [["Source", "U. Frankfurt"], ["Resolution", "5 arc-minutes (about 10 km)"], ["Time span", "About 2000"], ["Temporal", "Monthly crop calendars"], ["Access type", "Direct download (external)"], ["Formats", "ASCII grid"], ["Coverage", "Global land"]], "access_note": "", "coverage": "Global land", "license": {"name": "See provider terms", "url": "https://www.uni-frankfurt.de/45218023/MIRCA"}, "citation": "Portmann, F. T., Siebert, S., Döll, P. (2010). MIRCA2000, Global monthly irrigated and rainfed crop areas around the year 2000. Global Biogeochemical Cycles, 24, GB1011. https://doi.org/10.1029/2008GB003435", "doi": "", "landing_url": "https://www.uni-frankfurt.de/45218023/MIRCA", "provider_url": "https://www.uni-frankfurt.de/45218023/MIRCA", "methods": [{"type": "link", "label": "MIRCA2000 page and downloads"}], "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/mirca2000/links?bbox=-75,-20,-50,5\" \\\n  -H \"Accept: application/json\"", "python": "import requests\n\nr = requests.get(\"https://hydrological.org/api/v1/datasets/mirca2000/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/mirca2000/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/mirca2000/links?bbox=-75,-20,-50,5", "manifest": "/api/v1/datasets/mirca2000/manifest?bbox=-75,-20,-50,5"}}