Functions

class caris.OpenMode

This enumeration represents the open mode.

  • READ_ONLY

  • READ_WRITE

caris.open([(object)uri=None[, (object)file_name=None[, (OpenMode)open_mode=caris._py_caris.OpenMode.READ_ONLY]]]) object :

Opens a supported dataset from a given URI or file path.

Parameters
  • uri (str) – A URI to a supported dataset.

  • file_name (str) – The path to a file of a supported dataset.

  • open_mode (caris.OpenMode) – The mode used to open the dataset (read/only or read/write)

Returns

The opened dataset.