(Note)Python osgeo&shapefile库的安装
1. shapefileanaconda:conda install pyshppip:pip install pyshpe2. osgeo进入Link:https://www.lfd.uci.edu/~gohlke/pythonlibs/搜索GDAL或者直接进入Link:https://www.lfd.uci.edu/~gohlke/pythonlibs/#gdal下载对应版本的GDAL例如:1
·
1. shapefile
anaconda:conda install pyshp
pip:pip install pyshpe
2. osgeo
进入Link:https://www.lfd.uci.edu/~gohlke/pythonlibs/ 搜索GDAL
或者直接进入Link:https://www.lfd.uci.edu/~gohlke/pythonlibs/#gdal
下载对应版本的GDAL
例如:
1. pypy 3.8 win64
2. cpy 3.8 win64
下载后,以管理员权限运行Windows Terminal,cd至whl文件所在的位置,
输入命令 pip install GDAL-xxxxxxxxxxxxx.whl
即可完成安装
安装成功后如下图所示:
Reference:
python osgeo及shapefile库的安装_明镜居士的博客-CSDN博客_python安装osgeo
更多推荐
已为社区贡献7条内容
所有评论(0)