Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"id": "worldcereal_inference",
"id": "worldcereal_crop_extent",
"type": "Feature",
"conformsTo": [
"http://www.opengis.net/spec/ogcapi-records-1/1.0/req/record-core"
Expand Down Expand Up @@ -90,7 +90,7 @@
"rel": "openeo-process",
"type": "application/json",
"title": "openEO Process Definition",
"href": "https://raw.githubusercontent.com/ESA-APEx/apex_algorithms/main/openeo_udp/worldcereal_inference.json"
"href": "https://raw.githubusercontent.com/ESA-APEx/apex_algorithms/refs/heads/main/openeo_udp/worldcereal_crop_extent.json"
},
{
"rel": "git",
Expand Down
36 changes: 0 additions & 36 deletions benchmark_scenarios/worldcereal.json

This file was deleted.

47 changes: 47 additions & 0 deletions benchmark_scenarios/worldcereal_crop_extent.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
[
{
"id": "worldcereal_crop_extent",
"type": "openeo",
"description": "WorldCereal crop extent benchmark",
"backend": "openeofed.dataspace.copernicus.eu",
"process_graph": {
"worldcerealcropextent1": {
"process_id": "worldcereal_crop_extent",
"namespace": "https://raw.githubusercontent.com/ESA-APEx/apex_algorithms/refs/heads/worldcereal_crop_extent_udp/openeo_udp/worldcereal_crop_extent.json",
"arguments": {
"spatial_extent": {
"west": 622694.5968575787,
"east": 623079.000934101,
"south": 5672232.857114074,
"north": 5672519.995940826,
"crs": "EPSG:32631",
"srs": "EPSG:32631"
},
"temporal_extent": [
"2018-05-01",
"2019-04-30"
]
},
"result": true
}
},
"job_options": {
"driver-memory": "4g",
"executor-memory": "2g",
"executor-memoryOverhead": "1g",
"python-memory": "3g",
"soft-errors": "true",
"udf-dependency-archives": [
"https://artifactory.vgt.vito.be/artifactory/auxdata-public/openeo/onnx_dependencies_1.16.3.zip#onnx_deps"
]
},
"reference_data": {
"cropland-raw_2018-05-01_2019-04-30.tif": "https://s3.waw3-1.cloudferro.com/apex-benchmarks/worldcereal_crop_extent/cropland-raw_2018-05-01_2019-04-30.tif",
"job-results.json": "https://s3.waw3-1.cloudferro.com/apex-benchmarks/worldcereal_crop_extent/job-results.json",
"openEO.tif": "https://s3.waw3-1.cloudferro.com/apex-benchmarks/worldcereal_crop_extent/openEO.tif"
},
"reference_options": {
"atol": 1
}
}
]
Loading