[gdal-dev] Mosaic to vrt format with gdalwarp

2010-01-15 Thread Eli Adam
Hi all, I'm having some trouble using gdalwarp to mosaic ArcInfo Binary Grid files to vrt. Here is what I want to do and works in .tif. I mosaic the three grids be... to test2.tif: gdalwarp -t_srs EPSG:2913 -s_srs EPSG:2994 -srcnodata 0 0 0 -dstnodata 0 0 0 -of GTIFF be44123g8b

Re: [gdal-dev] Mosaic to vrt format with gdalwarp

2010-01-15 Thread Frank Warmerdam
Eli Adam wrote: Hi all, I'm having some trouble using gdalwarp to mosaic ArcInfo Binary Grid files to vrt. Here is what I want to do and works in .tif. I mosaic the three grids be... to test2.tif: gdalwarp -t_srs EPSG:2913 -s_srs EPSG:2994 -srcnodata 0 0 0 -dstnodata 0 0 0 -of GTIFF be44123g8b

Re: [gdal-dev] Mosaic to vrt format with gdalwarp

2010-01-15 Thread John C. Tull
On Jan 15, 2010, at 8:29 PM, Frank Warmerdam wrote: Eli Adam wrote: Hi all, I'm having some trouble using gdalwarp to mosaic ArcInfo Binary Grid files to vrt. Here is what I want to do and works in .tif. I mosaic the three grids be... to test2.tif: gdalwarp -t_srs EPSG:2913 -s_srs EPSG:2994

Re: [gdal-dev] Mosaic to vrt format with gdalwarp

2010-01-15 Thread Eli Adam
Frank and John, Thanks for the suggestions. I did take the advice to use gdalbuildvrt and then warp that: gdalbuildvrt gdalbuildvrt.vrt be44123g8a be44123g8b be44123g8c be44123h7 be44123h8a be44123h8b be44124g1 be44124h1 be45123a7 be45123a8 be45124a1 gdalwarp -t_srs EPSG:2913 -s_srs