rainflame / geopolygonize

Convert geographic rasters into simplified polygons
https://rainflame.github.io/geopolygonize/
1 stars 0 forks source link

Save output as a geopackage #52

Closed cbroms closed 9 months ago

cbroms commented 9 months ago

We should use geopackage (.gpkg) as our vector output format, since it's a more efficient way to store data. It doesn't require a bunch of additional files either, as opposed to shapefiles which require sibling .cpj, .prj, .shx files.

slz4025 commented 9 months ago

Solved by #54.