-
Notifications
You must be signed in to change notification settings - Fork 42
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
Phase out read_vector usage #104
Comments
A fix for this is being proposed in this pull request: |
ah nice, I somehow missed that thread |
however, A closer proposal is probably the |
ImageCollectionClient.mask
way forward: |
Another use case that has to be updated: this suggestion was made in a user support channel to do
will currently produce a process graph using (cc @EmileSonneveld) |
instead, support reading GeoJSON from local path
instead, support reading GeoJSON from local path
done:
|
when passing a string as
polygon
argument toImageCollectionClient.mask
:openeo-python-client/openeo/rest/imagecollectionclient.py
Lines 777 to 784 in b5f3b47
or in _get_geometry_argument:
openeo-python-client/openeo/rest/datacube.py
Line 900 in 2ce9d3b
this implementation assumes process
read_vector
which is currently a VITO specific process and I'm not aware of anything alike in the official process collection.Background: At VITO we currently use this to work with very large polygon files (> 100k polygons) stored at backend side, which we don't want to pass with the openEO request for obvious reasons.
In the client we should avoid hardcoding non-official processes of course
Solution:
read_vector
based argument to support the VITO use casescc @jdries
The text was updated successfully, but these errors were encountered: