Skip to content

Commit 3215de2

Browse files
committed
updated the sys path insert to append
1 parent fc17348 commit 3215de2

File tree

3 files changed

+32
-29
lines changed

3 files changed

+32
-29
lines changed

algorithm_catalog/cropsar_px.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
"rel": "example",
146146
"type": "application/json",
147147
"title": "Example output",
148-
"href": "https://s3.waw3-1.cloudferro.com/swift/v1/apex-examples/cropsar_px/CropSAR_px.nc"
148+
"href": "https://s3.waw3-1.cloudferro.com/swift/v1/apex-examples/cropsar_px/cropsar_px.nc"
149149
}
150150
]
151151
}

benchmark_scenarios/cropsar_px.json

Lines changed: 19 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,51 +7,54 @@
77
"process_graph": {
88
"cropsarpx1": {
99
"arguments": {
10-
"enddate": "2018-01-31",
11-
"geometry": {
10+
"enddate": "2021-01-20",
11+
"output": "NDVI",
12+
"spatial_extent": {
1213
"coordinates": [
1314
[
1415
[
15-
3.65421475,
16-
51.01520667
16+
5.178303838475193,
17+
51.252856237848164
1718
],
1819
[
19-
3.64884546,
20-
51.00954382
20+
5.178003609252369,
21+
51.25109194151486
2122
],
2223
[
23-
3.66784577,
24-
51.00846472
24+
5.179280940922463,
25+
51.25103833409551
2526
],
2627
[
27-
3.66670381,
28-
51.01523202
28+
5.179565949577788,
29+
51.25278555186941
2930
],
3031
[
31-
3.65421475,
32-
51.01520667
32+
5.178303838475193,
33+
51.252856237848164
3334
]
3435
]
3536
],
3637
"type": "Polygon"
3738
},
38-
"output": "FAPAR",
39-
"startdate": "2018-01-01"
39+
"startdate": "2021-01-01"
4040
},
41-
"namespace": "https://raw.githubusercontent.com/ESA-APEx/apex_algorithms/3aec52ddf5ec0f5dbfd4f6df28799e2950a3f624/openeo_udp/cropsar_px/cropsar_px.json",
41+
"namespace": "https://openeo.dataspace.copernicus.eu/openeo/processes/u:3e24e251-2e9a-438f-90a9-d4500e576574/cropsar_px",
4242
"process_id": "cropsar_px"
4343
},
4444
"saveresult1": {
4545
"arguments": {
4646
"data": {
4747
"from_node": "cropsarpx1"
4848
},
49-
"format": "netcdf",
49+
"format": "netCDF",
5050
"options": {}
5151
},
5252
"process_id": "save_result",
5353
"result": true
5454
}
55+
},
56+
"reference_data": {
57+
"cropsar_px.nx": "https://s3.waw3-1.cloudferro.com/swift/v1/apex-examples/cropsar_px/cropsar_px.nc"
5558
}
5659
}
5760
]

openeo_udp/cropsar_px/cropsar_px.json

Lines changed: 12 additions & 12 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)