We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
aggregate_spatial
The Geopyspark driver currently only supports polygon geometries in aggregate_spatial, while the official spec https://github.com/Open-EO/openeo-processes/blob/60fb5e22579f34010de42af71c3d2d70f2dea906/aggregate_spatial.json#L20 also defines behavior for point and line geometries.
This ticket is to at least document/discuss that the geopyspark driver does not support that and collect feedback about priority if it should.
The text was updated successfully, but these errors were encountered:
issue raised here as well: #84
Sorry, something went wrong.
Points and lines are supported now on openeo-dev. Should work when using geojson, loading vector data from file depends on vector cube work.
bossie
No branches or pull requests
The Geopyspark driver currently only supports polygon geometries in
aggregate_spatial
, while the official spec https://github.com/Open-EO/openeo-processes/blob/60fb5e22579f34010de42af71c3d2d70f2dea906/aggregate_spatial.json#L20 also defines behavior for point and line geometries.This ticket is to at least document/discuss that the geopyspark driver does not support that
and collect feedback about priority if it should.
The text was updated successfully, but these errors were encountered: