Metadata-Version: 2.4
Name: nmc_met_graphics
Version: 0.2.0
Summary: A collection for meteorological graphic functions.
Home-page: https://github.com/nmcdev/nmc_met_graphics
Author: The R & D Center for Weather Forecasting Technology in NMC, CMA
Author-email: kan.dai@foxmail.com
License: GPL3
Platform: all
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Atmospheric Science
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=1.24.0
Requires-Dist: scipy>=1.10.0
Requires-Dist: pandas>=2.0.0
Requires-Dist: xarray>=2023.1.0
Requires-Dist: matplotlib>=3.7.0
Requires-Dist: Cartopy>=0.21.0
Requires-Dist: metpy>=1.5.0
Requires-Dist: netCDF4>=1.6.0
Requires-Dist: pyshp>=2.3.0
Requires-Dist: Shapely>=2.0.0
Requires-Dist: Pillow>=10.0.0
Requires-Dist: nmc-met-io>=0.1.0
Requires-Dist: nmc-met-base>=0.1.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: platform
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# 气象数据绘图功能

提供气象绘图功能函数, 包括颜色表处理, 屏蔽区域, 添加地图边界, 绘制天气分析图等.

Only Python 3 is supported.
建议安装[Anaconda](https://www.anaconda.com/products/individual)数据科学工具库,
已包括scipy, numpy, matplotlib等大多数常用科学程序库.

## Install

Using the fellowing command to install packages:

* 预安装程序库  
```
  conda install -c conda-forge cartopy
```

* 使用pypi安装源安装(https://pypi.org/project/nmc-met-graphics/)
```
  pip install nmc-met-graphics
```

* 若要安装Github上的开发版(请先安装[Git软件](https://git-scm.com/)):
```
  pip install git+git://github.com/nmcdev/nmc_met_graphics.git
```

* 或者下载软件包进行安装:
```
  git clone --recursive https://github.com/nmcdev/nmc_met_graphics.git
  cd nmc_met_graphics
  python setup.py install
```

### 可选支持库:

* [Magics](https://anaconda.org/conda-forge/magics), `conda install -c conda-forge magics`

### Change log:
