You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However if I load the example dataset "source-era5_date-2022-01-01_res-0.25_levels-37_steps-01.nc", whose coord "datetime" has "batch" and "time" dims ,but only the "time" coord. such like :
Hi, I'm trying to build a xarray dataset with mine own data, and the code is as following:
`numpy_array = data
but in the result dataset ,
the coord "datetime" which type is xarray.DataArray has own coords and dims "batch" and "time" , such like:
However if I load the example dataset "source-era5_date-2022-01-01_res-0.25_levels-37_steps-01.nc", whose coord "datetime" has "batch" and "time" dims ,but only the "time" coord. such like :
So my question is how to remove the coord "batch" of the datetime in my dataset?
Thanks a lot!
Sincerely, Qc
The text was updated successfully, but these errors were encountered: