satpy.readers.core.config module
Reader configuration.
- satpy.readers.core.config.available_readers(as_dict=False, yaml_loader=<class 'yaml.loader.UnsafeLoader'>)[source]
Available readers based on current configuration.
- Parameters:
- Return type:
- Returns:
List of available reader names. If as_dict is True then a list of dictionaries including additionally reader information is returned.
- satpy.readers.core.config.configs_for_reader(reader=None)[source]
Generate reader configuration files for one or more readers.
- Parameters:
reader (Optional[str]) – Yield configs only for this reader
Returns: Generator of lists of configuration files