-
Notifications
You must be signed in to change notification settings - Fork 17
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
add processToJSON for convenience #114
Conversation
* compute_results has now parameters 'as_stars' and 'format' to open the data as stars object * 'output_file' can be omitted, if so a temporary file will be created
781a198
to
4bbde15
Compare
I am not sure if we need this. Printing a process to console should already give you a JSON. If you want it printed to a file, I would suggest to overload |
Open for alternatives, but it seems to be an issue though as you can see in the PR. 3 persons had a hard time figuring out how to solve the issue, it took me like 20mins to figure out what to use so help is needed in some shape or form. |
* fixed param spatial_extent handling on get_sample * fixes on transforming sf objects from and to GeoJSON * removed suggested connection to package geojsonsf which can also be handled by sf directly
* now forcing the coodinates to follow the GeoJSON specification as CRS to be CRS84 and axis order to be latitude / longitude; also removing the crs field in the serialization
* added authentication support for urn:ietf:params:oauth:grant-type:device_code if the authentication provider supports it
* relates to #64 (comment)
Conflicts: NEWS.md R/utilities.R
* marked processToJSON and graphToJSON as deprecated
* client$login(login_type,...) * create_user_process(submit,...)
updated/merged the PR, |
For context see Open-EO/openeo.org#56