First time here? Check our help page!
1

Tool to analyze the Sql from energyplus?

What is the best software to analyze the eplusout.sql file ? Currently I am using Dview, but it takes a lot of time to load the file.

Rwadhwa910's avatar
383
Rwadhwa910
asked 2021-12-22 13:36:59 -0500
shorowit's avatar
11.8k
shorowit
updated 2021-12-27 10:26:19 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

DB Browser for SQLite or really any database viewer works. Modelkit also has a built-in function to query the DB and outputs the requested data to a csv.

If you're only looking at a few outputs for a single model, I'd just look at the HTML output file, it's much easier to open and look at. The SQL is easier for querying results from multiple simulations.

ericmartinpe's avatar
2.1k
ericmartinpe
answered 2021-12-22 14:34:15 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments