Vegetation indices (NDVI, LAI, FAPAR), surface soil moisture, and soil water index at 300m-1km resolution, 10-day frequency, global coverage
import xarray as xr
# Download from https://land.copernicus.eu/global/
# ds = xr.open_dataset('ndvi_300m.nc')
print('Copernicus Global Land Service: https://land.copernicus.eu/global/')| Field | Type | Description |
|---|---|---|
| ndvi | float | Normalized Difference Vegetation Index value |
| date | date | Observation date (10-day composite) |
| latitude | float | Latitude coordinate |
| longitude | float | Longitude coordinate |