Mike noticed that the pansharpened output images were being output in GeoTIFF format with LZW compression, even when the script --format JP2OpenJPEG argument was provided.
This fix makes sure those output image quality settings are carried through to the pansharpened output, and also makes sure the intermediate ortho images have the proper file extension that corresponds to their output format (previously all had .tif extension).
Mike noticed that the pansharpened output images were being output in GeoTIFF format with LZW compression, even when the script
--format JP2OpenJPEG
argument was provided.This fix makes sure those output image quality settings are carried through to the pansharpened output, and also makes sure the intermediate ortho images have the proper file extension that corresponds to their output format (previously all had
.tif
extension).