# nmc_met_base **Repository Path**: wjjpro/nmc_met_base ## Basic Information - **Project Name**: nmc_met_base - **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 - Scipy - Pyproj - Python-dateutil - Pandas - Numba ## Install Using the fellowing command to install packages: ``` pip install git+git://github.com/nmcdev/nmc_met_base.git ``` or download the package and install: ``` git clone --recursive https://github.com/nmcdev/nmc_met_base.git cd nmc_met_base python setup.py install ```