有没有办法使用 xarray 重命名全局属性名称?该rename命令似乎只重命名变量和维度,而不是全局属性。我试过这个:
with util.open_or_die('AA.nc', perm='r+') as hndl_nc:
hndl_nc.rename({'src_name': 'dst_name'}, inplace=True)
但我收到此错误:
AttributeError: NetCDF: Attribute not found
一只名叫tom的猫
相关分类