hydromt_sfincs.components.config.SfincsConfig.get#
- SfincsConfig.get(key: str, fallback: Any = None, abs_path: bool = False) Any[source]#
Get the value for a specific key with validation check.
Parameters:#
- key (str):
The key to retrieve the value for.
- fallback (Any):
The fallback value to return if the key is not found. Default is None.
- abs_path (bool):
If True and the value is a string or Path, return the absolute path.