geoprior.scripts.config
Shared configuration helpers for GeoPrior scripts.
Functions
-
geoprior.scripts.config.scripts_root(*, create=True)[source]
Return the user-facing artifact root.
- Parameters:
create (bool)
- Return type:
Path
-
geoprior.scripts.config.fig_dir(*, create=True)[source]
Return the figure export directory.
- Parameters:
create (bool)
- Return type:
Path
-
geoprior.scripts.config.out_dir(*, create=True)[source]
Return the tabular export directory.
- Parameters:
create (bool)
- Return type:
Path
-
geoprior.scripts.config.resolve_user_artifact_path(value, *, kind, create_parent=False)[source]
Resolve a user-provided export path.
- Parameters:
-
- Return type:
Path
-
geoprior.scripts.config.resolve_export_path(kind, *parts, create_parent=True)[source]
Resolve a path under fig/ or out/.
- Parameters:
-
- Return type:
Path
-
geoprior.scripts.config.export_env_summary()[source]
Return resolved export environment values.
- Return type:
dict[str, str]