supy.util.read_epw

Contents

Tip

  1. Need help? Please let us know in the UMEP Community.

  2. Please report issues with the manual on GitHub Issues (or use Report Issue for This Page for page-specific feedback).

  3. Please cite SUEWS with proper information from our Zenodo page.

6.3.2.2. supy.util.read_epw#

supy.util.read_epw(path_epw: Path) 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