Dear reader, I have received the message above when attempting to import
a .tiff using r.in.gdal
Yet, when I view this tiff in Gimp, it appears to look fine, with North up.
How do I rectify this?
Thank you.
Atif
Dear reader, I have received the message above when attempting to import
a .tiff using r.in.gdal
Yet, when I view this tiff in Gimp, it appears to look fine, with North up.
How do I rectify this?
Thank you.
Atif
Dear reader, I have received the message above when attempting to
import a .tiff using r.in.gdal
Yet, when I view this tiff in Gimp, it appears to look fine, with
North up. How do I rectify this?
If you look at the attached meta-data with gdalinfo you will see a
rotation parameter. I think you can use either gdal_translate or
gdalwarp to turn it and keep geocoding, or
"tifftopnm in.tif | pnmtotiff > out.tif" to remove all geocoding.
Someone else will hopefully have a better solution for you.
Hamish