metobs_toolkit.Dataset.update_settings#

Dataset.update_settings(output_folder=None, input_data_file=None, input_metadata_file=None, template_file=None)[source]#

Update the most common input-output (IO) settings.

(This should be applied before importing the observations.)

When an update value is None, the specific setting will not be updated.

Parameters:
  • output_folder (string, optional) – A directory to store the output to. The default is None.

  • input_data_file (string, optional) – Path to the input data file with observations. The default is None.

  • input_metadata_file (string, optional) – Path to the input metadata file. The default is None.

  • template_file (string, optional) – Path to the template (json) file to be used on the observations and metadata. The default is None.

Return type:

None.