Tip
Need help? Please let us know in the UMEP Community.
Find an issue within this page? Please report it in the GitHub issues.
A good understanding of SUEWS is a prerequisite to the proper use of SuPy.
supy.util.read_epw¶
- supy.util.read_epw(path_epw: pathlib.Path) pandas.core.frame.DataFrame[source]¶
Read in
epwfile as a DataFrame- Parameters
path_epw (Path) – path to
epwfile- Returns
df_tmy – TMY results of
epwfile- Return type
pd.DataFrame