-
Notifications
You must be signed in to change notification settings - Fork 5
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 support for apply_vectorcube udf #856 #882
add support for apply_vectorcube udf #856 #882
Conversation
Related PR in python-client: |
Related PR in openeo-python-driver: |
after reviewing the other PRs in python client and python driver: do we actually need this #882 that adds a test in geopyspark driver actually? All functionality is actually elsewhere: python client and python driver, so the tests should be there |
The test in the geopyspark driver is specifically to see if you can apply an udf on the output of raster_to_vector without any issues. Because previously that didn't work as expected. |
Co-authored-by: Stefaan Lippens <[email protected]>
ah ok indeed, |
Also to include in this PR: as it depends on python client and python driver changes, it should bump the version constraint of these dependencies in setup.py |
All comments should be addressed now except for the extra tests in the python driver and client, those will be handled in this issue: |
No description provided.