BoulderCodeHub / Process-CRSS-Res

Repository for code used to process CRSS Results starting in April 2015
1 stars 3 forks source link

no need to have three separate data files and three different reads of rdf files #44

Closed rabutler closed 7 years ago

rabutler commented 7 years ago

The critStats file is redundant. It only includes variables that are found in MPPE and SystemConditions files, and both of those are faster to read.

So, update to only read 2 different rdf files. The critstats section of the code will rely on two different feather files, but that's ok

rabutler commented 7 years ago

need to make sure that sysCond variables that might be necessary for scenario comparison are utilized before filtering off scenarios other than the mainScenGroup.

or just read the feather file back in.