forked from NREL/buildstockbatch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add validation ensuring all EPW weather files needed by the batch are…
… present. If any EPW is missing, the script fails before starting the batch (rather than during the batch). Also now only compresses and uploads EPWs actually used by the batch (rather than all of them).
- Loading branch information
Showing
6 changed files
with
120 additions
and
57 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
4 changes: 2 additions & 2 deletions
4
buildstockbatch/test/test_inputs/test_openstudio_buildstock/resources/buildstock_good.csv
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Building,Bedroom,Location,Vintage,State,Insulation Wall,Insulation Slab,Zipcode,County | ||
1,1,AL_Mobile-Rgnl.AP.722230,<1950,CO,Good Option,None,36608,County1 | ||
2,3,AL_Mobile-Rgnl.AP.722230,1940s,CO,Good Option,None,36601,County1 | ||
3,2,AL_Mobile-Rgnl.AP.722230,2010s,VA,Good Option,None,36602,County1 | ||
3,2,AL_Mobile-Rgnl.AP.722230,2010s,VA,Good Option,None,36602,County2 | ||
4,1,AL_Mobile-Rgnl.AP.722230,2000s,VA,Good Option,None,36603,County2 | ||
5,2,AL_Mobile-Rgnl.AP.722230,1970s,VA,Good Option,None,36604,County2 | ||
5,2,AL_Mobile-Rgnl.AP.722230,1970s,VA,Good Option,None,36604,County3 |
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