You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all, I'm looking to be able to access Polygonize. Reading through the only issue that references it (#306), I'll probably need to head down to gdal-sys to write a wrapper—something I've not done in quite a while and never in this project.
Can someone give me some pointers on how I should begin with this, an example that is similar perhaps?
The text was updated successfully, but these errors were encountered:
#456 might serve as an example. It went back and forth a lot because of my nit-picking regarding the API. But GDALFPolygonize is simpler, because the DEM routines were actually a thin wrapper over the gdaldem implementation, taking command line arguments and so on. For some reason, GDALFPolygonize isn't like that, and I don't see a higher-level version.
And I don't think we support progress callbacks at this point.
Hi all, I'm looking to be able to access
Polygonize
. Reading through the only issue that references it (#306), I'll probably need to head down to gdal-sys to write a wrapper—something I've not done in quite a while and never in this project.Can someone give me some pointers on how I should begin with this, an example that is similar perhaps?
The text was updated successfully, but these errors were encountered: