[gdal-dev] gdalbuildvrt problem with heterogenous band characteristics

Eli Adam eadam at co.lincoln.or.us
Thu Aug 16 14:02:02 PDT 2012


> Band 1 Block=5000x1 Type=Int16, ColorInterp=Gray
...
> Band 1 Block=10000x1 Type=Float32, ColorInterp=Gray
>
> I can't see anything obvious why these two files can't be mosaiced..
>

It looks like one is 16 bit and the other 32.  gdalbuildvrt probably
can't determine the type of output to create.

What is the output type of gdalwarp on the same files? Did gdalwarp do
anything to make the input files match in the output?

HTH, Eli


More information about the gdal-dev mailing list