<xarray.DataArray 'nc_file' (time: 20, latitude: 360, longitude: 720, N: 3)>
[34992000 values with dtype=float64]
Coordinates:
* latitude (latitude) float64 89.75 89.25 88.75 88.25 87.75 87.25 86.75 ...
* longitude (longitude) float64 -179.8 -179.2 -178.8 -178.2 -177.8 -177.2 ...
* time (time) float64 0.0 1.826e+03 3.652e+03 5.479e+03 7.305e+03 ...
Dimensions without coordinates: N
Attributes:
units: 1
long_name: sample data var
如何N
使用 xarray 从 netCDF 中删除?xarraydrop
命令不起作用
假设 hndl_nc 是 netCDF 文件的句柄,我试过了hndl_nc.drop('N')