Python GDAL 包无法正确处理旋转的光栅图像

发布于 2024-12-13 20:03:45 字数 278 浏览 1 评论 0原文

我正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文