voxcity.utils.weather.epwΒΆ

FunctionsΒΆ

process_epw(β†’ Tuple[pandas.DataFrame, dict])

Process an EPW file into a pandas DataFrame and header metadata.

read_epw_for_solar_simulation(epw_file_path)

Read EPW file specifically for solar simulation purposes.

Module ContentsΒΆ

voxcity.utils.weather.epw.process_epw(epw_path: str | pathlib.Path) Tuple[pandas.DataFrame, dict][source]ΒΆ

Process an EPW file into a pandas DataFrame and header metadata.

voxcity.utils.weather.epw.read_epw_for_solar_simulation(epw_file_path)[source]ΒΆ

Read EPW file specifically for solar simulation purposes. Returns (df[DNI,DHI], lon, lat, tz, elevation_m).