{"slug": "esa-worldcereal", "name": "ESA WorldCereal", "tagline": "10 m temporary crops, maize, cereals and active irrigation", "source": "ESA", "category": {"slug": "agricultural", "name": "Agricultural", "icon": "sprout", "tone": "green"}, "meta": ["10 m", "2021", "Global"], "thumb": "/static/catalog/thumbs/esa-worldcereal.40462bc97b7d.jpg", "bbox": [-180.0, -60.0, 180.0, 80.0], "global": true, "access": "download", "url": "/datasets/esa-worldcereal/", "subtitle": "Global crop and irrigation maps", "summary": "Seasonal maps of temporary cropland, maize, winter and spring cereals, and actively irrigated cropland, produced with Sentinel-1 and Sentinel-2.", "categories": [{"slug": "agricultural", "name": "Agricultural", "icon": "sprout", "tone": "green"}, {"slug": "land-use", "name": "Land Use", "icon": "leaf", "tone": "green"}], "sources": [{"slug": "esa", "name": "European Space Agency", "label": "ESA", "url": "https://www.esa.int/", "page": "/sources/esa/"}], "facts": [["Source", "ESA"], ["Resolution", "10 m"], ["Time span", "2021"], ["Temporal", "Seasonal (per agro-ecological zone)"], ["Access type", "Direct download (external)"], ["Formats", "Cloud Optimized GeoTIFF"], ["Coverage", "Global land"]], "access_note": "", "coverage": "Global land", "license": {"name": "CC BY 4.0", "url": "https://creativecommons.org/licenses/by/4.0/"}, "citation": "Van Tricht, K., et al. (2023). WorldCereal: a dynamic open-source system for global-scale, seasonal, and reproducible crop and irrigation mapping. Earth System Science Data, 15, 5491–5515. https://doi.org/10.5194/essd-15-5491-2023", "doi": "", "landing_url": "https://esa-worldcereal.org/", "provider_url": "https://esa-worldcereal.org/", "methods": [{"type": "link", "label": "Product 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/esa-worldcereal/links?bbox=-75,-20,-50,5\" \\\n  -H \"Accept: application/json\"", "python": "import requests\n\nr = requests.get(\"https://hydrological.org/api/v1/datasets/esa-worldcereal/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/esa-worldcereal/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/esa-worldcereal/links?bbox=-75,-20,-50,5", "manifest": "/api/v1/datasets/esa-worldcereal/manifest?bbox=-75,-20,-50,5"}}