Selon Marc Padilla Parellada <[email protected]>: > Hello, > > > I would like to read raster files stored within a zip file with python and > GDAL. Something like this: > >
Try this instead :
data=gdal.Open("/vsizip/file.zip/image.tif")
See http://trac.osgeo.org/gdal/wiki/UserDocs/ReadInZip
_______________________________________________
gdal-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/gdal-dev
