PolarGeospatialCenter / imagery_utils

Other
34 stars 10 forks source link

Apply all script arg settings to pansharpen outputs #62

Closed ehusby closed 1 year ago

ehusby commented 1 year ago

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).