-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
gdal vector clip: allow to not specify any of bbox, geometry or like … #13520
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
base: master
Are you sure you want to change the base?
Conversation
|
Thanks alot for doing that, Even! It may be beneficial to update 'gdal vector rasterize' docs, so people are aware. |
I've actually added your use case as one of the examples |
|
|
Cool! Also, rasterize is part of pipeline, now? That's a makes things muuuch easier! Edit: nevermind, I read that wrong. ;) |
…to adjust the extent to the one of actual features Fixes OSGeo#13519
|
After skimming the implementation, I think I understand what's going on here, but when first reading the example pipeline and documentation it was not clear to me what function If |
Perhaps, ! filter should update the extent? filter by design restricts the results, maybe that should automatically update extent by results returned. |
…to adjust the extent to the one of actual features
Fixes #13519