benben以下是经常需要用的的库
pip install pandas
pip install numpy
pip install netcdf4
首先要了解一下nc文件(例如xxx.nc)
1.dimensions:维度大小
2.variables:变量
dimensions:其中包含N个名子,数据名字的内容长度固定;而time则是UNLIMITED任意长度
variables:在variables下每个变量形式为floatuwind_speed(time,nele) time 和nele都是dimensions名称
转自(若有侵权请及时联系作者) Python处理netCDF文件 - 知乎 (zhihu.com)https://zhuanlan.zhihu.com/p/100574643
使用netCDF库写
#--导入netCDF4库--#
import netCDF4 as nc
#--读取netCDF格式文件,'w'表示可对文