300m annual global land cover maps (1992-2020) with 22 LCCS classes, useful for tracking cropland expansion and land use change in Maharashtra
import xarray as xr
# Download from https://www.esa-landcover-cci.org/
# ds = xr.open_dataset('ESACCI-LC-L4-LCCS-Map-300m.nc')
print('ESA CCI Land Cover: https://www.esa-landcover-cci.org/')| Field | Type | Description |
|---|---|---|
| land_cover_class | int | Land cover class code (22 classes) |
| latitude | float | Latitude coordinate |
| longitude | float | Longitude coordinate |
| year | int | Data year (1992-2020) |