voxcity.utils.weather.epw ========================= .. py:module:: voxcity.utils.weather.epw Functions --------- .. autoapisummary:: voxcity.utils.weather.epw.process_epw voxcity.utils.weather.epw.read_epw_for_solar_simulation Module Contents --------------- .. py:function:: process_epw(epw_path: Union[str, pathlib.Path]) -> Tuple[pandas.DataFrame, dict] Process an EPW file into a pandas DataFrame and header metadata. .. py:function:: read_epw_for_solar_simulation(epw_file_path) Read EPW file specifically for solar simulation purposes. Returns (df[DNI,DHI], lon, lat, tz, elevation_m).