-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Add 'gdal raster polygonize' (port of gdal_polygonize.py) #12122
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
Conversation
4f85c45
to
3dcbaaa
Compare
3dcbaaa
to
0b43d4f
Compare
|
||
.. option:: -l, --nln, --layer <LAYER> | ||
|
||
Provides a name for the output vector layer. Defaults to "polygonize". |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider exposing gdal_polygonize
options -mask
and -nomask
(as --ignore-mask
)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I could do this in a follow-up
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider exposing
gdal_polygonize
options-mask
and-nomask
(as --ignore-mask
)
I deliberately didn't expose them as they seemed a bit too specialized to me, at least at that stage. There are many other algorithms where the user can't provide an "external" mask and I'm not sure why polygonize would be an exception
0b43d4f
to
2b1746f
Compare
2b1746f
to
caf5ae4
Compare
No description provided.