File tree Expand file tree Collapse file tree 1 file changed +35
-1
lines changed
algorithm_catalog/dhi/wind_turbine/benchmark_scenarios Expand file tree Collapse file tree 1 file changed +35
-1
lines changed Original file line number Diff line number Diff line change 1
1
[
2
2
{
3
- "id" : " wind_turbine" ,
3
+ "id" : " wind_turbine-terrascope " ,
4
4
"type" : " openeo" ,
5
5
"description" : " Wind turbine detection" ,
6
6
"backend" : " openeo.vito.be" ,
32
32
"reference_data" : {
33
33
"turbines.json" : " https://s3.waw3-1.cloudferro.com/swift/v1/apex-examples/fusets_mogpr/fusets_mogpr.nc"
34
34
}
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
+ }
35
69
}
36
70
]
You can’t perform that action at this time.
0 commit comments