pythermalcomfort icon indicating copy to clipboard operation
pythermalcomfort copied to clipboard

Function to process an EPW file

Open FedericoTartarini opened this issue 9 months ago • 0 comments
trafficstars

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

FedericoTartarini avatar Feb 04 '25 23:02 FedericoTartarini