我正在使用的名为pygeotools
的库在运行其中一个函数时引发gdal错误。我无法确定问题是在我身上还是在包装本身中。
在file_path
下面的代码中,是Geotif文件的路径。任何文件都可以。
import pygeotools
file_path= #path to a geotif file
pygeotools.warplib.memwarp_multi_fn(file_path)
但是,在pygeotools.warplib内部,从osgeo调用了gdal。 osgeo肯定包含函数ReprojectImage
。这是怎么回事?
如果您需要安装pygeotools
,可以通过pip install pygeotools
轻松完成。我已经尝试过更新pygeotools;它报告所有依赖关系都是最新的。我的pygeotools版本是0.2.0。