Closed tschaub closed 3 years ago
Hi @tschaub
Thanks for catching this!
A MultiGeoTIFF
is a representation of a TIFF with external overviews. So generating one via GDAL during testing and then having a test targeting such a file would ve great, if you want to contribute.
It looks like the
getImage
method of aMultiGeoTIFF
doesn't properly assign geo keys to the image. It looks like it was a typo to try to access theimageFile. geoKeyDirectory
property.I don't see existing tests for a
MultiGeoTIFF
. Any suggestions on putting together suitable test data?