From e25f09d5714d245371a485fb32d72ea6d468a2c8 Mon Sep 17 00:00:00 2001 From: Jeroen Dries Date: Wed, 12 Aug 2026 14:41:18 +0200 Subject: [PATCH] internal process name changed after code update --- .../openeo_udp/wind_turbine_detection.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/algorithm_catalog/dhi/wind_turbine_detection/openeo_udp/wind_turbine_detection.json b/algorithm_catalog/dhi/wind_turbine_detection/openeo_udp/wind_turbine_detection.json index 06f3c016e..cdf1609e5 100644 --- a/algorithm_catalog/dhi/wind_turbine_detection/openeo_udp/wind_turbine_detection.json +++ b/algorithm_catalog/dhi/wind_turbine_detection/openeo_udp/wind_turbine_detection.json @@ -1,10 +1,10 @@ { "process_graph": { "detection": { - "process_id": "wind_turbine_detection", + "process_id": "wind_turbine_detection_v2", "namespace": "apex", "arguments": { - "bbox": {"from_parameter": "spatial_extent"}, + "spatial_extent": {"from_parameter": "spatial_extent"}, "year": {"from_parameter": "year"} }, "result": true @@ -113,7 +113,7 @@ ] }, { - "default": "2024", + "default": "2025", "description": "The year for wind turbine detection.", "name": "year", "optional": true,