stilt.manifest.Manifest#
- class stilt.manifest.Manifest(store: 'Store') 'None'[source]#
Registry of registered simulations, persisted as
.stilt/manifest.parquet.
Methods#
|
Return the number of registered simulations. |
Return the union of configured footprint targets across the registry. |
|
|
Return whether one simulation is registered. |
|
Return the manifest as a DataFrame (empty if none has been written). |
|
Return receptors keyed by simulation id for the requested rows. |
|
Upsert one or many simulations into the registry (last write wins). |
|
Return all registered simulation identifiers in stable order. |
Return |