basemap的安装

python的basemap包已经被弃用,取而代之的是cartopy。

如果要安装cartopy,DOS命令“pip install cartopy”。如果安装失败,下载whl文件进行安装,步骤与下面的basemap相同,地址Python Extension Packages for Windows - Christoph Gohlke (uci.edu)

 

如果仍然要安装basemap:在 Python Extension Packages for Windows - Christoph Gohlke (uci.edu) 下载basemap对应的wheel文件,用DOS命令"pip install xxx.whl"进行安装。

 

附:

basemap官网Welcome to the Matplotlib Basemap Toolkit documentation — Basemap Matplotlib Toolkit 1.2.1 documentation

cartopy官网Introduction — cartopy 0.20.0 documentation (scitools.org.uk)

 

posted @ 2022-03-07 19:51  小鱼圆又圆  阅读(385)  评论(0)    收藏  举报