[gdal-dev] /vsigzip/ write support in trunk

Frank Warmerdam warmerdam at pobox.com
Mon Jul 20 20:16:37 EDT 2009


Folks,

I have extended Even's /vsigzip/ driver in trunk to support writing as
well as reading.  This means it is possible to write a file in compressed
format by using a filename like /vsigzip/out.asc.gz.  Note that the /vsigzip/
write driver does not support seeking around in the output stream so only
output drivers that use VSI*L *and* that do not do seeks will work.  So it
can't be used for GeoTIFF, but can be used for formats like AAIGRID.

I implemented this primarily so that the new R driver could directly create
a compressed object file.

Best regards,
-- 
---------------------------------------+--------------------------------------
I set the clouds in motion - turn up   | Frank Warmerdam, warmerdam at pobox.com
light and sound - activate the windows | http://pobox.com/~warmerdam
and watch the world go round - Rush    | Geospatial Programmer for Rent



More information about the gdal-dev mailing list