I have heard that I can use a vrt file to merge mulitple geotiffs into one?
what is the syntax? gdal_tranlsate -of VRT file1.tif file2.tif file2.tif
Something like this?
|
I have heard that I can use a vrt file to merge mulitple geotiffs into one? what is the syntax? gdal_tranlsate -of VRT file1.tif file2.tif file2.tif Something like this? |
|||
|
|
|
No, you need to use gdalbuildvrt The instructions on the page are pretty clear, but to save you a mouse click, one of the examples is:
|
|||||
|