Re: [gdal-dev] buildvrt not working

2015-02-02 Thread yuta sato
thank you Even Rouault. On Mon, Feb 2, 2015 at 5:43 PM, Even Rouault wrote: > Le lundi 02 février 2015 04:29:33, yuta sato a écrit : > > Sorry, the outfile name I tried is outfile.vrt, but not outfile.tif. > > However, I used gdaltranslate to convert .vrt into .tif > > currently gdalbuildvrt -s

Re: [gdal-dev] buildvrt not working

2015-02-02 Thread Even Rouault
Le lundi 02 février 2015 04:29:33, yuta sato a écrit : > Sorry, the outfile name I tried is outfile.vrt, but not outfile.tif. > However, I used gdaltranslate to convert .vrt into .tif currently gdalbuildvrt -separate only operates on the first band of each inputfile. So you have to preliminary s

Re: [gdal-dev] buildvrt not working

2015-02-01 Thread yuta sato
Sorry, the outfile name I tried is outfile.vrt, but not outfile.tif. However, I used gdaltranslate to convert .vrt into .tif Additionally, when I see the .vrt file only two bands are written there. On Mon, Feb 2, 2015 at 12:26 PM, yuta sato wrote: > Dear all: > > I have two geotiff files each

[gdal-dev] buildvrt not working

2015-02-01 Thread yuta sato
Dear all: I have two geotiff files each of 5 bands. I wanted to make one file consisting of 10 bands. I tried as follows, but I got only 2 bands in the outfile. buildvrt -separate -input_file_list infile.txt outfile.tif Please help me. Thanks ___ gd