Christoph, > Do I have to do things in a different order or way for this to work?
/vsigs/ implementation (and other cloud virtual file systems) only supports sequential writing, but in the general case, writing a GeoTIFF file requires random writing capabilities, particularly for compressed datasets. See the "streaming operations" paragraph of http://gdal.org/frmt_gtiff.html So you have to create a on-disk file first and then copy it to the bucket. Even -- Spatialys - Geospatial professional services http://www.spatialys.com _______________________________________________ gdal-dev mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/gdal-dev
