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
The CBE Clima Tool is a web-based application built to support the need of architects and engineers interested in climate-adapted design. It allows users to analyze the climate data of more than 27,500 locations worldwide using the data contained in EPW files.
Use this script to merge .epw files into one file. This will combine each .epw hourly weather file into one .epw file. The hourly weather files of each year should be placed in the folder in chronological order.
This script uses psychrolib library. Use this script if you want to extract wet bulb temperature using dry bulb temperature and dew point temperature. epw files contain only DBT and DPT. You can extract WBT using this code.