Basmap
Basmap
0. Install
教程推薦:
- 官方文檔
- moxigandashu 2017
- 往下看我的(系統:Deepin 15.11)
1. Dependency:
- python
- pip install:
- Matplotlib
- NumPy
- GeobricksProj4ToEPSG
- pyproj
- pyshp
- geos
sudo apt install libgeos-3.6.2
sudo apt install libgeos-dev
Install from the source
Release:WeatherGod
百度網盤: 2tue
|
報錯
|
解決: VeRo
找到platform.h
把24行的/* #undef HAVE_ISNAN */
替換成: #define HAVE_ISNAN 1
("#"號不能丟)
我直接用sed替換了:
|
make
要蠻久, 慢慢等把
sudo make install
以後, 退到上一級目錄
|
又報錯:
|
sudo pip3.7 install cpython
更具jonathanunderwood在github帖子中的解釋, 是應爲python3.7不適配的原因。我直接用python2.7安裝成功了。 不過,後面在導入包的時候,又有function問題- -我放棄了 嘿嘿嘿
還是用leaft把