[gdal-dev] -allow_projection_difference equivalent in GDAL CLI?

Scott public at postholer.com
Fri Dec 19 10:27:42 PST 2025


Greetings,

I'm looking for the gdalbuildvrt -allow_projection_difference equivalent 
in CLI. mosaic and stack don't seem to have this.

Does this exist in CLI? Right now, I'm doing:

gdalbuildvrt -separate -allow_projection_difference raster.vrt *.tif \
&& gdal raster pipeline \
    ! read raster.vrt \
    ! reproject --dst-crs EPSG:4326 \
...

That works, but I'd like to combine them.

Thanks!
Scott

-- 
www.postholer.com



More information about the gdal-dev mailing list