voxcity.utils.weather.onebuilding ================================= .. py:module:: voxcity.utils.weather.onebuilding Functions --------- .. autoapisummary:: voxcity.utils.weather.onebuilding.get_nearest_epw_from_climate_onebuilding Module Contents --------------- .. py:function:: get_nearest_epw_from_climate_onebuilding(longitude: float, latitude: float, output_dir: str = './', max_distance: Optional[float] = None, extract_zip: bool = True, load_data: bool = True, region: Optional[Union[str, List[str]]] = None, allow_insecure_ssl: bool = False, allow_http_fallback: bool = False, ssl_verify: Union[bool, str] = True) -> Tuple[Optional[str], Optional[pandas.DataFrame], Optional[Dict]] Download and process EPW weather file from Climate.OneBuilding.Org based on coordinates.