Skip to content

load_single_config API Reference

geoloop.configuration.load_single_config

load_single_config(main_config_path: str | Path) -> dict

Load main JSON as dictionary.

Parameters:

Name Type Description Default
main_config_path str

Path to the main JSON configuration file.

required

Returns:

Type Description
dict

Configuration dictionary.