3

how to retrieve the simulation results from eppy

I am able to run simulation using eppy now I want to fetch the results. Where do the results get saved and how to retrieve the results?

lakshmi's avatar
31
lakshmi
asked 2017-09-07 02:21:07 -0500
Julien Marrec's avatar
29.7k
Julien Marrec
updated 2017-09-08 08:55:44 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

2 Answers

3
Chris Jones's avatar
1.1k
Chris Jones
answered 2017-09-07 09:29:37 -0500
edit flag offensive 0 remove flag delete link

Comments

I am unable to see a csv file format output which is the postprocess is energyplus

lakshmi's avatar lakshmi (2017-09-08 03:01:47 -0500) edit

Are you on windows? Mac? Linux?

Julien Marrec's avatar Julien Marrec (2017-09-08 08:55:56 -0500) edit
add a comment see more comments
1

You can try using esoreader - pypi, github.

The README on the github page has details on how to get the results into a pandas dataframe.

Jamie Bull's avatar
5.1k
Jamie Bull
answered 2017-10-04 03:07:45 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments