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