Skip to content

Commit 0288f2f

Browse files
committed
Issue #139: add wind_turbine benchmark against openeo.cloud
and keep original terrascope variant (#151) for now
1 parent 5996cce commit 0288f2f

File tree

1 file changed

+35
-1
lines changed

1 file changed

+35
-1
lines changed

algorithm_catalog/dhi/wind_turbine/benchmark_scenarios/wind_turbine.json

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[
22
{
3-
"id": "wind_turbine",
3+
"id": "wind_turbine-terrascope",
44
"type": "openeo",
55
"description": "Wind turbine detection",
66
"backend": "openeo.vito.be",
@@ -32,5 +32,39 @@
3232
"reference_data": {
3333
"turbines.json": "https://s3.waw3-1.cloudferro.com/swift/v1/apex-examples/fusets_mogpr/fusets_mogpr.nc"
3434
}
35+
},
36+
{
37+
"id": "wind_turbine-openeo-platform",
38+
"type": "openeo",
39+
"description": "Wind turbine detection",
40+
"backend": "openeo.cloud",
41+
"process_graph": {
42+
"wind_turbine": {
43+
"arguments": {
44+
"spatial_extent": {
45+
"east": 8.888,
46+
"north": 54.981,
47+
"south": 53.951,
48+
"west": 8.858
49+
},
50+
"year": 2024
51+
},
52+
"namespace": "https://raw.githubusercontent.com/ESA-APEx/apex_algorithms/refs/heads/main/algorithm_catalog/dhi/wind_turbine/openeo_udp/wind_turbine.json",
53+
"process_id": "wind_turbine_detection"
54+
},
55+
"save1": {
56+
"process_id": "save_result",
57+
"arguments": {
58+
"data": {
59+
"from_node": "wind_turbine"
60+
},
61+
"format": "GEOJSON"
62+
},
63+
"result": true
64+
}
65+
},
66+
"reference_data": {
67+
"turbines.json": "https://s3.waw3-1.cloudferro.com/swift/v1/apex-examples/fusets_mogpr/fusets_mogpr.nc"
68+
}
3569
}
3670
]

0 commit comments

Comments
 (0)