Skip to content

Commit 903ecc3

Browse files
committed
updated the process graph to use depencency
1 parent e517d8f commit 903ecc3

File tree

3 files changed

+115
-18
lines changed

3 files changed

+115
-18
lines changed

algorithm_catalog/cropsar_px.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,22 @@
4444
"principal investigator"
4545
]
4646
},
47+
{
48+
"name": "Bram Janssen",
49+
"position": "Researcher",
50+
"organization": "VITO",
51+
"links": [
52+
{
53+
"href": "https://www.vito.be/",
54+
"rel": "about",
55+
"type": "text/html"
56+
}
57+
],
58+
"contactInstructions": "Contact via VITO",
59+
"roles": [
60+
"principal investigator"
61+
]
62+
},
4763
{
4864
"name": "Pratichhya Sharma",
4965
"position": "Researcher",

benchmark_scenarios/cropsar_px.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "Calculating FAPAR using Cropsar service available in Copernicus Data Space Ecosystem",
66
"backend": "openeofed.dataspace.copernicus.eu",
77
"process_graph": {
8-
"CropSARpx1": {
8+
"cropsarpx1": {
99
"arguments": {
1010
"enddate": "2018-01-31",
1111
"geometry": {
@@ -38,13 +38,13 @@
3838
"output": "FAPAR",
3939
"startdate": "2018-01-01"
4040
},
41-
"namespace": "https://openeo.dataspace.copernicus.eu/openeo/processes/u:b16a4432-e22a-45db-9941-5e5e7ccff5b1/CropSAR_px",
42-
"process_id": "CropSAR_px"
41+
"namespace": "https://raw.githubusercontent.com/ESA-APEx/apex_algorithms/3aec52ddf5ec0f5dbfd4f6df28799e2950a3f624/openeo_udp/cropsar_px/cropsar_px.json",
42+
"process_id": "cropsar_px"
4343
},
4444
"saveresult1": {
4545
"arguments": {
4646
"data": {
47-
"from_node": "CropSARpx1"
47+
"from_node": "cropsarpx1"
4848
},
4949
"format": "netcdf",
5050
"options": {}

openeo_udp/cropsar_px/cropsar_px.json

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

0 commit comments

Comments
 (0)