Open-EO / openeo-python-driver

Common parts of a Python driver implementation for OpenEO
Apache License 2.0
11 stars 6 forks source link

add support for apply_vectorcube udf Open-EO/openeo-geopyspark-driver… #314

Closed JeroenVerstraelen closed 2 months ago

JeroenVerstraelen commented 2 months ago

…#881

soxofaan commented 2 months ago

also consider adding tests,

e.g. see https://github.com/Open-EO/openeo-python-driver/blob/b2c20b5cc55baa41cb354c10be535a5fc3c63788/tests/test_vectorcube.py#L882-L988 and https://github.com/Open-EO/openeo-python-driver/blob/b2c20b5cc55baa41cb354c10be535a5fc3c63788/tests/test_views_execute.py#L4101-L4377

soxofaan commented 2 months ago

and the client dependency in setup.py https://github.com/Open-EO/openeo-python-driver/blob/af0133802f8573405d9d17b7dbaec7450ef4c2da/setup.py#L56

should be bumped to properly signal the dependency on https://github.com/Open-EO/openeo-python-client/pull/631 I think it should become "openeo>=0.32.0.a2.dev"

soxofaan commented 2 months ago

follow up: