Tuesday 20 March 2018

QGIS Align Rasters how to retain pixel values?


I am attempting to align and then merge a number of rasters of the same resolution and extent, but where the pixels are slightly misaligned (creating small gaps when merged). This works fine using the Align Rasters tool, except that the pixel values are not retained and instead given a value of something like -3.23879e+8. I mostly want to keep the nodata pixels. Is this possible?




No comments:

Post a Comment

arcpy - Changing output name when exporting data driven pages to JPG?

Is there a way to save the output JPG, changing the output file name to the page name, instead of page number? I mean changing the script fo...