Other required packages:
- 请在anaconda环境下安装,并确保matplotlib、cartopy、meteva符合以下版本需求
- matplotlib==3.2.*
- cartopy<=0.17.0
- metpy<=0.12.2
- meteva<=1.3.*
- nmc_met_io 请预先安装, 见https://github.com/nmcdev/nmc_met_io
- nmc_met_graphics 请预先安装, 见https://github.com/nmcdev/nmc_met_graphics
- nmc_met_diagnostic 请预先安装, https://github.com/nmcdev/nmc_met_diagnostic
Using the fellowing command to install packages:
pip install git+git://github.com/nmcdev/nmc_met_map.git
or download the package and install:
git clone --recursive https://github.com/nmcdev/nmc_met_map.git
cd nmc_met_map
python setup.py install