Reliability scores for the fallow-land duration map (Copernicus)
What it measures. A companion quality layer that estimates, in days, how uncertain the measured length of fallow time is for each field over a five-year window. Fields that lay fallow for entire calendar years carry a special flag instead of a value.
How it's made. Covers 2017 to 2021, produced by the EU's Copernicus Land Monitoring Service as a 10-metre grid over Europe's 38-country reference area, including French overseas territories.
How & where you'd use it. A technical support file that lets analysts gauge how much confidence to place in the fallow-land duration figures before using them in agricultural or policy analysis.
What's measured
Coverage & cadence
- Time span2017-01-01 → ongoing
- Spatial extent-180, -90, 180, 90
What you can do with it
- Map vegetation, forests and biomass
- Monitor ecosystem productivity and carbon
- Support habitat and biodiversity studies
Official description
The Fallow Land Duration Confidence Layer (CPFLDCL) is an ancillary dataset accompanying the CPFLD layer. It quantifies the uncertainty of the total fallow land duration over the five-year reference period, expressed in days (range: 1–200). The uncertainty is derived from the uncertainty of the harvest events that define the fallow land duration. If the fallow land duration over the years always entails the full calendar year, it is not possible to calculate a confidence value and a dedicated flag is assigned. This dataset covers the period 2017–2021 in 10-metre rasters (fully conformant with the EEA reference grid) in 100 × 100 km tiles covering the EEA-38 countries. The HRL Fallow Land Duration Confidence Layer product is part of the European Union's Copernicus Land Monitoring Service. This dataset includes data from the French Overseas Territories (DOMs).
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_vlcc_fallow-land-duration-confidence-layer_europe_10m_yearly_v1"], # 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