-
Notifications
You must be signed in to change notification settings - Fork 42
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
Better promotion of correctly exporting a DataCube (or related) to valid JSON process representation #324
Comments
Another idea: also add |
soxofaan
added a commit
that referenced
this issue
Aug 12, 2022
soxofaan
added a commit
that referenced
this issue
Aug 12, 2022
…stronger for general use Also add `to_json`/`print_json` usage docs
soxofaan
added a commit
that referenced
this issue
Aug 12, 2022
|
Will close this for now |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Related to, triggered by: #155, #209, Open-EO/openeo-web-editor#271
When users are asked to share a process graph they should use
DataCube.to_json
instead ofDataCube.flat_graph
,DataCube.flatten
orDataCube.graph
:{"process_graph": ...}
true
/false
), not python dict representation (single quotes by default, booleansTrue
/False
)Possible action points:
The text was updated successfully, but these errors were encountered: