标签: python python-xarray xarray
有没有比这更优雅的方法来获得xarray数据集的某些维度形状的元组?
tuple(dict(ds[['X', 'Y']].dims).values())