stilt.storage.Storage#
- class stilt.storage.Storage(project_dir: 'Path', output_dir: 'Path', store: 'Store', *, is_cloud_project: 'bool' = False) 'None'[source]#
STILT-aware output storage facade over a lower-level store backend.
Methods#
|
Return whether one simulation output already exists durably. |
Load project config from the local project root or output storage. |
|
Load project receptors from output storage when available. |
|
|
Persist config needed to reconstruct the project. |
|
Persist receptor inputs needed to reconstruct the project. |
|
Publish one simulation's standard outputs. |
Return the best local path to output project receptors, if present. |
|
|
Return a local path to a output when it exists. |