[gdal-dev] gdalbuildvrt issues
Joaquim Manuel Freire Luís
jluis at ualg.pt
Mon Nov 11 08:51:49 PST 2019
"""
With -separate, each files goes into a separate band in the VRT dataset.
Otherwise, the files are considered as tiles of a larger mosaic and the VRT file has as many bands as one of the input files.
"""
I guess it's this bit " Otherwise, the files are considered as tiles of a larger mosaic..." that confuses me. I see it as "if they are not a mosaic, then each one would keep its own resolution"
The -resolution flag might also help:
https://gdal.org/programs/gdalbuildvrt.html#cmdoption-gdalbuildvrt-resolution
Indeed, "-resolution lowest" is what I want here.
Thanks
More information about the gdal-dev
mailing list