How to export graph from openstudio to excel?
I have temperature and humidity graphs in openstudio I would like to export somehow to excel in order to plot a graph in excel. How can I do that?
Assuming you are talking about the Tables in the OpenStudio Results HTML file you can just open that in a web-browser outside of OpenStudio and copy the table and paste into Excel.
If you need to do this at scale you can write a measure to create CSV file instead of HTML. Also PAT2 has the ability to write project reporting scripts that can save high level data (runner.registerValues in measures) across all datapoints in an analysis.
I am talking about the graphs I can see when opening the result viewer. I have a temperature graph and a humidity graph for a period of one year. I would like to plot corresponding point (temperature vs. humidity) on a graph in excel. Is there any way I can extract the data to copy it into Excel?
@pksmith every chart in the report has a table that you can see by clicking on the blue box above the chart with the chart table. If you open the report in a web browser outside of the OpenStuido App or PAT, then . you can just copy and paste the tables from HTML to Excel.
@David Goldwasser, does this provide the underlying data that was used to create the graphs? I'm after calculating the WBGT for the internal zone conditions, which requires using the hourly data as inputs to an equation.
Edit: What I ended up doing was running the in.idf file created by open studio in energy+, which generated a in.csv file holding the variables I needed.