Skip to content

Commit 8ace24c

Browse files
committed
updated new model
1 parent e87c6a2 commit 8ace24c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

algorithm_catalog/vito/random_forest_firemapping/openeo_udp/generate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def generate() -> dict:
2929
inference_cube = s2_feature_cube.merge_cubes(s1_feature_cube)
3030

3131
# link to the trained model: this model has an expiry date
32-
model = "https://openeo.vito.be/openeo/1.2/jobs/j-250707130527460a823273791daa4344/results/items/ZWNjZTlmZWEwNGI4YzljNzZhYzc2YjQ1YjZiYTAwYzIwZjIxMWJkYTQ4NTZjMTRhYTQ0NzViOGU4ZWQ0MzNjZEBlZ2kuZXU=/a57df24a856cff107494dedfbfdcc180/ml_model_metadata.json?expires=1752501082"
32+
model = "https://openeo.vito.be/openeo/1.2/jobs/j-25071606273445d397068beb485ed457/results/items/ZWNjZTlmZWEwNGI4YzljNzZhYzc2YjQ1YjZiYTAwYzIwZjIxMWJkYTQ4NTZjMTRhYTQ0NzViOGU4ZWQ0MzNjZEBlZ2kuZXU=/3d1f92a8205422f7a7cc9a83f908a2ac/ml_model_metadata.json?expires=1753253368"
3333

3434
# predict of training data
3535
inference = inference_cube.predict_random_forest(

algorithm_catalog/vito/random_forest_firemapping/openeo_udp/random_forest_firemapping.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"loadmlmodel1": {
44
"process_id": "load_ml_model",
55
"arguments": {
6-
"id": "https://openeo.vito.be/openeo/1.2/jobs/j-2507090746214d00b34f082e64671976/results/items/ZWNjZTlmZWEwNGI4YzljNzZhYzc2YjQ1YjZiYTAwYzIwZjIxMWJkYTQ4NTZjMTRhYTQ0NzViOGU4ZWQ0MzNjZEBlZ2kuZXU=/d71468ed31587706876305381299e692/ml_model_metadata.json?expires=1752652945"
6+
"id": "https://openeo.vito.be/openeo/1.2/jobs/j-25071606273445d397068beb485ed457/results/items/ZWNjZTlmZWEwNGI4YzljNzZhYzc2YjQ1YjZiYTAwYzIwZjIxMWJkYTQ4NTZjMTRhYTQ0NzViOGU4ZWQ0MzNjZEBlZ2kuZXU=/3d1f92a8205422f7a7cc9a83f908a2ac/ml_model_metadata.json?expires=1753253368"
77
}
88
},
99
"loadcollection1": {

0 commit comments

Comments
 (0)