Configuration API ================= Configuration helpers load project YAML files, resolve paths and bounds, manage default outputs, normalize labels, and keep metric settings consistent. .. contents:: On this page :local: :depth: 2 Package Entry Point ------------------- .. automodule:: spatial_vtk.config :members: Runtime Configuration --------------------- .. automodule:: spatial_vtk.config.runtime :members: Paths and Outputs ----------------- .. automodule:: spatial_vtk.config.paths :members: .. automodule:: spatial_vtk.config.outputs :members: Bounds ------ .. automodule:: spatial_vtk.config.bounds :members: Metrics ------- .. automodule:: spatial_vtk.config.metrics :members: .. automodule:: spatial_vtk.config.metric_catalog :members: Labels and Naming ----------------- .. automodule:: spatial_vtk.config.labels :members: .. automodule:: spatial_vtk.config.naming :members: Notebook Helpers ---------------- .. automodule:: spatial_vtk.config.notebook :members: