Open wta12 opened 7 years ago
@wta12 Sorry for the slow response. Simbuild 2017 was taking all my time. Here is my understanding
I am really interested in the code that makes the psychrometric chart. Where did you find it. What was the license. I have been looking for such code for a long time.
I would be happy include such a function in eppy (in the useful scripts folder). Can you take a stab at writing it. Actually best if you could mock up a documentation (even before writing it) for it describing how it works and how it can be used.
I am good at crafting good API, and can help to stub out the code that would fit into eppy.
Climate Consultant has a great use case for psychrometrics from the weather data. In eppy we can do the psychrometrics for interior conditions of zones
Hi Santoshphilip,
I tried to create psychrometric chart by bokeh or matplotlib with CoolProp Module example. While psychrometric module/libs are pretty popular, the psychrometric chart on python is not such easy to find. I have done some templates base on matplotlib and bokeh (better interactive capabilities). Would like to know if could have a method to call directly from eppy object (run result) to get exported chart based on template. First is basic, second would be good for bin check but need to use shapely lib