-
Notifications
You must be signed in to change notification settings - Fork 17
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
raster <-> vector processes #155
Comments
As soon as you have a process definition I'd suggest to open a draft PR so that we can shape it together. |
Some inspiration for naming:
|
Can we model this as reducer in openEO? If not, reduce would be a bit confusing, I think. polygonize only works if it's always working on polygons only. I think I'd prefer something easy to understand and aligned with other processes such as |
Implemented a first prototype: |
@jdries We should complete the description and PR it for discussion. |
VITO has a custom implementation, but we still need to get a version into openeo-processes. @PondiB |
Cool, I will pick it up then. |
Cool, please consider a survey of existing implementations, e.g. at VITO (already openEO), GRASSGIS, Python ecosystem (shapely?), R, ... @PondiB |
@m-mohr , Sure, I will do that. |
For an internal use case, we'd like to apply raster to vector conversion:
This is not uncommon, so we'd like to see if we can provide this as higher level process.
We will probably implement something internally first, to see how it can look like.
The text was updated successfully, but these errors were encountered: