Python GDAL 包无法正确处理旋转的光栅图像
我正在使用 Python GDAL 包在之间转换光栅图像 各种格式:ENVI、GeoTIFF、ERDAS Imagine、PCI Geomatics 等。 我的图像是 UTM、WGS-84 且面向路径,即旋转远离 北上。我发现,用GDAL转换后,旋转是 总是丢失,并且图像的方向错误地朝北。我正在使用 Python 中的 CreateCopy 方法进行转换,例如
newDataset = driver.CreateCopy(new.name, oldDataset)
将不胜感激。谢谢,
莫特
I'm using the Python GDAL package to convert raster images between
various formats: ENVI, GeoTIFF, ERDAS Imagine, PCI Geomatics and others.
My imagery is UTM, WGS-84 and path-oriented, i.e., rotated away from
north-up. I find that, after conversion with GDAL, the rotation is
always lost and the images are incorrectly oriented north-up. I'm using
the CreateCopy method in Python to do the conversion, e.g.,
newDataset = driver.CreateCopy(new.name, oldDataset)
Would appreciate any advice. Thanks,
Mort
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论