bugra9 / gdal3.js

Convert raster and vector geospatial data to various formats and coordinate systems entirely in the browser.
https://gdal3.js.org
GNU Lesser General Public License v2.1
300 stars 45 forks source link

Zipped Shapefile #71

Open JakobMiksch opened 4 months ago

JakobMiksch commented 4 months ago

Firstly, thanks for this impressive GDAL port!

With the "classic" GDAL it is possible to create a zipped Shapefile with ogr2ogr -f "ESRI Shapefile" output.zip input.shp

Is this also possible with gdal3.js ?