Le mardi 28 avril 2015 08:25:57, jramm a écrit : > By tiled do you mean split into N seperate TIFF files (in which case the > answer is no), or can a single TIFF contain a tiling scheme?
Yes a TIFF can be tiled internally. > If so, is this > some option I need to pass to the driver when creating the output? Yes TILED=YES. Cf http://www.gdal.org/frmt_gtiff.html When tiling is enabled, the default tile size is 256x256. Which would match the way you operate. > > > > -- > View this message in context: > http://osgeo-org.1560.x6.nabble.com/GDAL-slow-to-write-GeoTIFF-tp5203128p5 > 203202.html Sent from the GDAL - Dev mailing list archive at Nabble.com. > _______________________________________________ > gdal-dev mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/gdal-dev -- Spatialys - Geospatial professional services http://www.spatialys.com _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
