Quantcast
Channel: Question and Answer » gdal
Viewing all articles
Browse latest Browse all 397

Overwrite the mosaic raster generated using gdal_merge.py?

$
0
0

Is it possible to overwrite the raster generated using gdal_merge.py? When I ran the command:

% gdal_merge.py -init 255 -o out.tif in1.tif in2.tif

it works fine, but if I ran the same command and out.tif was already previously generated, it overwrites out.tif to a uniform raster (i.e., all values equal to 255).


Viewing all articles
Browse latest Browse all 397

Trending Articles