European Drought Monitor (EDO/CDI) — droogtestatus per locatie avatar

European Drought Monitor (EDO/CDI) — droogtestatus per locatie

Pricing

from $4.00 / 1,000 droogte-statuses

Go to Apify Store
European Drought Monitor (EDO/CDI) — droogtestatus per locatie

European Drought Monitor (EDO/CDI) — droogtestatus per locatie

Haalt de officiële EDO Combined Drought Indicator (Copernicus CEMS/JRC) op voor elke GPS-locatie en geeft de actuele droogteklasse terug (watch/warning/alert/recovery), genormaliseerd naar een NL droogteniveau-schema.

Pricing

from $4.00 / 1,000 droogte-statuses

Rating

0.0

(0)

Developer

Dennis

Dennis

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

an hour ago

Last modified

Categories

Share

European Drought Monitor (EDO — Combined Drought Indicator)

Get the official European drought status for any GPS location in Europe, straight from the European Drought Observatory (EDO) of the Copernicus Emergency Management Service (run by the EU Joint Research Centre). The actor reads the Combined Drought Indicator (CDI v4.1) — EDO's headline 5 km Europe-wide drought classification — and returns the current drought class (watch / warning / alert / recovery / no drought), normalized into a clean per-location schema.

When should an AI agent use this?

  • "What is the current drought status for Utrecht, the Netherlands?"
  • "Which of these European farm locations are under an EDO drought alert right now?"
  • "Give me the current drought severity for a list of cities for an agri-insurance risk check."
  • "Has the EDO Combined Drought Indicator worsened to warning or alert near this municipality?"
  • "Compare drought conditions between several European regions using one consistent index."

What this Actor does

  • Queries EDO's key-free WCS (Web Coverage Service) and downloads the Combined Drought Indicator GeoTIFF grid for a small window around each requested point (no API key, no login).
  • Reads the GeoTIFF georeferencing and samples the exact ~5 km pixel at each lat/lon — robust even when EDO slightly resamples the window, because the actor re-reads the returned ModelTiepoint/ModelPixelScale.
  • Classifies each location into EDO's CDI classes and maps them onto a normalized drought-level vocabulary.
  • Returns the raw EDO classification code alongside the readable label, so no source information is lost.
  • Supports an optional historical date (YYYY-MM-DD) and up to 500 locations in a single run.

Input

FieldTypeDescription
locatiesarrayGPS points to evaluate: { lat, lon, naam? }. Min 1, max 500.
datumstring (optional)Historical date YYYY-MM-DD (EDO has ~10-day updates). Empty = latest available.

Output

One flat JSON record per requested location:

{
"naam": "Utrecht",
"lat": 52.09,
"lon": 5.12,
"droogteniveau": "dreigend_watertekort",
"cdi": {
"classificatieCode": 1,
"klasse": "watch",
"domein": "neerslagtekort",
"toelichting": "Watch: neerslagtekort (meteorologische droogte)."
},
"bron": "European Drought Observatory (Copernicus CEMS) — Combined Drought Indicator v4.1",
"bronDatum": null,
"datumOpgehaald": "2026-08-04T17:10:00.000Z",
"bronUrl": "https://drought.emergency.copernicus.eu/api/wcs?..."
}

CDI class mapping

classificatieCodeklassedroogteniveauMeaning (EDO domain)
0no_droughtnormaalNo drought
1watchdreigend_watertekortPrecipitation deficit (meteorological drought)
2warningwatertekortSoil-moisture deficit
3alertcrisisVegetation deficit / impact
4recoveryherstelRecovering after earlier drought
5 / 6otheronbekendRare EDO v4.1 codes; returned as raw code (see Legal)
(geen data)no_dataonbekendPoint outside EDO coverage or fetch failed (see WARNINGS); classificatieCode is null and the location is not charged

Use cases

  • Agriculture / food-security risk — flag farm locations currently under CDI alert.
  • Insurance & credit risk — drought-state aggregation across a book of locations.
  • Climate-risk dashboards — a single, consistent pan-European drought index instead of per-country sources.
  • Site selection — compare drought pressure between candidate regions in one call.

Pricing

This Actor uses Apify's Pay-Per-Event (PPE) pricing model.

  • Actor Start: $0.00005 (Apify default)
  • droogte-status: $0.004 per location with valid CDI data (no charge when no data is available)

Data is sourced exclusively from the official European Drought Observatory (EDO), a service of the Copernicus Emergency Management System run by the EU Joint Research Centre (JRC). It is EU public open data, key-free, and contains no personal data (only environmental classification per grid cell).

Important disclaimers:

  • This actor reports EDO's latest known official CDI classification — it does not forecast future drought or issue its own drought warnings.
  • CDI classes 1–3 (watch/warning/alert) were verified by the developer against EDO's own map legend and the JRC monthly drought analyses. EDO v4.1 also uses codes 5 and 6, which appear in a minority of cells (observed e.g. in parts of Poland and Scandinavia) and are not unambiguously documented as a single class; the actor returns those as other with the raw code preserved so no information is lost.
  • The JRC itself notes it is currently investigating soil-moisture model issues that can make the CDI less reliable in some regions (notably western Russia and the eastern hydrology domain). Treat the result as indicative and cross-check with national authorities for high-stakes decisions.

FAQ

Q: Which exact indicator does this use? A: The EDO Combined Drought Indicator (CDI v4.1) on EDO's standard 5 km (0.0417°) grid, covering Europe.

Q: Can I get the SPI (precipitation), soil-moisture or low-flow indicators too? A: Not in v1. In EDO's public services, CDI is available as a clean machine-readable GeoTIFF without a key. EDO's other indicators (soil-moisture anomaly, low-flow index) are currently only served as styled map layers, and the SPI coverage is coarse/categorical. The CDI's watch/warning/alert classes map directly onto precipitation / soil-moisture / vegetation deficits. More indicators are a possible future version.

Q: How fresh is the data? A: EDO updates roughly every 10 days. Without datum, the actor uses EDO's latest available update.

Q: What if a location has no EDO data? A: The record is still returned with cdi.klasse: "no_data", cdi.classificatieCode: null and droogteniveau: "onbekend" (and, on a fetch failure, a message in the WARNINGS key-value store), but it is not charged.


Zoekwoorden: EDO, Combined Drought Indicator, droogte Europa, Europese droogtemonitor, Copernicus, neerslagtekort, bodemvochttekort, vegetatie, klimaatrisico, landbouwrisico, droogtekaart.

Keywords

europe, drought, droogte, EDO, European Drought Observatory, Copernicus, CEMS, JRC, combined-drought-indicator, CDI, climate-risk, agriculture-risk, insurance-risk, precipitation, soil-moisture, open-data, geodata

Changelog

0.1.0

  • Initial release: EDO Combined Drought Indicator (v4.1) status per GPS location, normalized to a watch/warning/alert/recovery/no-drought vocabulary with the raw EDO code preserved.
  • Store description rewritten to lead with the task ("check current EU drought status"), add explicit drought-status/drought-risk synonyms, and state the decision benefit (no manual EDO map-reading or per-country portal lookups) and price.