Details
This dataset builds on global soil moisture dataset of ESA’s Climate Change Initiative (CCI), providing simple metrics on its temporal variability on a per-pixel basis.
Subdatasets
moistureMean
| Soil moisture historical mean (m3/m3)
moistureMin
| Soil moisture historical min (m3/m3)
moistureMax
| Soil moisture historical max (m3/m3)
moistureAmplitude
| Soil moisture historical amplitude (m3/m3)
masDMT query
# data call without specifying subdataset and resolution
list_data("CCI_SM_history")
# data call for specific subdataset
list_data("CCI_SM_history/moistureMean")
# data call to subdataset with a specific resolution
list_data("CCI_SM_history/moistureMean/25km")