You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 who want to visualise and process EPW files. @t-kramer this is going to be a very useful feature which will connect very well to the visualisations you are developing.
Describe the solution you'd like
Simple function which:
imports EPW file
calculate UTCI, adaptive, ...
returns the same dataframe as clima
we will need to be very careful with the columns naming convention
The text was updated successfully, but these errors were encountered:
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 who want to visualise and process EPW files. @t-kramer this is going to be a very useful feature which will connect very well to the visualisations you are developing.
Describe the solution you'd like
Simple function which:
The text was updated successfully, but these errors were encountered: