nctoolkit.DataSet.to_xarray

DataSet.to_xarray(self, decode_times=True)

Open a dataset as an xarray object

Parameters

decode_times (boolean) – Set to False if you do not want xarray to decode the times. Default is True. If xarray cannot decode times, CDO will be used.