我知道如何手動將netCDF4.Dataset轉換爲xarray DataArray。不過,我想知道是否有簡單而優雅的方式,例如使用xarray後端,以下「netCDF4.Dataset」對象的簡單轉換爲xarray於DataArray對象: <type 'netCDF4.Dataset'>
root group (NETCDF4 data model, file format HDF5):
我想對基於特定組的xarray數據集進行縮減採樣,因此我使用groupby來選擇組,然後在每個組中使用10%的樣本。我使用下面的代碼,但我得到IndexError: index 1330 is out of bounds for axis 0 with size 1330這暗示我的函數返回一個空數組,但subset肯定有非零維。 我正在使用squeeze=True,我認爲這將允許根據GroupBy