-
I have one tif file whose projection is epsg:32645 and it has transform:
Output:
I have tried to reproject it into epsg:4326:
Got this error:
Any idea how to reproject it correctly? |
Beta Was this translation helpful? Give feedback.
Answered by
Kirill888
Oct 8, 2023
Replies: 2 comments 2 replies
-
@zxdawn looks like messed up transform to me. Probably stored in row major order inside TIFF instead of GDAL order. |
Beta Was this translation helpful? Give feedback.
1 reply
-
row major would be like this:
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
zxdawn
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
row major would be like this:
sx, 0, tx, 0, sy, ty, 0,0,1