码迷,mamicode.com
首页 > 其他好文 > 详细

Liunx 安装basemap

时间:2020-05-14 22:13:18      阅读:69      评论:0      收藏:0      [点我收藏+]

标签:plot   aliyun   base   tps   shp   imp   clu   git   mirror   

技术图片

2. 解压 
   tar -zxvf basemap-1.2.1rel.tar.gz
3.  安装依赖包
    
    pip  install numpy  -i  https://mirrors.aliyun.com/pypi/simple

  pip install matplotlib -i https://mirrors.aliyun.com/pypi/simple

pip install pyproj -i https://mirrors.aliyun.com/pypi/simple
    pip  install pyshp  -i  https://mirrors.aliyun.com/pypi/simple
4. 编译安装 geos 库
   cd basemap-1.2.1rel/geos-3.3.3/
   export GEOS_DIR=/usr/local
    ./configure --prefix=$GEOS_DIR
 
    vim include/geos/platform.h
   改:/* #undef HAVE_ISNAN */
   为:#define HAVE_ISNAN 1
    
    make
    make install
5. 安装 basemap
    cd  ..
    python setup.py install
      
6. 测试
    cd examples/
    python simpletest.py

 

查考   https://lumingdong.cn/install-basemap-under-linux.html#comment-201

 

Liunx 安装basemap

标签:plot   aliyun   base   tps   shp   imp   clu   git   mirror   

原文地址:https://www.cnblogs.com/luochunxi/p/12891574.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!