Tip

  1. Need help? Please let us know in the UMEP Community.
  2. Find an issue within this page? Please report it in the GitHub issues.
  3. 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 epw file as a DataFrame

Parameters:path_epw (Path) – path to epw file
Returns:df_tmy – TMY results of epw file
Return type:pd.DataFrame