nctoolkit.open_thredds

nctoolkit.open_thredds(x=None, wait=None, checks=False)

Read thredds data as a DataSet object

Parameters
  • x (str or list) – A string or list of thredds urls, which must end with .nc.

  • checks (boolean) – Do you want to check if data is available over thredds?

  • wait (int) – Time to wait for thredds server to be checked. Limitless if not supplied.