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 or a single url. The function will check the files exist. If x is not a list, but an iterable it will be converted to a list. If a url is given the file will be downloaded before processing.

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