stilt.storage.ProjectFiles#
- class stilt.storage.ProjectFiles(root: 'Path') None[source]#
Local paths plus output key conventions for one project root.
Parameters
rootProject root directory that contains config, receptors, and outputs.
Methods#
Return the canonical output-store key for the project config. |
|
|
Return the flat footprint-index key for one filename. |
|
Return the flat particle-index key for one filename. |
Return the canonical output-store key for the receptors file. |
|
|
Return file helpers rooted at one simulation's output directory. |
Return the canonical output-store prefix for by-id simulations. |
Attributes#
|
|
|
Return the directory that stores one subdirectory per simulation. |
|
Return the directory used for chunked intermediate artifacts. |
|
Return the local path to the project config file. |
|
Return the directory used for flat footprint-file aliases. |
|
Return the local path to the simulation index database. |
|
Return the directory used for flat particle-file aliases. |
|
Return the local path to the project receptors CSV file. |
|
Return the directory that stores indexed simulation outputs. |