-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example process graphs? #30
Comments
Attached to process graph examples, we may write more if needed. |
Thank you, @neteler! Unfortunately, I observed some issues:
Also, it would be great if the processes would follow the specification a bit more closely so that tooling can handle workflows better: Fixing 1 and 2 by hand, I get the following graphs, which I can load into the Web Editor. Unfortunately, I can't execute them as the endpoints require authentication (seems related to #18). {
"get_data_1": {
"process_id": "get_data",
"arguments": {
"data": "utm32n.openeo.raster.Sigma0_VH_db_20180111"
}
},
"scale_1": {
"process_id": "scale_minmax",
"arguments": {
"data": {
"from_node": "get_data_1"
},
"max": 255,
"min": 1
},
"result": true
}
} {
"get_data_1": {
"process_id": "get_data",
"arguments": {
"data": "utm32n.openeo.raster.Sigma0_VH_db_20180111"
}
},
"scale_1": {
"process_id": "scale_minmax",
"arguments": {
"data": {
"from_node": "get_data_1"
},
"max": 255,
"min": 1
},
"result": true
}
} |
I see that the processes load_collection and save_result are now available. Any example using those processes available? |
TODO: There are outdated example process graphs in https://open-eo.github.io/openeo-grassgis-driver/ which need to be updated. |
Is there a set of example process graphs for demonstration purposes?
The text was updated successfully, but these errors were encountered: