AgriculturalLand Use
ESA WorldCereal
Global crop and irrigation maps. 10 m temporary crops, maize, cereals and active irrigation.
Seasonal maps of temporary cropland, maize, winter and spring cereals, and actively irrigated cropland, produced with Sentinel-1 and Sentinel-2.
- Source
- European Space Agency
- Resolution
- 10 m
- Data type
- Raster
- Time span
- 2021
- Temporal
- Seasonal (per agro-ecological zone)
- Access type
- Direct download (external)
- Formats
- Cloud Optimized GeoTIFF
- Coverage
- Global land (-180, -60, 180, 80)
- Licence
- CC BY 4.0
- Provider page
- esa-worldcereal.org/
Cite as. 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
Access
linkProduct downloads
curl "https://hydrological.org/api/v1/datasets/esa-worldcereal/links?bbox=-75,-20,-50,5" \
-H "Accept: application/json"
import requests
r = requests.get("https://hydrological.org/api/v1/datasets/esa-worldcereal/links",
params={"bbox": "-75,-20,-50,5"})
for group in r.json()["groups"]:
for link in group["links"]:
print(link["url"])
const res = await fetch("https://hydrological.org/api/v1/datasets/esa-worldcereal/links?bbox=-75,-20,-50,5");
const { groups } = await res.json();
for (const g of groups) g.links.forEach(l => console.log(l.url));
Also available as JSON: links · manifest · dataset record