pysiral.core.config =================== .. py:module:: pysiral.core.config .. autoapi-nested-parse:: Purpose: Returns content of configuration and definition files Created on Mon Jul 06 10:38:41 2015 @author: Stefan Functions --------- .. autoapisummary:: pysiral.core.config.get_yaml_config Module Contents --------------- .. py:function:: get_yaml_config(filename: Union[str, pathlib.Path], output: str = 'attrdict') -> Union[Dict, pysiral.core.legacy_classes.AttrDict] Parses the contents of a configuration file in .yaml format and returns the content in various formats :param filename: The full file path of the config file :param output: Dict or AttrDict (depends on `output` keyword) :return: