Open-EO / openeo-python-client

Python client API for OpenEO
https://open-eo.github.io/openeo-python-client/
Apache License 2.0
156 stars 42 forks source link

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

Open soxofaan opened 1 year ago

soxofaan commented 1 year ago

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