-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for geotiffs with ModelTransformation but without ModelPixelScale #40
Comments
Here is how GDAL's geotiff driver handles this : If GeoPixelScale exists: |
Thanks, good catch. Do you happen to have a test file with that condition you are willing to share so that I can make an automated test for this? |
GEOTiffs without ModelPixelScale but WITH ModelTransformation are possible ::
http://geotiff.maptools.org/spec/geotiff2.6.html#2.6
Currently getResolution() fails for these images.
The text was updated successfully, but these errors were encountered: