Skip to content

Commit 89c1fae

Browse files
committed
addressed failure of unit test
1 parent ff86b2f commit 89c1fae

File tree

1 file changed

+18
-11
lines changed

1 file changed

+18
-11
lines changed

algorithm_catalog/vito/random_forest_firemapping/records/random_forest_firemapping.json

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -86,24 +86,31 @@
8686
"license": "CC-BY-4.0"
8787
},
8888
"linkTemplates": [],
89-
"links": [
89+
"links":
90+
[
9091
{
91-
"rel": "example-output",
92-
"type": "image/tif",
93-
"title": "Example output",
94-
"href": "https://s3.waw3-1.cloudferro.com/swift/v1/apex-examples/random_forest/random_forest_firemapping.tif"
95-
},
96-
{
97-
"rel": "code",
98-
"type": "text/html",
99-
"title": "Git source repository",
100-
"href": "https://github.com/Open-EO/openeo-community-examples/tree/main/python/RandomForest-ForestFire"
92+
"rel": "application",
93+
"type": "application/vnd.openeo+json;type=process",
94+
"title": "openEO Process Definition",
95+
"href": "https://raw.githubusercontent.com/ESA-APEx/apex_algorithms/8ace24cf9853989b964e65246249e1379833be9d/algorithm_catalog/vito/random_forest_firemapping/openeo_udp/random_forest_firemapping.json"
10196
},
10297
{
10398
"rel": "service",
10499
"type": "application/json",
105100
"title": "CDSE openEO federation",
106101
"href": "https://openeofed.dataspace.copernicus.eu"
102+
},
103+
{
104+
"rel": "example-output",
105+
"type": "image/tif",
106+
"title": "Example output",
107+
"href": "https://s3.waw3-1.cloudferro.com/swift/v1/apex-examples/random_forest/random_forest_firemapping.tif"
108+
},
109+
{
110+
"rel": "webapp",
111+
"type": "text/html",
112+
"title": "OpenEO Web Editor",
113+
"href": "https://editor.openeo.org/?wizard=UDP&wizard~process=random_forest_firemapping&wizard~processUrl=https://raw.githubusercontent.com/ESA-APEx/apex_algorithms/8ace24cf9853989b964e65246249e1379833be9d/algorithm_catalog/vito/random_forest_firemapping/openeo_udp/random_forest_firemapping.json&server=https://openeo.vito.be"
107114
}
108115
]
109116
}

0 commit comments

Comments
 (0)