目录
1 安装geopandas
如果你能使用外网,推荐直接使用如下命令:
conda install --channel conda-forge geopandas
如果不行,请在网站https://www.lfd.uci.edu/~gohlke/pythonlibs/,下载whl格式的安装包;然后严格按照如下顺序进行包安装:
- pip install numpy
- pip install pandas
- pip install shapely
- pip install gdal
- pip install fiona
- pip install pyproj
- pip install six
- pip install rtree
- pip install geopandas
2 安装rasterio
不要使用pip直接安装,不然会报错;建议下载whl文件之后,再使用pip安装
这个也是在https://www.lfd.uci.edu/~gohlke/pythonlibs/#rasterio下载whl之后,使用pip命令安装:
3 安装movingpandas
官方网址:https://github.com/anitagraser/movingpandas/tree/binder-tag
官方推荐命令为:
conda install -c conda-forge movingpandas
并且不建议使用pip安装
成功测试:
4 有用的链接
- movingpandas示例 https://github.com/anitagraser/movingpandas-examples
- movingpandas的一些介绍例子:https://anitagraser.com/movingpandas/
- 包的下载链接:https://www.lfd.uci.edu/~gohlke/pythonlibs/
-
geopandas安装心得(win10):https://zhuanlan.zhihu.com/p/137628480
更多精彩,欢迎关注个人公众账号,分享知识,共同进步