# nmc_tool_eccodes **Repository Path**: wjjpro/nmc_tool_eccodes ## Basic Information - **Project Name**: nmc_tool_eccodes - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2020-03-01 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 调用ECMWF eccodes命令工具操作grib格式数据 Call ECMWF eccodes tools to manipulate .grib format file with Python. Only Python 3 is supported. ## Dependencies ### 需要安装eccodes程序库(https://anaconda.org/conda-forge/eccodes) ``` conda install -c conda-forge eccodes ``` ### 如果要使用netcdf-java转化grib文件为Netcdf格式, 需要: ``` 1. 按照java程序库; 2. 下载[netcdf-java程序包](https://www.unidata.ucar.edu/software/thredds/current/netcdf-java/) 3. 设置环境变量 NETCDF_JAVA="netdfAll-.jar" ``` ## 安装程序库 ``` pip install git+git://github.com/nmcdev/nmc_tool_eccodes.git ```