First time here? Check our help page!
3

resstock download of large run.

When attempting to download the results of a large run (200000 buildings represented) after the analysis was complete the parametric analysis tool comes up with a warning stating that downloading results might result in the PAT crashing. Is there any way around this?

becker1212's avatar
143
becker1212
asked 2020-06-08 12:54:26 -0500
shorowit's avatar
11.8k
shorowit
updated 2020-06-08 13:36:26 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

4

You can run a script to download all datapoints instead of doing it within PAT. It requires that the run included the Timeseries CSV Export reporting measure. https://resstock.readthedocs.io/en/v2...

Eric Wilson's avatar
1.9k
Eric Wilson
answered 2020-06-08 13:57:23 -0500
edit flag offensive 0 remove flag delete link

Comments

Hi Eric, thanks for the help. I encountered the following error while running the script and am unsure how to resolve it.

Error: Did not successfully download C:\Users\model.FE\Desktop\github_folder\OpenStudio-BuildStock-2.2.3\project_singlefamilydetached/localResults/results.csv. Backtrace: C:/Users/model.FE/Desktop/github_folder/OpenStudio-BuildStock-2.2.3/scripts/download_datapoints.rb:36:in block in retrieve_results_csv' :/ruby/2.2.0/net/http.rb:1425:inblock in transport_request' :/ruby/2.2.0/net/http/response.rb:162:in `reading_body'

becker1212's avatar becker1212 (2020-06-10 00:44:20 -0500) edit

continued: :/ruby/2.2.0/net/http.rb:1424:in transport_request' :/ruby/2.2.0/net/http.rb:1386:inrequest' :/ruby/2.2.0/net/http.rb:1379:in block in request' :/ruby/2.2.0/net/http.rb:855:instart' :/ruby/2.2.0/net/http.rb:1377:in request' C:/Users/model.FE/Desktop/github_folder/OpenStudio-BuildStock-2.2.3/scripts/download_datapoints.rb:33:inretrieve_results_csv' C:/Users/model.FE/Desktop/github_folder/OpenStudio-BuildStock-2.2.3/scripts/download_datapoints.rb:194:in <top (required)>' eval:107:inrequire'

becker1212's avatar becker1212 (2020-06-10 00:45:17 -0500) edit

continued:
:/openstudio_cli.rb:1746:in <main>' eval:116:ineval' eval:116:in require_embedded_absolute' eval:101:inblock in require' eval:95:in each' eval:95:inrequire' eval:3:in `<main>' Exception: Did not successfully download C:\Users\model.FE\Desktop\github_folder\OpenStudio-BuildStock-2.2.3\project_singlefamilydetached/localResults/results.csv.

becker1212's avatar becker1212 (2020-06-10 00:46:02 -0500) edit
add a comment see more comments