""" 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 _______________________________________________ gdal-dev mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/gdal-dev
