nctoolkit.open_data

nctoolkit.open_data(x=None, suppress_messages=False, checks=False)

Read netcdf data as a DataSet object

Parameters
  • x (str or list) – A string or list of netcdf files. The function will check the files exist. If x is not a list, but an iterable it will be converted to a list

  • checks (boolean) – Do you want basic checks to ensure cdo can read files?