# meteva **Repository Path**: glaivelee2/meteva ## Basic Information - **Project Name**: meteva - **Description**: 中国气象局用来验证算法处理的程序,notebook的代码,要装anaconda才用起来才方便。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-01-20 - **Last Updated**: 2022-01-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 全流程检验程序库 本程序库提供了常用的各种气象预报检验评估的算法函数,气象检验分析的图片和表格型产品的制作函数,以及可以使用检验评估系统示例。 详细的说明请参见 https://www.showdoc.cc/meteva Only Python 3 is supported. ## Dependencies Other required packages:    numpy>=1.12.1    scipy>=0.19.0    pandas>=0.20.0    xarray>=0.11.0    scikit-learn>=0.21.2    matplotlib>=3.3.1    httplib2>=0.12.0    protobuf>=3.6.1    netCDF4>=1.4.2    pyshp>=2.1.0    seaborn>=0.9.0    ipywidgets>=7.5.1 ## Install Using the fellowing command to install packages: ``` pip install meteva ```