Re: [gdal-dev] Creating mosaic larger than 4GB using gdal_merge.py

2011-05-13 Thread Brian Wilson
On Fri, May 13, 2011 at 11:03 AM, Vytas wrote: > Hi, > gdal_merge.py -o tot.tif Port*.tif Try "gdal_merge.py -co BIGTIFF=IF_NEEDED -o tot.tif Port*.tif" ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-d

Re: [gdal-dev] Creating mosaic larger than 4GB using gdal_merge.py

2011-05-13 Thread Even Rouault
Le vendredi 13 mai 2011 20:03:50, Vytas a écrit : > Hi, > > Using gdal_merge.py to merge multiple Geotif files and get the > following error? Is there a work around to the size issue? Expected > output file size is about 12 Gigs. I was under the impression gdal was > able to handle Big TIFF f

[gdal-dev] Creating mosaic larger than 4GB using gdal_merge.py

2011-05-13 Thread Vytas
Hi, Using gdal_merge.py to merge multiple Geotif files and get the following error? Is there a work around to the size issue? Expected output file size is about 12 Gigs. I was under the impression gdal was able to handle Big TIFF format. If not, can you please suggest a format availabl