pygeotools中肯定存在导入期间未找到的功能

时间:2019-03-14 02:55:07

标签: python importerror projection gdal osgeo

我正在使用的名为pygeotools的库在运行其中一个函数时引发gdal错误。我无法确定问题是在我身上还是在包装本身中。

file_path下面的代码中,是Geotif文件的路径。任何文件都可以。

    import pygeotools

    file_path= #path to a geotif file        
    pygeotools.warplib.memwarp_multi_fn(file_path)

它抛出此错误 enter image description here

但是,在pygeotools.warplib内部,从osgeo调用了gdal。 osgeo肯定包含函数ReprojectImage。这是怎么回事?

enter image description here

如果您需要安装pygeotools,可以通过pip install pygeotools轻松完成。我已经尝试过更新pygeotools;它报告所有依赖关系都是最新的。我的pygeotools版本是0.2.0。

0 个答案:

没有答案