Skip to content

用Python处理国家气象信息中心(NMIC)的数据

License

Notifications You must be signed in to change notification settings

dodolooking/pyNMIC

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyNMIC

搞一搞国家气象信息中心(National Meteorological Information Center)

主要文件结构

├── FY4A
│   ├── fy4a.py    处理FY4A的AGRI一级数据hdf文件的类
│   └── gui_tkinter.py    应用fy4a.py的一个简单GUI界面
├── SURF_CLI_CHN_MERGE_CMP_PRE_HOUR_GRID_0.10
│   └── reader.py    读取该产品二进制数据为numpy数组
……
└── data    对应的示例数据以及辅助数据

详细介绍见各目录下的README.md

调用示例

见各源文件末尾if __name__ == "__main__":中的内容

开发环境

anaconda                  5.3.1
python                    3.7.2

第三方库

h5py                      2.9.0
numpy                     1.16.2
matplotlib                3.0.2
astropy                   3.1.2

About

用Python处理国家气象信息中心(NMIC)的数据

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%