
(Note)Python osgeo&shapefile库的安装
1. shapefile anaconda:conda install pyshp
pip:pip install pyshpe
2. osgeo
进入Link:www.lfd.uci.edu/~gohlke/Pythonlibs/ 搜索GDAL
或者直接进入Link: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
👁️ 阅读量:0
© 版权声明:本文《(Note)Python osgeo&shapefile库的安装》内容均为本站精心整理或网友自愿分享,如需转载请注明原文出处:https://www.zastudy.cn/wen/1686774853a337048.html。