Contents:
acept
acept.acept_constants
acept.acept_utils
acept.bbd_plz_preprocessing
acept.buildings_information
acept.cop_profiles
acept.demand_profiles
acept.dwd_try_data_handling
acept.dwd_try_data_setup
acept.exceptions
acept.plz_shape
acept.pv_cap_api
acept.pv_cap_factor_profiles
acept.temperature_profiles
acept.uhp_csv_io
acept.uhp_input_formatting
acept.weather_profile_api
UrbanHeatPro
Module for exceptions.
Bases: ValueError
ValueError
Exception raised when a value is outside the allowed range.
Initialize the exception, that will be raised when a value is outside the allowed range.
min_value (int) – minimum allowed value
max_value (int) – maximum allowed value
data_type (str) – name of the data type that is checked