gdal icon indicating copy to clipboard operation
gdal copied to clipboard

BuildVRT: Warn if resulting VRT requires resampling

Open dbaston opened this issue 9 months ago • 0 comments

Feature description

A common use of gdalbuildvrt is the creation of mosaics or stacks whose pixels values are equal to those of the underlying data at all locations. When this is not the case (and the underlying values are resampled) it would be nice to have a warning or optionally an error. I started adding a check for this as part of #11982 but I realized it's equally applicable to other values of --resolution, so it can be addressed separately.

Additional context

No response

dbaston avatar Mar 21 '25 15:03 dbaston