Added capability to handle image coordinates rotated relative to map coordinates. GeoTIFF provides the tag 34264 (Image-to-Model Transformation Matrix): a 4x4 matrix that fully describes the image to model transformetaion, incuding scale (GSD), rotation, and offset (in image coordinates).
This refactor fixes the projection of a rotated LandSat image that was being incorrectly projected. The test image is rotated about 7 deg (LS7_ETM_SYS_P31_GLS2000_073_073_20000227_b1.tif)
Added capability to handle image coordinates rotated relative to map coordinates. GeoTIFF provides the tag 34264 (Image-to-Model Transformation Matrix): a 4x4 matrix that fully describes the image to model transformetaion, incuding scale (GSD), rotation, and offset (in image coordinates). This refactor fixes the projection of a rotated LandSat image that was being incorrectly projected. The test image is rotated about 7 deg (LS7_ETM_SYS_P31_GLS2000_073_073_20000227_b1.tif)