标签: python-3.x python-xarray weighted-average netcdf4
我的netcdf文件的尺寸为1400*2300*10,Latitude=1400,Longitude=2300,Height=10
1400*2300*10
Latitude=1400
Longitude=2300
Height=10
我知道如何在Netcdf文件中计算高度尺寸的平均值
Dataset.mean(dim=Height)
我想知道是否有任何预定义函数来计算权重(3、5、2、1、0.8、3.2,...最多10个随机值)。