diff --git a/algorithm_catalog/vito/sor2_demo/benchmark_scenarios/sor2_demo.json b/algorithm_catalog/vito/sor2_demo/benchmark_scenarios/sor2_demo.json new file mode 100644 index 00000000..657dd948 --- /dev/null +++ b/algorithm_catalog/vito/sor2_demo/benchmark_scenarios/sor2_demo.json @@ -0,0 +1,31 @@ +[ + { + "id": "sor2_demo", + "type": "openeo", + "description": "sor2_demo example", + "backend": "openeofed.dataspace.copernicus.eu", + "process_graph": { + "maxndvi1": { + "process_id": "max_ndvi", + "namespace": "https://raw.githubusercontent.com/ESA-APEx/apex_algorithms/11c27fb1a90cfc8f2eb285b881d1db8a96c358f4/openeo_udp/examples/max_ndvi/max_ndvi.json", + "arguments": { + "bbox": { + "west": 5.07, + "east": 5.09, + "south": 51.21, + "north": 51.23 + }, + "temporal_extent": [ + "2023-08-01", + "2023-09-30" + ] + }, + "result": true + } + }, + "reference_data": { + "job-results.json": "https://s3.waw3-1.cloudferro.com/apex-benchmarks/gh-15066001243!tests_test_benchmarks.py__test_run_benchmark_max_ndvi_!actual/job-results.json", + "openEO.tif": "https://s3.waw3-1.cloudferro.com/apex-benchmarks/gh-15066001243!tests_test_benchmarks.py__test_run_benchmark_max_ndvi_!actual/openEO.tif" + } + } +] \ No newline at end of file diff --git a/algorithm_catalog/vito/sor2_demo/records/sor2_demo.json b/algorithm_catalog/vito/sor2_demo/records/sor2_demo.json new file mode 100644 index 00000000..df641814 --- /dev/null +++ b/algorithm_catalog/vito/sor2_demo/records/sor2_demo.json @@ -0,0 +1,115 @@ +{ + "type": "Feature", + "conformsTo": [ + "http://www.opengis.net/spec/ogcapi-records-1/1.0/req/record-core", + "https://apex.esa.int/core/openeo-udp" + ], + "geometry": null, + "id": "sor2_demo", + "properties": { + "created": "2025-01-17T16:32:27Z", + "updated": "2025-01-17T16:32:27Z", + "type": "service", + "title": "SOR2 - DEMO", + "description": "SOR2 - Demo service representing the dummy service in the APEx Algorithm Catalogue", + "keywords": [ + "Agriculture", + "Sentinel-2" + ], + "language": { + "code": "en-US", + "name": "English (United States)" + }, + "cost_estimate": 4, + "cost_unit": "platform credits per km²", + "contacts": [ + { + "name": "Bram Janssen", + "position": "Researcher", + "organization": "VITO", + "links": [ + { + "href": "https://www.vito.be/", + "title": "VITO Website", + "rel": "about", + "type": "text/html" + }, + { + "href": "https://github.com/JanssenBrm", + "title": "GitHub", + "rel": "about", + "type": "text/html" + } + ], + "contactInstructions": "Contact via VITO", + "roles": [ + "principal investigator" + ] + }, + { + "name": "VITO", + "links": [ + { + "href": "https://www.vito.be/", + "title": "VITO Website", + "rel": "about", + "type": "text/html" + } + ], + "contactInstructions": "SEE WEBSITE", + "roles": [ + "processor" + ] + } + ], + "themes": [ + { + "concepts": [ + { + "id": "Remote Sensing" + }, + { + "id": "Agriculture" + } + ], + "scheme": "https://gcmd.earthdata.nasa.gov/kms/concept/c8fe757b-b530-4d67-a553-e4903f4430a5" + } + ], + "formats": [ + { + "name": "GeoTIFF" + }, + { + "name": "netCDF" + } + ], + "license": "CC-BY-4.0" + }, + "linkTemplates": [], + "links": [ + { + "rel": "application", + "type": "application/vnd.openeo+json;type=process", + "title": "openEO Process Definition", + "href": "https://raw.githubusercontent.com/ESA-APEx/apex_algorithms/32ea3c9a6fa24fe063cb59164cd318cceb7209b0/openeo_udp/variabilitymap/variabilitymap.json" + }, + { + "rel": "service", + "type": "application/json", + "title": "CDSE openEO federation", + "href": "https://openeofed.dataspace.copernicus.eu" + }, + { + "rel": "example-output", + "type": "application/netcdf", + "title": "Example output", + "href": "https://s3.waw3-1.cloudferro.com/swift/v1/apex-examples/variabilitymap/variabilitymap.nc" + }, + { + "rel": "webapp", + "type": "text/html", + "title": "OpenEO Web Editor", + "href": "https://editor.openeo.org/?wizard=UDP&wizard~process=variabilitymap&wizard~processUrl=https://raw.githubusercontent.com/ESA-APEx/apex_algorithms/refs/heads/main/algorithm_catalog/vito/variabilitymap/openeo_udp/variabilitymap.json&server=https://openeofed.dataspace.copernicus.eu" + } + ] +} \ No newline at end of file