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
Most of solar_fun.py has been moved into thermal.py -- but not the weather data part. I'm not sure whether to try add this to the existing epw.py or create a new one. I mainly need the following:
read epw files (from a local directory)
return entire data set of 1-hour data as a large numpy structured array
interpolate 1-minute data for a single day, and return as a numpy array
The text was updated successfully, but these errors were encountered:
Most of solar_fun.py has been moved into thermal.py -- but not the weather data part. I'm not sure whether to try add this to the existing epw.py or create a new one. I mainly need the following:
The text was updated successfully, but these errors were encountered: