How to merge multiple separate files into a single file with multiple bands:
gdal_merge.py -o landsat.tif -of GTiff -separate *.tif
Posted on Thursday January 24th
How to merge multiple separate files into a single file with multiple bands:
gdal_merge.py -o landsat.tif -of GTiff -separate *.tif