我在Python中有一個netCDF文件,其中時間變量的單位是days_since_Jan11900包無法讀取的xarray。它拋出錯誤unable to decode time units 'days_since_Jan11900' with 'the default calendar'. Try opening your dataset with decode_times=False or installing cftime if it is not installed.我不想使用decode_times,只是將其更改為days_since_0. 這是自 0000 年 1 月 1 日以來的天數(shù)。如何將 netCDF 中的單位更改為可讀的單位?<class 'netCDF4._netCDF4.Variable'>float64 days(time) units: days_since_Jan11900 long_name: calendar_daysunlimited dimensions: current shape = (87600,)filling on, default _FillValue of 9.969209968386869e+36 used
更改 python 中 netcdf 變量的單位
當(dāng)年話下
2023-12-20 20:05:31