Skip to content
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

Rotated or Skewed GeoTIFFs cause undefined behavior #21

Open
mkrupczak3 opened this issue Aug 19, 2022 · 0 comments
Open

Rotated or Skewed GeoTIFFs cause undefined behavior #21

mkrupczak3 opened this issue Aug 19, 2022 · 0 comments

Comments

@mkrupczak3
Copy link
Member

With #19 recently merged, OpenAthena uses Kip Crossing's geotiff library instead of GDAL as a pre-requisite

One downside of this implementation: OpenAthena is no longer able to detect if a provided GeoTIFF is rotated or skewed

Before PR #19, OpenAthena would print an error and stop if the provided GeoTIFF was rotated or skewed. The software used the dydx and dxdy parameters of the GDAL .GetGeoTransform() function

An equivalent solution must be found and implemented for OpenAthena with the geotiff library

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant