dtscalibration.read_silixa_files

dtscalibration.read_silixa_files(filepathlist=None, directory=None, zip_handle=None, file_ext='*.xml', timezone_netcdf='UTC', silent=False, load_in_memory='auto', **kwargs)[source]

Read a folder with measurement files from a device of the Silixa brand. Each measurement file contains values for a single timestep. Remember to check which timezone you are working in.

The silixa files are already timezone aware

Parameters:
  • filepathlist (list of str, optional) – List of paths that point the the silixa files

  • directory (str, Path, optional) – Path to folder

  • timezone_netcdf (str, optional) – Timezone string of the netcdf file. UTC follows CF-conventions.

  • file_ext (str, optional) – file extension of the measurement files

  • silent (bool) – If set tot True, some verbose texts are not printed to stdout/screen

  • load_in_memory ({‘auto’, True, False}) – If ‘auto’ the Stokes data is only loaded to memory for small files

  • kwargs (dict-like, optional) – keyword-arguments are passed to DataStore initialization

  • Returns

  • ——–

  • datastore (DataStore) – The newly created datastore.