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

VectorCube.create_job wrongly handles title argument #412

Closed soxofaan closed 1 year ago

soxofaan commented 1 year ago

https://github.com/Open-EO/openeo-geopyspark-integrationtests/blob/8471e3bd282b927a0e7f0f0d3ff520375debfdab/tests/test_integration.py#L475-L482

cube.polygonal_mean_timeseries returns since #386 a VectorCube, and VectorCube.create_job does not support a title argument like DataCube.create_job

soxofaan commented 1 year ago

related (and will probably conflict with): #403