I am not quite sure what your exact problem is, but the other day, I did the
following:
gdalwarp infiles/*.tif outfile.tif
This worked fine. Not even a "too many arguments" error or similar and there
were 2113 tiffs in infiles/.
Before running the above, I got rid of the 4G limit by doing:
./configure --with-libtiff=internal
This configure option gives you: "LIBTIFF support: internal (BigTIFF=yes)"
Hope this helps, Hermann
-------- Original Message --------
Subject: (Frustrated)Errors when mosaicking geotiff files
From: orbiter_postmuch <[email protected]>
To:
Date: 27/09/2009 01:53
NOTE-Revised message
I am trying to mosaick 318 tiffs in WGS84 projection, but have not
succeeded.
Here is what I want to do:
1.Mosaick files together using a batch file that uses delayed expansion to
accept wildcards (*.tif)
2.Save as file where <-format-> allows sizes larger than 4GB.
When I type in the correct commands into the window, the programs have to be
picky and throw up errors just to get in my way.
_______________________________________________
gdal-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/gdal-dev