AUTHORS.rst
LICENSE.txt
README.md
pyproject.toml
./docs/conf.py
./heatpro/__init__.py
./heatpro/district_heating_load.py
./heatpro/special_hot_water.py
./heatpro/check/__init__.py
./heatpro/check/check_data_format.py
./heatpro/check/check_weight_format.py
./heatpro/demand_profile/__init__.py
./heatpro/demand_profile/building_heating_profile.py
./heatpro/demand_profile/hot_water_profile.py
./heatpro/demand_profile/loss_profile.py
./heatpro/disaggregation/__init__.py
./heatpro/disaggregation/pipeline.py
./heatpro/disaggregation/weighted_disaggregation.py
./heatpro/external_factors/__init__.py
./heatpro/external_factors/external_factors.py
./heatpro/external_factors/process/__init__.py
./heatpro/external_factors/process/closed_heating_season.py
./heatpro/external_factors/process/heating_season.py
./heatpro/external_factors/process/temperature_cold_water.py
./heatpro/external_factors/process/temperature_departure.py
./heatpro/external_factors/process/temperature_return.py
./heatpro/external_factors/process/temperature_soil.py
./heatpro/external_factors/process/utils.py
./heatpro/temporal_demand/__init__.py
./heatpro/temporal_demand/daily_heat_demand.py
./heatpro/temporal_demand/hourly_heat_demand.py
./heatpro/temporal_demand/monthly_heat_demand.py
./heatpro/temporal_demand/temporal_heat_demand.py
./heatpro/temporal_demand/yearly_heat_demand.py
./tests/__init__.py
./tests/test_district_heating_load.py
./tests/test_heatpro.py
./tests/check/test_check_data_format.py
./tests/check/test_check_weight_format.py
./tests/demand_profile/test_building_heating.py
./tests/demand_profile/test_demand_profile.py
./tests/demand_profile/test_hot_water.py
./tests/demand_profile/test_lost.py
./tests/disaggregation/test_pipeline.py
./tests/disaggregation/test_weighted_disaggregation.py
./tests/external_factors/test_cold_water.py
./tests/external_factors/test_departure.py
./tests/external_factors/test_detecting_heating_season.py
./tests/external_factors/test_external_factors.py
./tests/external_factors/test_process.py
./tests/external_factors/test_return.py
./tests/external_factors/test_soil.py
./tests/non_regression/test_default.py
./tests/temporal_demand/test_temporal_demand.py
docs/conf.py
heatpro/__init__.py
heatpro/district_heating_load.py
heatpro/special_hot_water.py
heatpro.egg-info/PKG-INFO
heatpro.egg-info/SOURCES.txt
heatpro.egg-info/dependency_links.txt
heatpro.egg-info/requires.txt
heatpro.egg-info/top_level.txt
heatpro/check/__init__.py
heatpro/check/check_data_format.py
heatpro/check/check_weight_format.py
heatpro/demand_profile/__init__.py
heatpro/demand_profile/building_heating_profile.py
heatpro/demand_profile/hot_water_profile.py
heatpro/demand_profile/loss_profile.py
heatpro/disaggregation/__init__.py
heatpro/disaggregation/pipeline.py
heatpro/disaggregation/weighted_disaggregation.py
heatpro/external_factors/__init__.py
heatpro/external_factors/external_factors.py
heatpro/external_factors/process/__init__.py
heatpro/external_factors/process/closed_heating_season.py
heatpro/external_factors/process/heating_season.py
heatpro/external_factors/process/temperature_cold_water.py
heatpro/external_factors/process/temperature_departure.py
heatpro/external_factors/process/temperature_return.py
heatpro/external_factors/process/temperature_soil.py
heatpro/external_factors/process/utils.py
heatpro/temporal_demand/__init__.py
heatpro/temporal_demand/daily_heat_demand.py
heatpro/temporal_demand/hourly_heat_demand.py
heatpro/temporal_demand/monthly_heat_demand.py
heatpro/temporal_demand/temporal_heat_demand.py
heatpro/temporal_demand/yearly_heat_demand.py
tests/__init__.py
tests/test_district_heating_load.py
tests/test_heatpro.py
tests/check/test_check_data_format.py
tests/check/test_check_weight_format.py
tests/demand_profile/test_building_heating.py
tests/demand_profile/test_demand_profile.py
tests/demand_profile/test_hot_water.py
tests/demand_profile/test_lost.py
tests/disaggregation/test_pipeline.py
tests/disaggregation/test_weighted_disaggregation.py
tests/external_factors/test_cold_water.py
tests/external_factors/test_departure.py
tests/external_factors/test_detecting_heating_season.py
tests/external_factors/test_external_factors.py
tests/external_factors/test_process.py
tests/external_factors/test_return.py
tests/external_factors/test_soil.py
tests/non_regression/test_default.py
tests/temporal_demand/test_temporal_demand.py