A utility used to merge small image tiles to create a bigger image

learn more… | top users | synonyms

0
votes
0answers
26 views

gdal_merge.py aligns incorrectly at the seam of two GeoTiffs

I am trying to merge four GeoTiffs from the National Elevation Dataset (EPSG: 4269) into a 2x2 DEM using gdal_merge.py. For some reason, when it merges the upper two NED rasters, gdal produces a seam ...
0
votes
0answers
79 views

gdalwarp instal of gdal_merge with -separate option

Is there any way to produce merged img file from two png files using gdalwarp just the same way gdap_mege with option -separate does it? I just need two, three-layered files to be merged into one, ...