generated from NREL-Sienna/SiennaTemplate.jl
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add definitions for fuels and prime movers * fix comment * add PrettyTables * include exports * add prime movers and fuels * added ext and new variable types * change costs to FunctionData * import enums * remove include for definitions * corrected property names and types * export fuels and techs * remove extra stuff from IS * add empty function for parsing * add test schema file to git ignore * changed structs to Technologies * add internal field to structs * remove time series names * add serialization * updating to add SQLite to the import for .db reading into structs * creating the base functions that will be used to populate the structs * Added db to dataframe method to generate structs * adding in temporary mapping functionality for prime movers. * add function to populate structs from db * wrote parser function * formatter * corrected prime mover mapper * clean up old comments * clean up comments * add DB functions to exports * add DataFrames * removed deserialization from add_technology! * adds structs to a portfolio * removed unnecessary dict in dataframe_to_structs * removing unnecessary code * change SupplyTechnology costs to ValueCurve * add support_time_series --------- Co-authored-by: Jerry Potts <[email protected]> Co-authored-by: Pradyumna Rao <[email protected]>
- Loading branch information
1 parent
0779f7a
commit 8e7f5ed
Showing
12 changed files
with
321 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.