Configuration

This module contains the global default configuration dictionary.

config.defaults = {'clean': {'iqr_outlier': None, 'min_clean_obs': 100, 'min_obs': 100, 'std_outlier': 10, 'std_thresh': 100}, 'general': {'num_threads': 0}, 'gui': {'coastlines_res': '50m', 'coastlines_show': True, 'plot_sigmas': 3, 'plot_sigmas_alpha': 0.5, 'projection': 'Mercator', 'wmts_alpha': 0.2, 'wmts_layer': 'World_Imagery', 'wmts_server': 'https://server.arcgisonline.com/arcgis/rest/services/World_Imagery/MapServer/WMTS/1.0.0/WMTSCapabilities.xml', 'wmts_show': False}, 'prior': {'alpha': 0.667, 'mu': 48, 'threshold': 3}}