Skip to content

Commit c2d74e5

Browse files
committed
Update to TCD UDP which can take in model-ID as a parameter
1 parent 44da560 commit c2d74e5

File tree

3 files changed

+98
-62
lines changed

3 files changed

+98
-62
lines changed
Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,20 @@
99
"process_id": "wac_inference_africa",
1010
"namespace": "https://raw.githubusercontent.com/ESA-APEx/apex_algorithms/b43116632be5e3cd6150fbff5ae21cb135763654/algorithm_catalog/wur/worldagrocommodities/openeo_udp/wac_inference_africa.json",
1111
"arguments": {
12-
"spatial_extent": {
13-
"west": 677736,
14-
"south": 624010,
15-
"east": 682736,
16-
"north": 629010,
17-
"crs": "EPSG:32630"
18-
},
12+
"spatial_extent":
13+
{"west": 749000,
14+
"south": -2378000,
15+
"east": 750000,
16+
"north": -2377000,
17+
"crs": "EPSG:32638"},
1918
"temporal_extent": [
2019
"2023-01-01",
2120
"2024-01-01"
2221
],
2322

24-
"crs": "EPSG:32629"
23+
"crs": "EPSG:32638",
24+
"model_id":"WorldAgriCommodities_Africa_v1"
25+
2526

2627
},
2728
"result": true

algorithm_catalog/wur/worldagrocommodities/openeo_udp/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,9 @@ Patch-based sliding window (size 128×128 px, overlap 64 px) via apply_neighborh
3434

3535
ONNX U-Net model loaded at runtime
3636

37+
### 5 Auxiliary Data
38+
39+
After the Model Inference, A preliminary Tree Cover Density Product is included for the year 2020
40+
41+
3742

0 commit comments

Comments
 (0)