# nmc_met_graphics **Repository Path**: wjjpro/nmc_met_graphics ## Basic Information - **Project Name**: nmc_met_graphics - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2020-03-01 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 气象数据绘图功能 提供气象绘图功能函数, 包括颜色表处理, 屏蔽区域, 添加地图边界, 绘制天气分析图等. Only Python 3 is supported. ## Dependencies Other required packages: - numpy - matplotlib - basemap - netCDF4 - pandas - pyshp - cartopy - Shapely ## Install Using the fellowing command to install packages: ``` pip install git+git://github.com/nmcdev/nmc_met_graphics.git ``` or download the package and install: ``` git clone --recursive https://github.com/nmcdev/nmc_met_graphics.git cd nmc_met_graphics python setup.py install ```