Hi - I'm having difficulties with warping or merging overlapping single band gtiffs (where the input tifs bounding box overlap)
When using gdalwarp: I achieve the desired output extent of both tifs however, the data range of the output tif is 0 to 0 (min and max values are both 0). It appears to recognise the nodata value as the extent of both tifs are in the gdalwarp output, it's just the data range is incorrect. When I use gdalmerge: In the documentation it says ' In areas of overlap, the last image will be copied over earlier ones.' Is it possible to overwrite the nodata values in the earlier image with real data values present in the last image? Because of this, the output gtiff extent from gdalmerge honours the first gtiff bounding box and masks any real data from other tifs used within the program. Apologies, pretty difficult to explain but created a quick visual to show the outputs here | https://www.dropbox.com/s/0bfbi2ssbr4enjn/overlapping_single_band_geotiffs.png?dl=0 Also example data is here which should hopefully replicate the issue | https://www.dropbox.com/s/o623ao42zi3kiun/gdal_dev.zip?dl=0 Thanks, Gareth
_______________________________________________ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev