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

_______________________________________________
gdal-dev mailing list
[email protected]
https://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to