- 积分
- 12245
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2016-11-28
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
本帖最后由 华仔_beyond 于 2021-4-29 22:34 编辑
请问一下,在写入nc文件的时候为什么提示
RuntimeError: NetCDF: HDF error
请大佬指点
- ~/miniconda3/envs/mini_py/lib/python3.8/site-packages/xarray/backends/netCDF4_.py in _getitem(self, key)
- 96 with self.datastore.lock:
- 97 original_array = self.get_array(needs_lock=False)
- ---> 98 array = getitem(original_array, key)
- 99 except IndexError:
- 100 # Catch IndexError in netCDF4 and return a more informative
- netCDF4/_netCDF4.pyx in netCDF4._netCDF4.Variable.__getitem__()
- netCDF4/_netCDF4.pyx in netCDF4._netCDF4.Variable._get()
- netCDF4/_netCDF4.pyx in netCDF4._netCDF4._ensure_nc_success()
- RuntimeError: NetCDF: HDF error
复制代码
|
|