File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
algorithm_catalog/vito/random_forest_firemapping/openeo_udp Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ def generate() -> dict:
29
29
inference_cube = s2_feature_cube .merge_cubes (s1_feature_cube )
30
30
31
31
# link to the trained model: this model has an expiry date
32
- model = "https://openeo.vito.be/openeo/1.2/jobs/j-250707130527460a823273791daa4344/results/assets /ZWNjZTlmZWEwNGI4YzljNzZhYzc2YjQ1YjZiYTAwYzIwZjIxMWJkYTQ4NTZjMTRhYTQ0NzViOGU4ZWQ0MzNjZEBlZ2kuZXU=/2c00312531cc55303c14ba68ff2472d4/randomforest.model.tar.gz ?expires=1752502120 "
32
+ model = "https://openeo.vito.be/openeo/1.2/jobs/j-250707130527460a823273791daa4344/results/items /ZWNjZTlmZWEwNGI4YzljNzZhYzc2YjQ1YjZiYTAwYzIwZjIxMWJkYTQ4NTZjMTRhYTQ0NzViOGU4ZWQ0MzNjZEBlZ2kuZXU=/a57df24a856cff107494dedfbfdcc180/ml_model_metadata.json ?expires=1752501082 "
33
33
34
34
# predict of training data
35
35
inference = inference_cube .predict_random_forest (
Original file line number Diff line number Diff line change 3
3
"loadmlmodel1" : {
4
4
"process_id" : " load_ml_model" ,
5
5
"arguments" : {
6
- "id" : " https://openeo.vito.be/openeo/1.2/jobs/j-250707130527460a823273791daa4344/results/assets /ZWNjZTlmZWEwNGI4YzljNzZhYzc2YjQ1YjZiYTAwYzIwZjIxMWJkYTQ4NTZjMTRhYTQ0NzViOGU4ZWQ0MzNjZEBlZ2kuZXU=/2c00312531cc55303c14ba68ff2472d4/randomforest.model.tar.gz ?expires=1752502120 "
6
+ "id" : " https://openeo.vito.be/openeo/1.2/jobs/j-250707130527460a823273791daa4344/results/items /ZWNjZTlmZWEwNGI4YzljNzZhYzc2YjQ1YjZiYTAwYzIwZjIxMWJkYTQ4NTZjMTRhYTQ0NzViOGU4ZWQ0MzNjZEBlZ2kuZXU=/a57df24a856cff107494dedfbfdcc180/ml_model_metadata.json ?expires=1752501082 "
7
7
}
8
8
},
9
9
"loadcollection1" : {
You can’t perform that action at this time.
0 commit comments