openeo-python-client icon indicating copy to clipboard operation
openeo-python-client copied to clipboard

follow `/processing_options` for specifying job options in `create_job`

Open soxofaan opened this issue 1 year ago • 0 comments

Depends on PR https://github.com/Open-EO/openeo-api/pull/471 (currently planned for API 1.3.0)

Python client currently adds all "additional" job options under a "job_options" field, which is non-standard https://github.com/Open-EO/openeo-python-client/blob/c4d809fc9ecd4995f823a1e21e1b67340096aef3/openeo/rest/connection.py#L1471-L1473

PR https://github.com/Open-EO/openeo-api/pull/471 standardizes how job/service options should be specified and client should follow that when available

soxofaan avatar Aug 02 '23 13:08 soxofaan