issues
search
NREL
/
infrasys
Data store for components and time series in support of Python-based modeling packages
https://nrel.github.io/infrasys/
BSD 3-Clause "New" or "Revised" License
5
stars
2
forks
source link
feat: Implement supplemental attributes from IS.jl
#40
Open
pesap
opened
3 months ago
pesap
commented
3 months ago
Requirements
[ ] Persist the SQLite database to filesystem,
[ ] Create a new table/database that will store the supplemental attributes,
[ ] Store associations between supplemental attributes and components/time series,
[x] Modify
TimeSeriesMetadataStore
to accept either supplemental attributes or components,
[ ] Add section on the documentation with use case of supplemental attributes,
[x] Port structs relevant to supplemental attributes from IS.jl,
[ ] 90% coverage for testing
Requirements
TimeSeriesMetadataStore
to accept either supplemental attributes or components,