clms_swi_europe_1km_daily_v2·dataset
Daily soil moisture at depth, Europe, v2 (Copernicus)
CLMS SWI Europe 1km daily V2
hydrosphere ESA ESA Copernicus active COGNetCDF
In plain English
What it measures. Shows the moisture condition of soil at various depths beneath the surface across continental Europe.
How it's made. ESA Copernicus derives it daily at 1-kilometre resolution by merging Sentinel-1 radar with Metop ASCAT data, covering 2025 onward.
How & where you'd use it. Helps farmers, water planners, and emergency services judge soil wetness for irrigation, drought response, and flood risk.
What's measured
CopernicusCLMSSWISoil Water Indexsoil moistureEuropedaily1kmSentinel-1C-SARMetopASCAT
Coverage & cadence
- Time span2025-07-12 → ongoing
- Spatial extent-11, 35, 50, 72
- FormatsCOG, NetCDF
What you can do with it
- Follow rainfall, floods and surface-water extent
- Track soil moisture and the onset of drought
- Monitor lakes, rivers and groundwater storage
Official description
Quantifies the moisture condition at various depths in the soil. Daily observations are available for continental Europe in the spatial resolution of 1 km from 2025 onwards.
Get the data
# ESA Copernicus Data Space — open STAC API (free account)
from pystac_client import Client
cat = Client.open("https://stac.dataspace.copernicus.eu/v1")
search = cat.search(
collections=["clms_swi_europe_1km_daily_v2"], # add _cog or _nc for a format variant
bbox=(-10, 35, 30, 60), # your area (W,S,E,N)
datetime="2024-01-01/2024-12-31",
)
items = list(search.items()) # then read assets with rioxarray / xarray Browsing the Copernicus STAC is open; downloading bytes needs a free Copernicus Data Space account.
Official links
- Open data source Copernicus STAC