2

Having Issues Accessing Timeseries csv output for PAT

In the PAT documentation it explains:

To download all datapoints, including the timeseries csv output for each simulation, run the scripts/download_datapoints.rb script using the OpenStudio CLI. The script requires that the Timeseries CSV Export reporting measure be included in your PAT project. Supply all required arguments to the script, including project directory, server DNS, and analysis ID. A usage example is given as follows: $ /c/openstudio-2.8.1/bin/openstudio.exe scripts/download_datapoints.rb -p project_singlefamilydetached -s http://ec2-107-23-165-146.compute-1.a... -a 706c3b4a-9685-4924-bb13-c6bec77aa397 Additionally, the script has an optional argument to unzip each datapoint zip file on the fly.

I have tried running the openstudio_cli.rb script and I keep getting this error: /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in require': cannot load such file -- openstudio (LoadError) from /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:inrequire' from openstudio_cli.rb:32:in `<main>'

Does anyone know why or can someone explain how to properly access the Timeseries output?

Thank you in advance,

Ravi

rbpostroad's avatar
43
rbpostroad
asked 2019-06-25 15:42:12 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

2

You should be calling the openstudio.exe file, as the documentation suggests, not the openstudio_cli.rb file.

C:\openstudio-2.8.1\bin\openstudio.exe ...

shorowit's avatar
11.8k
shorowit
answered 2019-06-25 23:18:10 -0500, updated 2019-06-26 00:01:14 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments