NREL / buildstock-query

BuildStockQuery is a python library for querying datasets generated by ResStock™ and ComStock™.
https://nrel.github.io/buildstock-query/
BSD 3-Clause "New" or "Revised" License
9 stars 1 forks source link

Add db_schema to define column names and values #35

Closed rajeee closed 9 months ago

rajeee commented 10 months ago

Pull Request Description

Enable buildstock-query to work with multiple formats of database and table structure. Refactoring out hard coded column names, values and other assumptions about the database structure into a separate db_schema toml configuration file.