Available in GDAL and MapServer master! #5
rouault
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The implementation has just been merged into GDAL and MapServer master repositories.
You can for example test QGIS+GDAL with Conda packages:
conda create --name sozip_test
conda activate sozip_test
conda install -c gdal-master gdal
conda install -c conda-forge qgis
And for example with a large GeoPackage file (filenames to adapt of course):
sozip -j output.gpkg.zip /path/to/input.gpkg
qgis output.gpkg.zip
Beta Was this translation helpful? Give feedback.
All reactions