Sentinel-1/2 derived global land cover with 11 classes at 10m resolution
import rasterio
# Download from https://worldcover2021.esa.int/
# src = rasterio.open('ESA_WorldCover_10m.tif')
print('ESA WorldCover 10m: https://worldcover2021.esa.int/')| Field | Type | Description |
|---|---|---|
| land_cover | int | Land cover class (11 classes including tree cover, cropland, built-up) |
| resolution | int | 10m spatial resolution |