Hi,

I have three geotiffs I created with QGIS 2.14.1. I need to merge them into one 
file.
So I used gdal_merge:
gdal_merge input1.tif input2.tif input3.tif -o output.tif
As a result I get a notification window that python has crashed and an output 
file.
When I open the output.tif the resolution is only half as sharp as the input 
files.
I know that gdal_merge uses the resolution of the first file so I tried 
gdal_merge in a different order of input files.
The result is that I get the message that python has crashed on 2 of the 3 
trials.
The resolution of the outputfile remains the same.
It seems I can adjust the resolution of the outputfile with the ps parameter:
Gdal_merge -ps ? ? input1.tif input2.tif input3.tif -o output.tif
What numbers should I use to double the resolution?
Meanwhile I used the ArcMap Mosaic to raster tool to create an outputfile from 
the tree input files.
In ArcMap the resolution is OK and the tif displays fine. When I load the 
output.tif in QGIS only one color of the output.tif is displayed.

Any help?
Thanks,

Reginald Carlier
Deskundige GIS

[http://www.ingelmunster.be/ingelmunster.gif]

Gemeente Ingelmunster, Oostrozebekestraat 4, 8770 Ingelmunster
T +32 51 33 74 39 www.ingelmunster.be<http://www.ingelmunster.be>
_______________________________________________
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

Reply via email to