pythermalcomfort
pythermalcomfort copied to clipboard
Package to calculate several thermal comfort indices (e.g. PMV, PPD, SET, adaptive) and convert physical variables.
It would be nice to include the code which process the EPW file and generates the Clima dataframe in pythermalcomfort. This is going to be really helpful for the users...
PR introduces preliminary versions for a first set of charts that can be used along and/or integrated with pythermalcomfort. Before we improve the charts, clean the code and add more,...
- [x] two-node - [x] ankle draft - [x] apparent temperature - [x] adaptive EN - [x] adaptive ASHRAE - [x] clothing t-out - [x] discomfort index - [x] heat...
For the heat index functions, we should allow folks to return 'stress_category' similar to the recent changes made to the `utci` function. This will become handy for the plots we...
# **Describe the bug** 1. The code is not efficient since the main loops runs for 60 times: 1. this is unnecessary in most conditions since the results converge before...