【发布时间】:2018-12-07 04:26:57
【问题描述】:
我想使用模块elevation (Python) 来下载 SRTM1 图像。我安装了模块立面图。但是现在我输入eio selfcheck时有这个:
> u'GNU Make' not found or not usable.
> u'unzip' not found or not usable.
> u'gunzip' not found or not usable.
> u'gdal_translate' not found or not usable.
> u'gdalbuildvrt' not found or not usable
我安装了 GNU make,但我不确定它是否正确。我在目录中有模块 gdal_translate 和 gdalbuildvrt:C:\OSGeo4W64\bin。我应该把它们搬到别的地方吗? GNU make、unzip、gunzip、gdal_translate、gdalbuildvrt 模块还是 .exe?
【问题讨论】:
-
我也有同样的问题;你有没有解决过@Suge?
标签: python installation dependencies elevation srtm