From c83291d8243d79ff11da00e9a47d6117629b438b Mon Sep 17 00:00:00 2001
From: F Rehmann <49240249+c0nb4@users.noreply.github.com>
Date: Tue, 28 Jan 2025 11:20:10 +0100
Subject: [PATCH 1/6] Delete: Unused files
---
classes.html | 158 ---
packages.html | 35 -
test.ipynb | 3549 -------------------------------------------------
3 files changed, 3742 deletions(-)
delete mode 100644 classes.html
delete mode 100644 packages.html
delete mode 100644 test.ipynb
diff --git a/classes.html b/classes.html
deleted file mode 100644
index 95a9ba66..00000000
--- a/classes.html
+++ /dev/null
@@ -1,158 +0,0 @@
-
-
-
-
-
- classDiagram
- class Datahandler {
- SunRad : ndarray
- advancedModel : NoneType
- counter : dict
- district : list
- filePath
- resultPath : NoneType
- scenario : NoneType, TextFileReader
- scenario_name : NoneType, str
- sheetFile : NoneType
- site : dict
- srcPath
- time : dict
- weatherFile : NoneType
- generateBuildings()
- generateDemands(calcUserProfiles: bool, saveUserProfiles: bool, savePath: str)
- generateDistrictComplete(scenario_name, calcUserProfiles, saveUserProfiles)
- generateEnvironment()
- initializeBuildings(scenario_name)
- loadDistrict(scenario_name)
- plot(mode, initialTime, timeHorizon, savePlots, timeStamp, show)
- saveDistrict()
- setAdvancedModel(pathAdvancedModel)
- setResultPath(new_path)
- }
- class DemandPlots {
- color : dict
- factor
- filePath
- l
- labels : dict
- months : list
- plots : list
- plotsMonthly : list
- srcPath
- time
- titles : dict
- y : dict
- defaultPlots(plotResolution, initialTime, timeHorizon, savePlots, timeStamp, show)
- onePlot(plotType, plotResolution, initialTime, timeHorizon, label, title, color, savePlots, timeStamp, show)
- preparePlots(data)
- }
- class Envelope {
- A : dict
- A_m
- A_tot
- C_m
- Delta_theta_er : int
- F_F : int
- F_r : dict
- F_sh_gl : int
- H_tr_em : dict
- H_tr_is
- H_tr_ms
- H_tr_w
- H_ve
- I_sol : dict
- Lambda : dict
- R_se : dict
- R_si : dict
- T_set_min
- U : dict
- V
- alpha_Sc : dict
- attributes : list
- b_floor : float
- b_tr : dict
- c_p_air
- construction_type
- construction_year
- cp : dict
- d : dict
- d_iso : dict
- epsilon : dict
- f_class : dict
- file_path
- g_gl : dict
- h_is : float
- h_ms : float
- h_r : dict
- id
- kappa : dict
- lambda_at : float
- opaque : set
- opaque_ext : list
- phi_ia
- phi_m : dict
- phi_st : dict
- retrofit
- rho : dict
- rho_air
- usage_short
- ventilationRate
- calcHeatLoad(site, method)
- calcNormativeProperties(SunRad, internal_gains)
- loadAreas(prj)
- loadComponentProperties(prj)
- loadMaterialID(mat_id, data_class)
- loadParams()
- specificHeatCapacity(d, d_iso, density, cp)
- }
- class Profiles {
- activity_profile : NoneType, list
- app_load : list, ndarray
- initial_day
- light_load : list, ndarray
- nb_days
- number_occupants
- occ_profile : list, ndarray
- prob_profiles_dhw : dict
- time_resolution
- generate_activity_profile()
- generate_dhw_profile()
- generate_el_profile(irradiance, el_wrapper, annual_demand, do_normalization)
- generate_gain_profile()
- generate_occupancy_profiles()
- loadProbabilitiesDhw()
- }
- class Sun {
- filePath
- getGeometry(initialTime, timeDiscretization, timesteps, timeZone, location, altitude)
- getIncidenceAngle(beta, gamma, phi, omega, delta)
- getSolarGains(initialTime, timeDiscretization, timeSteps, timeZone, location, altitude, beta, gamma, beam, diffuse, albedo)
- getTotalRadiationTiltedSurface(theta, thetaZ, beamRadiation, diffuseRadiation, airmass, extraterrestrialIrradiance, beta, albedo)
- }
- class Users {
- annual_el_demand : NoneType, ndarray
- building
- dhw : NoneType, ndarray
- el_wrapper : list
- elec : NoneType, ndarray
- gains : NoneType, ndarray
- heat : NoneType, ndarray
- lighting_index : list
- nb_flats : NoneType, int
- nb_occ : list
- occ : NoneType, ndarray
- calcHeatingProfile(site, envelope, time_resolution)
- calcProfiles(site, time_resolution, time_horizon, initital_day)
- create_el_wrapper()
- generate_annual_el_consumption()
- generate_lighting_index()
- generate_number_flats(area)
- generate_number_occupants()
- loadProfiles(unique_name, path)
- saveHeatingProfile(unique_name, path)
- saveProfiles(unique_name, path)
- }
-
-
-
-
diff --git a/packages.html b/packages.html
deleted file mode 100644
index 80e92668..00000000
--- a/packages.html
+++ /dev/null
@@ -1,35 +0,0 @@
-
-
-
-
-
- classDiagram
- class districtgenerator {
- }
- class datahandler {
- }
- class envelope {
- }
- class plots {
- }
- class profils {
- }
- class solar {
- }
- class users {
- }
- districtgenerator --> datahandler
- districtgenerator --> envelope
- districtgenerator --> plots
- districtgenerator --> profils
- districtgenerator --> solar
- districtgenerator --> users
- datahandler --> envelope
- datahandler --> plots
- datahandler --> solar
- datahandler --> users
- users --> profils
-
-
-
-
diff --git a/test.ipynb b/test.ipynb
deleted file mode 100644
index 2af52fdb..00000000
--- a/test.ipynb
+++ /dev/null
@@ -1,3549 +0,0 @@
-{
- "cells": [
- {
- "cell_type": "code",
- "execution_count": 1,
- "metadata": {},
- "outputs": [],
- "source": [
- "import os, math\n",
- "import json \n",
- "import random as rd\n",
- "import numpy as np\n",
- "import richardsonpy\n",
- "import richardsonpy.classes.stochastic_el_load_wrapper as wrap\n",
- "import richardsonpy.classes.appliance as app_model\n",
- "import richardsonpy.classes.lighting as light_model\n",
- "from districtgenerator.profils import Profiles\n",
- "import functions.heating_profile_5R1C as heating\n",
- "from districtgenerator import Datahandler"
- ]
- },
- {
- "cell_type": "code",
- "execution_count": null,
- "metadata": {},
- "outputs": [],
- "source": []
- },
- {
- "cell_type": "code",
- "execution_count": 2,
- "metadata": {},
- "outputs": [],
- "source": [
- "import random as rd\n",
- "annual_el_demand = 1100\n",
- " # Write a function, that returns the respective \n",
- "src_path = os.path.dirname(richardsonpy.__file__)\n",
- "path_app = os.path.join(src_path,'inputs','Appliances.csv')\n",
- "path_light = os.path.join(src_path,'inputs','LightBulbs.csv')\n",
- "# annual demand of the elictric appliances (annual demand minus lighting)\n",
- "# source: https://www.umweltbundesamt.de/daten/private-haushalte-konsum/wohnen/energieverbrauch-privater-haushalte#stromverbrauch-mit-einem-anteil-von-rund-einem-funftel\n",
- "# values from diagram for 2018 without heating, dhw and cooling: 8,1 / 81,1 = 10,0%\n",
- "appliancesDemand = 0.9 * annual_el_demand\n",
- "random_nb = rd.random()\n",
- "lighting_index = int(random_nb * 100)\n",
- "\n",
- "# Create and save appliances object\n",
- "appliances = \\\n",
- " app_model.Appliances(path_app,\n",
- " annual_consumption=appliancesDemand,\n",
- " randomize_appliances=True,\n",
- " max_iter=15,\n",
- " prev_heat_dev=True)\n",
- "\n",
- "# Create and save light configuration object\n",
- "lights = light_model.load_lighting_profile(filename=path_light,\n",
- " index=lighting_index)\n",
- "\n",
- "# Create wrapper object\n",
- "el_wrapper = wrap.ElectricityProfile(appliances,lights)"
- ]
- },
- {
- "cell_type": "code",
- "execution_count": 3,
- "metadata": {},
- "outputs": [
- {
- "data": {
- "text/plain": [
- "{'data': [[0, 0.163, 6115.75933, 14.0, 190.0, 0.0, 56.0, 0.0, 7.0, 1.0, 0.8],\n",
- " [1, 0.651, 6115.75933, 22.0, 190.0, 0.0, 44.0, 0.0, 7.0, 1.0, 0.8],\n",
- " [1, 0.43, 6115.75933, 18.0, 110.0, 0.0, 36.0, 0.0, 7.0, 1.0, 0.8],\n",
- " [0, 0.291, 6115.75933, 20.0, 155.0, 0.0, 40.0, 0.0, 7.0, 1.0, 0.8],\n",
- " [1, 0.9, 1e-05, 0.0, 0.0, 1.0, 0.0, 1.0, 6.0, 1.0, 1.0],\n",
- " [1, 0.9, 1212.76286, 60.0, 15.0, 2.0, 0.0, 1.0, 6.0, 1.0, 1.0],\n",
- " [1, 0.9, 1e-05, 0.0, 0.0, 2.0, 0.0, 0.0, 7.0, 1.0, 1.0],\n",
- " [1, 0.9, 1e-05, 0.0, 0.0, 1.0, 0.0, 1.0, 6.0, 1.0, 1.0],\n",
- " [1, 0.9, 109.42554, 60.0, 100.0, 9.0, 0.0, 1.0, 6.0, 1.0, 1.0],\n",
- " [1, 0.9, 35.45947, 30.0, 1000.0, 0.0, 0.0, 1.0, 4.0, 0.0185, 1.0],\n",
- " [1, 0.937, 110.3676, 20.0, 2000.0, 0.0, 0.0, 1.0, 5.0, 0.0665, 1.0],\n",
- " [0, 0.2, 197.12359, 31.0, 37.0, 3.0, 0.0, 1.0, 6.0, 1.0, 0.9],\n",
- " [1, 0.708, 449.23798, 300.0, 141.0, 5.0, 0.0, 1.0, 6.0, 1.0, 0.9],\n",
- " [1, 0.665, 654.87596, 4.0, 335.0, 4.0, 0.0, 1.0, 6.0, 1.0, 0.9],\n",
- " [1, 0.977, 1464.26654, 73.0, 124.0, 3.0, 0.0, 1.0, 0.0, 0.3398, 0.9],\n",
- " [0, 0.58, 1464.26654, 73.0, 124.0, 3.0, 0.0, 1.0, 0.0, 0.3398, 0.9],\n",
- " [0, 0.18, 1521.49597, 73.0, 124.0, 2.0, 0.0, 1.0, 0.0, 0.3398, 0.9],\n",
- " [0, 0.896, 1464.26654, 73.0, 34.0, 2.0, 0.0, 1.0, 0.0, 0.3398, 1.0],\n",
- " [1, 0.934, 1464.26654, 73.0, 27.0, 15.0, 0.0, 1.0, 0.0, 0.3398, 1.0],\n",
- " [1, 0.463, 417.90201, 16.0, 2400.0, 1.0, 0.0, 1.0, 1.0, 0.1443, 1.0],\n",
- " [1, 0.616, 219.7928, 27.0, 2125.0, 3.0, 0.0, 1.0, 1.0, 0.1443, 1.0],\n",
- " [0, 0.859, 94.61932, 30.0, 1250.0, 2.0, 0.0, 1.0, 1.0, 0.1443, 1.0],\n",
- " [1, 0.975, 1519.82287, 3.0, 2000.0, 1.0, 0.0, 1.0, 6.0, 1.0, 1.0],\n",
- " [1, 1.0, 292.32622, 3.0, 1000.0, 2.0, 0.0, 1.0, 1.0, 0.1443, 1.0],\n",
- " [0, 0.335, 241.4764, 60.0, 1131.0, 0.0, 0.0, 1.0, 1.0, 0.1443, 0.8],\n",
- " [0, 0.416, 122.07292, 60.0, 2500.0, 1.0, 0.0, 1.0, 2.0, 0.0177, 0.8],\n",
- " [1, 0.781, 195.9066, 138.0, 406.0, 1.0, 0.0, 1.0, 2.0, 0.0177, 0.8],\n",
- " [0, 0.153, 195.9066, 198.0, 792.0, 1.0, 0.0, 1.0, 2.0, 0.0177, 0.8],\n",
- " [0, 0.17, 2684.99685, 20.0, 3000.0, 0.0, 0.0, 1.0, 6.0, 1.0, 1.0],\n",
- " [0, 0.01, 7208.63284, 5.0, 3000.0, 0.0, 0.0, 1.0, 6.0, 1.0, 1.0],\n",
- " [0, 0.67, 290.39551, 3.0, 9000.0, 0.0, 0.0, 1.0, 3.0, 0.1251, 1.0],\n",
- " [0, 0.028, 227.20878, 360.0, 10200.0, 0.0, 0.0, 0.0, 8.0, 0.6225, 1.0],\n",
- " [0, 0.026, 365.67578, 240.0, 2000.0, 0.0, 0.0, 1.0, 6.0, 1.0, 1.0]],\n",
- " 'calib_cycles': [1586.420078106104,\n",
- " 1586.420078106104,\n",
- " 1586.420078106104,\n",
- " 1586.420078106104,\n",
- " 2.5939870954766694e-06,\n",
- " 314.58912087133785,\n",
- " 2.5939870954766694e-06,\n",
- " 2.5939870954766694e-06,\n",
- " 28.384843867556608,\n",
- " 9.19814075924421,\n",
- " 28.62921301587308,\n",
- " 51.13360486740338,\n",
- " 116.5317522918006,\n",
- " 169.87397893778953,\n",
- " 379.8288509098272,\n",
- " 379.8288509098272,\n",
- " 394.67409119997575,\n",
- " 379.8288509098272,\n",
- " 379.8288509098272,\n",
- " 108.4032421113762,\n",
- " 57.01396868786844,\n",
- " 24.544129506277752,\n",
- " 394.2400912190315,\n",
- " 75.82904423494738,\n",
- " 62.638666546216236,\n",
- " 31.665557918715578,\n",
- " 50.81791923187096,\n",
- " 50.81791923187096,\n",
- " 696.4847180295505,\n",
- " 1869.9100562989333,\n",
- " 75.3282205524366,\n",
- " 58.93766432989975,\n",
- " 94.85582544483654],\n",
- " 'calib_scalar': [0.003826843089912523,\n",
- " 0.0037691473479786264,\n",
- " 0.0036060466920655927,\n",
- " 0.0036857935539834656,\n",
- " 1.0752260288383644e-11,\n",
- " 0.0014146781169209353,\n",
- " 4.935287472368093e-12,\n",
- " 1.0752260288383644e-11,\n",
- " 0.00011849368687317316,\n",
- " 0.0020632759443043845,\n",
- " 0.0017887584699843937,\n",
- " 0.000213354264364235,\n",
- " 0.0005648904862136316,\n",
- " 0.0007061285303159479,\n",
- " 0.005235041493391806,\n",
- " 0.005235041493391806,\n",
- " 0.005467396916244901,\n",
- " 0.005235041493391806,\n",
- " 0.005235041493391806,\n",
- " 0.003136472643864102,\n",
- " 0.0016482646205589915,\n",
- " 0.0007071976423047182,\n",
- " 0.001642203947105384,\n",
- " 0.0021802732188093673,\n",
- " 0.0018277931341477247,\n",
- " 0.007474456171544179,\n",
- " 0.01225708330402154,\n",
- " 0.012418738299501174,\n",
- " 0.0030638859582565268,\n",
- " 0.008063403211194519,\n",
- " 0.002498269929769884,\n",
- " 0.0001877126782710789,\n",
- " 0.0004341525716771488]}"
- ]
- },
- "execution_count": 3,
- "metadata": {},
- "output_type": "execute_result"
- }
- ],
- "source": [
- "vars(el_wrapper.appliances)"
- ]
- },
- {
- "cell_type": "code",
- "execution_count": 4,
- "metadata": {},
- "outputs": [
- {
- "data": {
- "text/plain": [
- "{'data': [[0, 0.163, 6115.75933, 14.0, 190.0, 0.0, 56.0, 0.0, 7.0, 1.0, 0.8],\n",
- " [1, 0.651, 6115.75933, 22.0, 190.0, 0.0, 44.0, 0.0, 7.0, 1.0, 0.8],\n",
- " [1, 0.43, 6115.75933, 18.0, 110.0, 0.0, 36.0, 0.0, 7.0, 1.0, 0.8],\n",
- " [0, 0.291, 6115.75933, 20.0, 155.0, 0.0, 40.0, 0.0, 7.0, 1.0, 0.8],\n",
- " [1, 0.9, 1e-05, 0.0, 0.0, 1.0, 0.0, 1.0, 6.0, 1.0, 1.0],\n",
- " [1, 0.9, 1212.76286, 60.0, 15.0, 2.0, 0.0, 1.0, 6.0, 1.0, 1.0],\n",
- " [1, 0.9, 1e-05, 0.0, 0.0, 2.0, 0.0, 0.0, 7.0, 1.0, 1.0],\n",
- " [1, 0.9, 1e-05, 0.0, 0.0, 1.0, 0.0, 1.0, 6.0, 1.0, 1.0],\n",
- " [1, 0.9, 109.42554, 60.0, 100.0, 9.0, 0.0, 1.0, 6.0, 1.0, 1.0],\n",
- " [1, 0.9, 35.45947, 30.0, 1000.0, 0.0, 0.0, 1.0, 4.0, 0.0185, 1.0],\n",
- " [1, 0.937, 110.3676, 20.0, 2000.0, 0.0, 0.0, 1.0, 5.0, 0.0665, 1.0],\n",
- " [0, 0.2, 197.12359, 31.0, 37.0, 3.0, 0.0, 1.0, 6.0, 1.0, 0.9],\n",
- " [1, 0.708, 449.23798, 300.0, 141.0, 5.0, 0.0, 1.0, 6.0, 1.0, 0.9],\n",
- " [1, 0.665, 654.87596, 4.0, 335.0, 4.0, 0.0, 1.0, 6.0, 1.0, 0.9],\n",
- " [1, 0.977, 1464.26654, 73.0, 124.0, 3.0, 0.0, 1.0, 0.0, 0.3398, 0.9],\n",
- " [0, 0.58, 1464.26654, 73.0, 124.0, 3.0, 0.0, 1.0, 0.0, 0.3398, 0.9],\n",
- " [0, 0.18, 1521.49597, 73.0, 124.0, 2.0, 0.0, 1.0, 0.0, 0.3398, 0.9],\n",
- " [0, 0.896, 1464.26654, 73.0, 34.0, 2.0, 0.0, 1.0, 0.0, 0.3398, 1.0],\n",
- " [1, 0.934, 1464.26654, 73.0, 27.0, 15.0, 0.0, 1.0, 0.0, 0.3398, 1.0],\n",
- " [1, 0.463, 417.90201, 16.0, 2400.0, 1.0, 0.0, 1.0, 1.0, 0.1443, 1.0],\n",
- " [1, 0.616, 219.7928, 27.0, 2125.0, 3.0, 0.0, 1.0, 1.0, 0.1443, 1.0],\n",
- " [0, 0.859, 94.61932, 30.0, 1250.0, 2.0, 0.0, 1.0, 1.0, 0.1443, 1.0],\n",
- " [1, 0.975, 1519.82287, 3.0, 2000.0, 1.0, 0.0, 1.0, 6.0, 1.0, 1.0],\n",
- " [1, 1.0, 292.32622, 3.0, 1000.0, 2.0, 0.0, 1.0, 1.0, 0.1443, 1.0],\n",
- " [0, 0.335, 241.4764, 60.0, 1131.0, 0.0, 0.0, 1.0, 1.0, 0.1443, 0.8],\n",
- " [0, 0.416, 122.07292, 60.0, 2500.0, 1.0, 0.0, 1.0, 2.0, 0.0177, 0.8],\n",
- " [1, 0.781, 195.9066, 138.0, 406.0, 1.0, 0.0, 1.0, 2.0, 0.0177, 0.8],\n",
- " [0, 0.153, 195.9066, 198.0, 792.0, 1.0, 0.0, 1.0, 2.0, 0.0177, 0.8],\n",
- " [0, 0.17, 2684.99685, 20.0, 3000.0, 0.0, 0.0, 1.0, 6.0, 1.0, 1.0],\n",
- " [0, 0.01, 7208.63284, 5.0, 3000.0, 0.0, 0.0, 1.0, 6.0, 1.0, 1.0],\n",
- " [0, 0.67, 290.39551, 3.0, 9000.0, 0.0, 0.0, 1.0, 3.0, 0.1251, 1.0],\n",
- " [0, 0.028, 227.20878, 360.0, 10200.0, 0.0, 0.0, 0.0, 8.0, 0.6225, 1.0],\n",
- " [0, 0.026, 365.67578, 240.0, 2000.0, 0.0, 0.0, 1.0, 6.0, 1.0, 1.0]],\n",
- " 'calib_cycles': [1586.420078106104,\n",
- " 1586.420078106104,\n",
- " 1586.420078106104,\n",
- " 1586.420078106104,\n",
- " 2.5939870954766694e-06,\n",
- " 314.58912087133785,\n",
- " 2.5939870954766694e-06,\n",
- " 2.5939870954766694e-06,\n",
- " 28.384843867556608,\n",
- " 9.19814075924421,\n",
- " 28.62921301587308,\n",
- " 51.13360486740338,\n",
- " 116.5317522918006,\n",
- " 169.87397893778953,\n",
- " 379.8288509098272,\n",
- " 379.8288509098272,\n",
- " 394.67409119997575,\n",
- " 379.8288509098272,\n",
- " 379.8288509098272,\n",
- " 108.4032421113762,\n",
- " 57.01396868786844,\n",
- " 24.544129506277752,\n",
- " 394.2400912190315,\n",
- " 75.82904423494738,\n",
- " 62.638666546216236,\n",
- " 31.665557918715578,\n",
- " 50.81791923187096,\n",
- " 50.81791923187096,\n",
- " 696.4847180295505,\n",
- " 1869.9100562989333,\n",
- " 75.3282205524366,\n",
- " 58.93766432989975,\n",
- " 94.85582544483654],\n",
- " 'calib_scalar': [0.003826843089912523,\n",
- " 0.0037691473479786264,\n",
- " 0.0036060466920655927,\n",
- " 0.0036857935539834656,\n",
- " 1.0752260288383644e-11,\n",
- " 0.0014146781169209353,\n",
- " 4.935287472368093e-12,\n",
- " 1.0752260288383644e-11,\n",
- " 0.00011849368687317316,\n",
- " 0.0020632759443043845,\n",
- " 0.0017887584699843937,\n",
- " 0.000213354264364235,\n",
- " 0.0005648904862136316,\n",
- " 0.0007061285303159479,\n",
- " 0.005235041493391806,\n",
- " 0.005235041493391806,\n",
- " 0.005467396916244901,\n",
- " 0.005235041493391806,\n",
- " 0.005235041493391806,\n",
- " 0.003136472643864102,\n",
- " 0.0016482646205589915,\n",
- " 0.0007071976423047182,\n",
- " 0.001642203947105384,\n",
- " 0.0021802732188093673,\n",
- " 0.0018277931341477247,\n",
- " 0.007474456171544179,\n",
- " 0.01225708330402154,\n",
- " 0.012418738299501174,\n",
- " 0.0030638859582565268,\n",
- " 0.008063403211194519,\n",
- " 0.002498269929769884,\n",
- " 0.0001877126782710789,\n",
- " 0.0004341525716771488]}"
- ]
- },
- "execution_count": 4,
- "metadata": {},
- "output_type": "execute_result"
- }
- ],
- "source": [
- "vars(appliances)"
- ]
- },
- {
- "cell_type": "code",
- "execution_count": 8,
- "metadata": {},
- "outputs": [],
- "source": [
- "data = pd.read_excel(r'C:\\Users\\felix\\Programmieren\\tecdm\\src\\districtgenerator\\data\\Non-domestic-multi-zone-average-usage-profiles-for-Germany.xlsx')"
- ]
- },
- {
- "cell_type": "code",
- "execution_count": 14,
- "metadata": {},
- "outputs": [
- {
- "data": {
- "text/html": [
- "\n",
- "\n",
- "
\n",
- " \n",
- " \n",
- " | \n",
- " ID_Enob_lfd | \n",
- " ID_HK_UK_Enob_long | \n",
- " Bez_HK_Enob | \n",
- " Bez_HK_Enob_Eng | \n",
- " Bez_UK_Enob | \n",
- " Bez_UK_Enob_Eng | \n",
- " t_start | \n",
- " t_end | \n",
- " t_nutz_d | \n",
- " d_nutz_a | \n",
- " ... | \n",
- " deltaTheta_i_NA | \n",
- " theta_i_h_min | \n",
- " theta_i_c_max | \n",
- " Feuchte | \n",
- " Vd_A | \n",
- " Vd_A_Geb | \n",
- " c_RLT | \n",
- " F_RLT | \n",
- " q_I_p | \n",
- " q_I_fac | \n",
- "
\n",
- " \n",
- " \n",
- " \n",
- " | 0 | \n",
- " 1 | \n",
- " HK_UK_1-0 | \n",
- " Büro-, Verwaltungs- oder Amtsgebäude | \n",
- " Office, Administrative or Government Buildings | \n",
- " NaN | \n",
- " NaN | \n",
- " 6.947645 | \n",
- " 18.185219 | \n",
- " 11.237574 | \n",
- " 256.563179 | \n",
- " ... | \n",
- " 3.910732 | \n",
- " 19.900379 | \n",
- " 26.033088 | \n",
- " 0.581514 | \n",
- " 5.013155 | \n",
- " 1.736607 | \n",
- " 0.230361 | \n",
- " 0.860952 | \n",
- " 30.744682 | \n",
- " 56.342308 | \n",
- "
\n",
- " \n",
- " | 1 | \n",
- " 2 | \n",
- " HK_UK_1-1 | \n",
- " Büro-, Verwaltungs- oder Amtsgebäude | \n",
- " Office, Administrative or Government Buildings | \n",
- " Parlaments- oder Gerichtsgebäude | \n",
- " Parliament or Court Building | \n",
- " 6.987150 | \n",
- " 18.048927 | \n",
- " 11.061778 | \n",
- " 251.972117 | \n",
- " ... | \n",
- " 3.994206 | \n",
- " 20.000000 | \n",
- " 26.000000 | \n",
- " 0.462520 | \n",
- " 4.034134 | \n",
- " 1.428428 | \n",
- " 0.198428 | \n",
- " 0.850696 | \n",
- " 22.222648 | \n",
- " 32.672892 | \n",
- "
\n",
- " \n",
- " | 2 | \n",
- " 3 | \n",
- " HK_UK_1-2 | \n",
- " Büro-, Verwaltungs- oder Amtsgebäude | \n",
- " Office, Administrative or Government Buildings | \n",
- " Öffentliches Verwaltungs- oder Ämtergebäude, R... | \n",
- " Public Administration or Office Building, Town... | \n",
- " 7.059232 | \n",
- " 18.165506 | \n",
- " 11.106273 | \n",
- " 253.662834 | \n",
- " ... | \n",
- " 4.000000 | \n",
- " 19.986926 | \n",
- " 26.008128 | \n",
- " 0.580558 | \n",
- " 4.542927 | \n",
- " 1.618366 | \n",
- " 0.218665 | \n",
- " 0.827908 | \n",
- " 28.508191 | \n",
- " 38.197157 | \n",
- "
\n",
- " \n",
- " | 3 | \n",
- " 4 | \n",
- " HK_UK_1-3 | \n",
- " Büro-, Verwaltungs- oder Amtsgebäude | \n",
- " Office, Administrative or Government Buildings | \n",
- " Bürogebäude | \n",
- " Office Building | \n",
- " 6.821892 | \n",
- " 18.280712 | \n",
- " 11.458820 | \n",
- " 261.808516 | \n",
- " ... | \n",
- " 3.806054 | \n",
- " 19.818476 | \n",
- " 26.068869 | \n",
- " 0.529982 | \n",
- " 5.047320 | \n",
- " 1.645056 | \n",
- " 0.230376 | \n",
- " 0.878165 | \n",
- " 32.925602 | \n",
- " 66.120123 | \n",
- "
\n",
- " \n",
- " | 4 | \n",
- " 5 | \n",
- " HK_UK_1-4 | \n",
- " Büro-, Verwaltungs- oder Amtsgebäude | \n",
- " Office, Administrative or Government Buildings | \n",
- " Rundfunk- oder Fernsehanstalt | \n",
- " Broadcasting or Television Station | \n",
- " 6.821892 | \n",
- " 18.280712 | \n",
- " 11.458820 | \n",
- " 261.808516 | \n",
- " ... | \n",
- " 3.806054 | \n",
- " 19.818476 | \n",
- " 26.068869 | \n",
- " 0.529982 | \n",
- " 5.047320 | \n",
- " 1.645056 | \n",
- " 0.230376 | \n",
- " 0.878165 | \n",
- " 32.925602 | \n",
- " 66.120123 | \n",
- "
\n",
- " \n",
- " | ... | \n",
- " ... | \n",
- " ... | \n",
- " ... | \n",
- " ... | \n",
- " ... | \n",
- " ... | \n",
- " ... | \n",
- " ... | \n",
- " ... | \n",
- " ... | \n",
- " ... | \n",
- " ... | \n",
- " ... | \n",
- " ... | \n",
- " ... | \n",
- " ... | \n",
- " ... | \n",
- " ... | \n",
- " ... | \n",
- " ... | \n",
- " ... | \n",
- "
\n",
- " \n",
- " | 103 | \n",
- " 104 | \n",
- " HK_UK_11-1 | \n",
- " Verkehrsgebäude | \n",
- " Transport Buildings | \n",
- " Park-/Garagengebäude, Fahrradparkhaus | \n",
- " Park/Garage Building, Bicycle Parking Garage | \n",
- " 2.441274 | \n",
- " 21.812980 | \n",
- " 19.371706 | \n",
- " 342.811152 | \n",
- " ... | \n",
- " 0.767166 | \n",
- " 15.214431 | \n",
- " 27.337398 | \n",
- " 0.056176 | \n",
- " 1.883892 | \n",
- " 0.390244 | \n",
- " 0.026872 | \n",
- " 0.987472 | \n",
- " 7.912073 | \n",
- " 20.636915 | \n",
- "
\n",
- " \n",
- " | 104 | \n",
- " 105 | \n",
- " HK_UK_11-2 | \n",
- " Verkehrsgebäude | \n",
- " Transport Buildings | \n",
- " Halle für sonstige Verkehrsmittel (z.B. für Fl... | \n",
- " Hall for Other Means of Transportation (e.g., ... | \n",
- " 2.441274 | \n",
- " 21.812980 | \n",
- " 19.371706 | \n",
- " 342.811152 | \n",
- " ... | \n",
- " 0.767166 | \n",
- " 15.214431 | \n",
- " 27.337398 | \n",
- " 0.056176 | \n",
- " 1.883892 | \n",
- " 0.390244 | \n",
- " 0.026872 | \n",
- " 0.987472 | \n",
- " 7.912073 | \n",
- " 20.636915 | \n",
- "
\n",
- " \n",
- " | 105 | \n",
- " 106 | \n",
- " HK_UK_11-3 | \n",
- " Verkehrsgebäude | \n",
- " Transport Buildings | \n",
- " Gebäude zur Pflege von Fahrzeugen (z.B. Waschs... | \n",
- " Building for Vehicle Maintenance (e.g., Car Wash) | \n",
- " 5.167719 | \n",
- " 20.057703 | \n",
- " 14.889984 | \n",
- " 308.097599 | \n",
- " ... | \n",
- " 3.984652 | \n",
- " 20.000000 | \n",
- " 26.000000 | \n",
- " 0.285404 | \n",
- " 3.411500 | \n",
- " 1.018000 | \n",
- " 0.137138 | \n",
- " 0.946748 | \n",
- " 36.048453 | \n",
- " 518.719970 | \n",
- "
\n",
- " \n",
- " | 106 | \n",
- " 107 | \n",
- " HK_UK_11-4 | \n",
- " Verkehrsgebäude | \n",
- " Transport Buildings | \n",
- " Empfangsgebäude (Bahnhof, Busbahnhof, Flughafe... | \n",
- " Terminal Building (Train Station, Bus Station,... | \n",
- " 7.444449 | \n",
- " 18.967596 | \n",
- " 11.523147 | \n",
- " 268.656296 | \n",
- " ... | \n",
- " 3.952655 | \n",
- " 20.000000 | \n",
- " 26.000000 | \n",
- " 0.798224 | \n",
- " 6.288050 | \n",
- " 1.896750 | \n",
- " 0.386801 | \n",
- " 0.868702 | \n",
- " 77.626399 | \n",
- " 11.116274 | \n",
- "
\n",
- " \n",
- " | 107 | \n",
- " 108 | \n",
- " HK_UK_12-0 | \n",
- " Sonstiges Nichtwohngebäude | \n",
- " Other non-doemestic buildings | \n",
- " NaN | \n",
- " NaN | \n",
- " 0.000000 | \n",
- " 0.000000 | \n",
- " 0.000000 | \n",
- " 0.000000 | \n",
- " ... | \n",
- " 0.000000 | \n",
- " 0.000000 | \n",
- " 0.000000 | \n",
- " 0.000000 | \n",
- " 0.000000 | \n",
- " 0.000000 | \n",
- " 0.000000 | \n",
- " 0.000000 | \n",
- " 0.000000 | \n",
- " 0.000000 | \n",
- "
\n",
- " \n",
- "
\n",
- "
108 rows × 34 columns
\n",
- "
"
- ],
- "text/plain": [
- " ID_Enob_lfd ID_HK_UK_Enob_long Bez_HK_Enob \\\n",
- "0 1 HK_UK_1-0 Büro-, Verwaltungs- oder Amtsgebäude \n",
- "1 2 HK_UK_1-1 Büro-, Verwaltungs- oder Amtsgebäude \n",
- "2 3 HK_UK_1-2 Büro-, Verwaltungs- oder Amtsgebäude \n",
- "3 4 HK_UK_1-3 Büro-, Verwaltungs- oder Amtsgebäude \n",
- "4 5 HK_UK_1-4 Büro-, Verwaltungs- oder Amtsgebäude \n",
- ".. ... ... ... \n",
- "103 104 HK_UK_11-1 Verkehrsgebäude \n",
- "104 105 HK_UK_11-2 Verkehrsgebäude \n",
- "105 106 HK_UK_11-3 Verkehrsgebäude \n",
- "106 107 HK_UK_11-4 Verkehrsgebäude \n",
- "107 108 HK_UK_12-0 Sonstiges Nichtwohngebäude \n",
- "\n",
- " Bez_HK_Enob_Eng \\\n",
- "0 Office, Administrative or Government Buildings \n",
- "1 Office, Administrative or Government Buildings \n",
- "2 Office, Administrative or Government Buildings \n",
- "3 Office, Administrative or Government Buildings \n",
- "4 Office, Administrative or Government Buildings \n",
- ".. ... \n",
- "103 Transport Buildings \n",
- "104 Transport Buildings \n",
- "105 Transport Buildings \n",
- "106 Transport Buildings \n",
- "107 Other non-doemestic buildings \n",
- "\n",
- " Bez_UK_Enob \\\n",
- "0 NaN \n",
- "1 Parlaments- oder Gerichtsgebäude \n",
- "2 Öffentliches Verwaltungs- oder Ämtergebäude, R... \n",
- "3 Bürogebäude \n",
- "4 Rundfunk- oder Fernsehanstalt \n",
- ".. ... \n",
- "103 Park-/Garagengebäude, Fahrradparkhaus \n",
- "104 Halle für sonstige Verkehrsmittel (z.B. für Fl... \n",
- "105 Gebäude zur Pflege von Fahrzeugen (z.B. Waschs... \n",
- "106 Empfangsgebäude (Bahnhof, Busbahnhof, Flughafe... \n",
- "107 NaN \n",
- "\n",
- " Bez_UK_Enob_Eng t_start t_end \\\n",
- "0 NaN 6.947645 18.185219 \n",
- "1 Parliament or Court Building 6.987150 18.048927 \n",
- "2 Public Administration or Office Building, Town... 7.059232 18.165506 \n",
- "3 Office Building 6.821892 18.280712 \n",
- "4 Broadcasting or Television Station 6.821892 18.280712 \n",
- ".. ... ... ... \n",
- "103 Park/Garage Building, Bicycle Parking Garage 2.441274 21.812980 \n",
- "104 Hall for Other Means of Transportation (e.g., ... 2.441274 21.812980 \n",
- "105 Building for Vehicle Maintenance (e.g., Car Wash) 5.167719 20.057703 \n",
- "106 Terminal Building (Train Station, Bus Station,... 7.444449 18.967596 \n",
- "107 NaN 0.000000 0.000000 \n",
- "\n",
- " t_nutz_d d_nutz_a ... deltaTheta_i_NA theta_i_h_min \\\n",
- "0 11.237574 256.563179 ... 3.910732 19.900379 \n",
- "1 11.061778 251.972117 ... 3.994206 20.000000 \n",
- "2 11.106273 253.662834 ... 4.000000 19.986926 \n",
- "3 11.458820 261.808516 ... 3.806054 19.818476 \n",
- "4 11.458820 261.808516 ... 3.806054 19.818476 \n",
- ".. ... ... ... ... ... \n",
- "103 19.371706 342.811152 ... 0.767166 15.214431 \n",
- "104 19.371706 342.811152 ... 0.767166 15.214431 \n",
- "105 14.889984 308.097599 ... 3.984652 20.000000 \n",
- "106 11.523147 268.656296 ... 3.952655 20.000000 \n",
- "107 0.000000 0.000000 ... 0.000000 0.000000 \n",
- "\n",
- " theta_i_c_max Feuchte Vd_A Vd_A_Geb c_RLT F_RLT \\\n",
- "0 26.033088 0.581514 5.013155 1.736607 0.230361 0.860952 \n",
- "1 26.000000 0.462520 4.034134 1.428428 0.198428 0.850696 \n",
- "2 26.008128 0.580558 4.542927 1.618366 0.218665 0.827908 \n",
- "3 26.068869 0.529982 5.047320 1.645056 0.230376 0.878165 \n",
- "4 26.068869 0.529982 5.047320 1.645056 0.230376 0.878165 \n",
- ".. ... ... ... ... ... ... \n",
- "103 27.337398 0.056176 1.883892 0.390244 0.026872 0.987472 \n",
- "104 27.337398 0.056176 1.883892 0.390244 0.026872 0.987472 \n",
- "105 26.000000 0.285404 3.411500 1.018000 0.137138 0.946748 \n",
- "106 26.000000 0.798224 6.288050 1.896750 0.386801 0.868702 \n",
- "107 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 \n",
- "\n",
- " q_I_p q_I_fac \n",
- "0 30.744682 56.342308 \n",
- "1 22.222648 32.672892 \n",
- "2 28.508191 38.197157 \n",
- "3 32.925602 66.120123 \n",
- "4 32.925602 66.120123 \n",
- ".. ... ... \n",
- "103 7.912073 20.636915 \n",
- "104 7.912073 20.636915 \n",
- "105 36.048453 518.719970 \n",
- "106 77.626399 11.116274 \n",
- "107 0.000000 0.000000 \n",
- "\n",
- "[108 rows x 34 columns]"
- ]
- },
- "execution_count": 14,
- "metadata": {},
- "output_type": "execute_result"
- }
- ],
- "source": [
- "data"
- ]
- },
- {
- "cell_type": "code",
- "execution_count": 17,
- "metadata": {},
- "outputs": [],
- "source": [
- "filtered_data = data[data['Bez_UK_Enob'].isna()]\n",
- "filtered_data.to_csv(r'C:\\Users\\felix\\Programmieren\\tecdm\\src\\districtgenerator\\data\\multi_zone_average\\Non-domestic-multi-zone-average-usage-profiles-for-Germany.csv', sep=\";\")"
- ]
- },
- {
- "cell_type": "code",
- "execution_count": 5,
- "metadata": {},
- "outputs": [
- {
- "ename": "TypeError",
- "evalue": "list indices must be integers or slices, not numpy.float64",
- "output_type": "error",
- "traceback": [
- "\u001b[1;31m---------------------------------------------------------------------------\u001b[0m",
- "\u001b[1;31mTypeError\u001b[0m Traceback (most recent call last)",
- "Cell \u001b[1;32mIn[5], line 9\u001b[0m\n\u001b[0;32m 7\u001b[0m df \u001b[38;5;241m=\u001b[39m pd\u001b[38;5;241m.\u001b[39mread_csv(\u001b[38;5;124mr\u001b[39m\u001b[38;5;124m\"\u001b[39m\u001b[38;5;124mC:\u001b[39m\u001b[38;5;124m\\\u001b[39m\u001b[38;5;124mUsers\u001b[39m\u001b[38;5;124m\\\u001b[39m\u001b[38;5;124mfelix\u001b[39m\u001b[38;5;124m\\\u001b[39m\u001b[38;5;124mProgrammieren\u001b[39m\u001b[38;5;124m\\\u001b[39m\u001b[38;5;124mtecdm\u001b[39m\u001b[38;5;124m\\\u001b[39m\u001b[38;5;124msrc\u001b[39m\u001b[38;5;124m\\\u001b[39m\u001b[38;5;124mdistrictgenerator\u001b[39m\u001b[38;5;124m\\\u001b[39m\u001b[38;5;124mdata\u001b[39m\u001b[38;5;124m\\\u001b[39m\u001b[38;5;124moccupancy_schedules\u001b[39m\u001b[38;5;124m\\\u001b[39m\u001b[38;5;124mGarderobeDusche.csv\u001b[39m\u001b[38;5;124m\"\u001b[39m, sep\u001b[38;5;241m=\u001b[39m\u001b[38;5;124m\"\u001b[39m\u001b[38;5;124m;\u001b[39m\u001b[38;5;124m\"\u001b[39m)\n\u001b[0;32m 8\u001b[0m occupancy \u001b[38;5;241m=\u001b[39m \u001b[38;5;241m45\u001b[39m \u001b[38;5;241m*\u001b[39m df[\u001b[38;5;124m\"\u001b[39m\u001b[38;5;124mPeople\u001b[39m\u001b[38;5;124m\"\u001b[39m]\n\u001b[1;32m----> 9\u001b[0m \u001b[43mel_wrapper\u001b[49m\u001b[38;5;241;43m.\u001b[39;49m\u001b[43mpower_sim\u001b[49m\u001b[43m(\u001b[49m\u001b[43mirradiation\u001b[49m\u001b[43m,\u001b[49m\u001b[43m \u001b[49m\u001b[43mweekend\u001b[49m\u001b[43m,\u001b[49m\u001b[43m \u001b[49m\u001b[43mday\u001b[49m\u001b[43m,\u001b[49m\u001b[43m \u001b[49m\u001b[43moccupancy\u001b[49m\u001b[43m)\u001b[49m\n",
- "File \u001b[1;32mc:\\Users\\felix\\.conda\\envs\\districtgenerator\\Lib\\site-packages\\richardsonpy-0.2.1-py3.11.egg\\richardsonpy\\classes\\stochastic_el_load_wrapper.py:115\u001b[0m, in \u001b[0;36mElectricityProfile.power_sim\u001b[1;34m(self, irradiation, weekend, day, occupancy)\u001b[0m\n\u001b[0;32m 112\u001b[0m month \u001b[38;5;241m=\u001b[39m \u001b[38;5;28mself\u001b[39m\u001b[38;5;241m.\u001b[39m_get_month(day)\n\u001b[0;32m 114\u001b[0m \u001b[38;5;66;03m# Lighting\u001b[39;00m\n\u001b[1;32m--> 115\u001b[0m demand_lighting \u001b[38;5;241m=\u001b[39m \u001b[43mlighting_model\u001b[49m\u001b[38;5;241;43m.\u001b[39;49m\u001b[43mrun_lighting_simulation\u001b[49m\u001b[43m(\u001b[49m\n\u001b[0;32m 116\u001b[0m \u001b[43m \u001b[49m\u001b[43mvOccupancyArray\u001b[49m\u001b[38;5;241;43m=\u001b[39;49m\u001b[43moccupancy\u001b[49m\u001b[43m,\u001b[49m\n\u001b[0;32m 117\u001b[0m \u001b[43m \u001b[49m\u001b[43mvBulbArray\u001b[49m\u001b[38;5;241;43m=\u001b[39;49m\u001b[38;5;28;43mself\u001b[39;49m\u001b[38;5;241;43m.\u001b[39;49m\u001b[43mlightbulbs\u001b[49m\u001b[43m,\u001b[49m\n\u001b[0;32m 118\u001b[0m \u001b[43m \u001b[49m\u001b[43mvIrradianceArray\u001b[49m\u001b[38;5;241;43m=\u001b[39;49m\u001b[43mirradiation\u001b[49m\u001b[43m,\u001b[49m\n\u001b[0;32m 119\u001b[0m \u001b[43m \u001b[49m\u001b[43mlight_mod_config\u001b[49m\u001b[38;5;241;43m=\u001b[39;49m\u001b[38;5;28;43mself\u001b[39;49m\u001b[38;5;241;43m.\u001b[39;49m\u001b[43mlighting_config\u001b[49m\u001b[43m)\u001b[49m\n\u001b[0;32m 121\u001b[0m \u001b[38;5;66;03m# Appliances\u001b[39;00m\n\u001b[0;32m 122\u001b[0m fun \u001b[38;5;241m=\u001b[39m appliance_model\u001b[38;5;241m.\u001b[39mrun_application_simulation\n",
- "File \u001b[1;32mc:\\Users\\felix\\.conda\\envs\\districtgenerator\\Lib\\site-packages\\richardsonpy-0.2.1-py3.11.egg\\richardsonpy\\classes\\lighting.py:213\u001b[0m, in \u001b[0;36mrun_lighting_simulation\u001b[1;34m(vOccupancyArray, vBulbArray, vIrradianceArray, light_mod_config)\u001b[0m\n\u001b[0;32m 209\u001b[0m bLowIrradiance \u001b[38;5;241m=\u001b[39m ((iIrradiance \u001b[38;5;241m<\u001b[39m iIrradianceThreshold) \u001b[38;5;129;01mor\u001b[39;00m (\n\u001b[0;32m 210\u001b[0m random\u001b[38;5;241m.\u001b[39mrandom() \u001b[38;5;241m<\u001b[39m \u001b[38;5;241m0.05\u001b[39m))\n\u001b[0;32m 212\u001b[0m \u001b[38;5;66;03m# Get the effective occupancy for this number of active occupants to allow for sharing\u001b[39;00m\n\u001b[1;32m--> 213\u001b[0m fEffectiveOccupancy \u001b[38;5;241m=\u001b[39m \u001b[43mlight_mod_config\u001b[49m\u001b[38;5;241;43m.\u001b[39;49m\u001b[43meff_occupancy\u001b[49m\u001b[43m[\u001b[49m\n\u001b[0;32m 214\u001b[0m \u001b[43m \u001b[49m\u001b[43miActiveOccupants\u001b[49m\u001b[43m]\u001b[49m\n\u001b[0;32m 216\u001b[0m \u001b[38;5;66;03m# Check the probability of a switch on at this time\u001b[39;00m\n\u001b[0;32m 217\u001b[0m \u001b[38;5;28;01mif\u001b[39;00m (bLowIrradiance \u001b[38;5;129;01mand\u001b[39;00m (random\u001b[38;5;241m.\u001b[39mrandom() \u001b[38;5;241m<\u001b[39m (\n\u001b[0;32m 218\u001b[0m fEffectiveOccupancy \u001b[38;5;241m*\u001b[39m fCalibratedRelativeUseWeighting))):\n\u001b[0;32m 219\u001b[0m \n\u001b[0;32m 220\u001b[0m \u001b[38;5;66;03m# This is a switch on event\u001b[39;00m\n\u001b[0;32m 221\u001b[0m \n\u001b[0;32m 222\u001b[0m \u001b[38;5;66;03m# Determine how long this bulb is on for\u001b[39;00m\n",
- "\u001b[1;31mTypeError\u001b[0m: list indices must be integers or slices, not numpy.float64"
- ]
- }
- ],
- "source": [
- "import pandas as pd\n",
- "test_data = Datahandler()\n",
- "test_data.generateEnvironment()\n",
- "irradiation = test_data.site[\"SunTotal\"] \n",
- "weekend = True\n",
- "day = 6\n",
- "df = pd.read_csv(r\"C:\\Users\\felix\\Programmieren\\tecdm\\src\\districtgenerator\\data\\occupancy_schedules\\GarderobeDusche.csv\", sep=\";\")\n",
- "occupancy = 45 * df[\"People\"]\n",
- "el_wrapper.power_sim(irradiation, weekend, day, occupancy)"
- ]
- },
- {
- "cell_type": "code",
- "execution_count": null,
- "metadata": {},
- "outputs": [],
- "source": [
- "import pandas as pd\n",
- "test_data = Datahandler()\n",
- "test_data.generateEnvironment()\n",
- "irradiation = test_data.site[\"SunTotal\"] \n",
- "weekend = True\n",
- "day = 6\n",
- "df = pd.read_csv(r\"C:\\Users\\felix\\Programmieren\\tecdm\\src\\districtgenerator\\data\\occupancy_schedules\\GarderobeDusche.csv\", sep=\";\")\n",
- "occupancy = 45 * df[\"People\"]\n",
- "appliances = 1000 * df[\"Appliances\"]"
- ]
- },
- {
- "cell_type": "code",
- "execution_count": null,
- "metadata": {},
- "outputs": [],
- "source": [
- "bldgs = {}\n",
- "with open(r'C:\\Users\\felix\\Programmieren\\tecdm\\src\\districtgenerator\\data\\design_building_data.json') as json_file:\n",
- " jsonData = json.load(json_file)\n",
- " for subData in jsonData:\n",
- " bldgs[subData[\"name\"]] = subData[\"value\"]"
- ]
- },
- {
- "cell_type": "code",
- "execution_count": null,
- "metadata": {},
- "outputs": [
- {
- "data": {
- "text/plain": [
- "{'T_set_min': 20.0,\n",
- " 'T_set_max': 26.0,\n",
- " 'T_bivalent': -2.0,\n",
- " 'T_heatlimit': 15.0,\n",
- " 'ventilation_rate': 0.5,\n",
- " 'buildings_short': ['SFH', 'MFH', 'TH', 'AB'],\n",
- " 'buildings_long': ['single_family_house',\n",
- " 'multi_family_house',\n",
- " 'terraced_house',\n",
- " 'apartment_block'],\n",
- " 'retrofit_short': [0, 1, 2],\n",
- " 'retrofit_long': ['tabula_standard',\n",
- " 'tabula_retrofit',\n",
- " 'tabula_adv_retrofit'],\n",
- " 'dhwload': [4662.1, 4662.1, 4662.1, 3999.8],\n",
- " 'mean_drawoff_vol_per_day': [40, 40, 40, 40]}"
- ]
- },
- "execution_count": 50,
- "metadata": {},
- "output_type": "execute_result"
- }
- ],
- "source": [
- "bldgs"
- ]
- },
- {
- "cell_type": "code",
- "execution_count": null,
- "metadata": {},
- "outputs": [
- {
- "data": {
- "text/plain": [
- "4662.1"
- ]
- },
- "execution_count": 55,
- "metadata": {},
- "output_type": "execute_result"
- }
- ],
- "source": [
- "# building[\"dhwload\"] \n",
- "bldgs[\"dhwload\"][bldgs[\"buildings_short\"].index(\"SFH\")] * 1"
- ]
- },
- {
- "cell_type": "code",
- "execution_count": null,
- "metadata": {},
- "outputs": [
- {
- "data": {
- "text/html": [
- "\n",
- "\n",
- "
\n",
- " \n",
- " \n",
- " | \n",
- " DAY | \n",
- " HOUR | \n",
- " OCCUPANCY | \n",
- " APPLIANCES | \n",
- " LIGHTING | \n",
- " WATER | \n",
- " HEATING | \n",
- " COOLING | \n",
- " PROCESSES | \n",
- " SERVERS | \n",
- " ELECTROMOBILITY | \n",
- "
\n",
- " \n",
- " \n",
- " \n",
- " | 0 | \n",
- " 1 | \n",
- " 1 | \n",
- " 0.0 | \n",
- " 0.1 | \n",
- " 0.1 | \n",
- " 0.0 | \n",
- " SETBACK | \n",
- " OFF | \n",
- " 0.0 | \n",
- " 0.0 | \n",
- " 0.0 | \n",
- "
\n",
- " \n",
- " | 1 | \n",
- " 1 | \n",
- " 2 | \n",
- " 0.0 | \n",
- " 0.1 | \n",
- " 0.1 | \n",
- " 0.0 | \n",
- " SETBACK | \n",
- " OFF | \n",
- " 0.0 | \n",
- " 0.0 | \n",
- " 0.0 | \n",
- "
\n",
- " \n",
- " | 2 | \n",
- " 1 | \n",
- " 3 | \n",
- " 0.0 | \n",
- " 0.1 | \n",
- " 0.1 | \n",
- " 0.0 | \n",
- " SETBACK | \n",
- " OFF | \n",
- " 0.0 | \n",
- " 0.0 | \n",
- " 0.0 | \n",
- "
\n",
- " \n",
- " | 3 | \n",
- " 1 | \n",
- " 4 | \n",
- " 0.0 | \n",
- " 0.1 | \n",
- " 0.1 | \n",
- " 0.0 | \n",
- " SETBACK | \n",
- " OFF | \n",
- " 0.0 | \n",
- " 0.0 | \n",
- " 0.0 | \n",
- "
\n",
- " \n",
- " | 4 | \n",
- " 1 | \n",
- " 5 | \n",
- " 0.0 | \n",
- " 0.1 | \n",
- " 0.1 | \n",
- " 0.0 | \n",
- " SETBACK | \n",
- " OFF | \n",
- " 0.0 | \n",
- " 0.0 | \n",
- " 0.0 | \n",
- "
\n",
- " \n",
- " | ... | \n",
- " ... | \n",
- " ... | \n",
- " ... | \n",
- " ... | \n",
- " ... | \n",
- " ... | \n",
- " ... | \n",
- " ... | \n",
- " ... | \n",
- " ... | \n",
- " ... | \n",
- "
\n",
- " \n",
- " | 139 | \n",
- " 6 | \n",
- " 20 | \n",
- " 0.0 | \n",
- " 0.1 | \n",
- " 0.1 | \n",
- " 0.0 | \n",
- " OFF | \n",
- " OFF | \n",
- " 0.0 | \n",
- " 0.0 | \n",
- " 0.0 | \n",
- "
\n",
- " \n",
- " | 140 | \n",
- " 6 | \n",
- " 21 | \n",
- " 0.0 | \n",
- " 0.1 | \n",
- " 0.1 | \n",
- " 0.0 | \n",
- " OFF | \n",
- " OFF | \n",
- " 0.0 | \n",
- " 0.0 | \n",
- " 0.0 | \n",
- "
\n",
- " \n",
- " | 141 | \n",
- " 6 | \n",
- " 22 | \n",
- " 0.0 | \n",
- " 0.1 | \n",
- " 0.1 | \n",
- " 0.0 | \n",
- " OFF | \n",
- " OFF | \n",
- " 0.0 | \n",
- " 0.0 | \n",
- " 0.0 | \n",
- "
\n",
- " \n",
- " | 142 | \n",
- " 6 | \n",
- " 23 | \n",
- " 0.0 | \n",
- " 0.1 | \n",
- " 0.1 | \n",
- " 0.0 | \n",
- " OFF | \n",
- " OFF | \n",
- " 0.0 | \n",
- " 0.0 | \n",
- " 0.0 | \n",
- "
\n",
- " \n",
- " | 143 | \n",
- " 6 | \n",
- " 24 | \n",
- " 0.0 | \n",
- " 0.1 | \n",
- " 0.1 | \n",
- " 0.0 | \n",
- " OFF | \n",
- " OFF | \n",
- " 0.0 | \n",
- " 0.0 | \n",
- " 0.0 | \n",
- "
\n",
- " \n",
- "
\n",
- "
144 rows × 11 columns
\n",
- "
"
- ],
- "text/plain": [
- " DAY HOUR OCCUPANCY APPLIANCES LIGHTING WATER HEATING COOLING \\\n",
- "0 1 1 0.0 0.1 0.1 0.0 SETBACK OFF \n",
- "1 1 2 0.0 0.1 0.1 0.0 SETBACK OFF \n",
- "2 1 3 0.0 0.1 0.1 0.0 SETBACK OFF \n",
- "3 1 4 0.0 0.1 0.1 0.0 SETBACK OFF \n",
- "4 1 5 0.0 0.1 0.1 0.0 SETBACK OFF \n",
- ".. ... ... ... ... ... ... ... ... \n",
- "139 6 20 0.0 0.1 0.1 0.0 OFF OFF \n",
- "140 6 21 0.0 0.1 0.1 0.0 OFF OFF \n",
- "141 6 22 0.0 0.1 0.1 0.0 OFF OFF \n",
- "142 6 23 0.0 0.1 0.1 0.0 OFF OFF \n",
- "143 6 24 0.0 0.1 0.1 0.0 OFF OFF \n",
- "\n",
- " PROCESSES SERVERS ELECTROMOBILITY \n",
- "0 0.0 0.0 0.0 \n",
- "1 0.0 0.0 0.0 \n",
- "2 0.0 0.0 0.0 \n",
- "3 0.0 0.0 0.0 \n",
- "4 0.0 0.0 0.0 \n",
- ".. ... ... ... \n",
- "139 0.0 0.0 0.0 \n",
- "140 0.0 0.0 0.0 \n",
- "141 0.0 0.0 0.0 \n",
- "142 0.0 0.0 0.0 \n",
- "143 0.0 0.0 0.0 \n",
- "\n",
- "[144 rows x 11 columns]"
- ]
- },
- "execution_count": 9,
- "metadata": {},
- "output_type": "execute_result"
- }
- ],
- "source": [
- "from functions import schedule_reader as schedule_reader\n",
- "schedule, schedule_type = schedule_reader.get_schedule('oag')\n",
- "schedule"
- ]
- },
- {
- "cell_type": "code",
- "execution_count": null,
- "metadata": {},
- "outputs": [],
- "source": [
- "# Benutzerdefinierte Sortierfunktion definieren\n",
- "def custom_sort(val):\n",
- " if val < 7:\n",
- " return float('inf') # Stellt sicher, dass Werte unter 7 am Ende kommen\n",
- " elif val >= 7:\n",
- " return -val # Umkehren der Reihenfolge für Werte ab 7\n",
- " else:\n",
- " return val # Fallback-Fall, falls irgendwie ein ungültiger Wert vorliegt\n"
- ]
- },
- {
- "cell_type": "code",
- "execution_count": null,
- "metadata": {},
- "outputs": [],
- "source": [
- "# schedules_sorted = schedule.sort_values(by=\"DAY\", key=custom_sort)\n",
- "sorter = [ 5 , 6, 0 , 1 , 2, 3 ,4 ]\n",
- "#schedule.sort_values(by=\"DAY\", key=lambda column: column.map(lambda e: sorter.index(e)), inplace=True)\n",
- "schedule.sort_values(by=[\"DAY\", \"HOUR\"], key=lambda x: sorter.index(x) if x.name == \"DAY\" else x, inplace=True)\n",
- "schedule"
- ]
- },
- {
- "cell_type": "code",
- "execution_count": null,
- "metadata": {},
- "outputs": [],
- "source": []
- },
- {
- "cell_type": "code",
- "execution_count": null,
- "metadata": {},
- "outputs": [],
- "source": [
- "sorter = [ 5 , 6, 0 , 1 , 2, 3 ,4 ] \n",
- "# Create a custom sorter index\n",
- "sorter_index = {day: index for index, day in enumerate(sorter)}\n",
- "\n",
- "# Apply sorting\n",
- "schedule['DAY'] = pd.Categorical(schedule['DAY'], categories=sorter, ordered=True)\n",
- "schedule.sort_values(by=['DAY', 'HOUR'], inplace=True)\n"
- ]
- },
- {
- "cell_type": "code",
- "execution_count": null,
- "metadata": {},
- "outputs": [],
- "source": [
- "\n",
- "def expand_dataframe(df, total_days):\n",
- " unique_days = df['DAY'].unique()\n",
- " num_days = len(unique_days)\n",
- " \n",
- " # Calculate the number of full weeks and extra days needed\n",
- " full_cycles = total_days // num_days\n",
- " extra_days = total_days % num_days\n",
- " \n",
- " # Replicate the DataFrame for the number of full cycles\n",
- " result_df = pd.concat([df] * full_cycles, ignore_index=True)\n",
- " \n",
- " # If there are extra days, append the needed days from a new cycle\n",
- " if extra_days > 0:\n",
- " extra_data = df[df['DAY'].isin(unique_days[:extra_days])]\n",
- " result_df = pd.concat([result_df, extra_data], ignore_index=True)\n",
- " \n",
- " return result_df\n"
- ]
- },
- {
- "cell_type": "code",
- "execution_count": null,
- "metadata": {},
- "outputs": [],
- "source": [
- "schedule_len = expand_dataframe(schedule, 14)\n"
- ]
- },
- {
- "cell_type": "code",
- "execution_count": null,
- "metadata": {},
- "outputs": [
- {
- "data": {
- "text/plain": [
- "HOUR\n",
- "1 14\n",
- "2 14\n",
- "3 14\n",
- "4 14\n",
- "5 14\n",
- "6 14\n",
- "7 14\n",
- "8 14\n",
- "9 14\n",
- "10 14\n",
- "11 14\n",
- "12 14\n",
- "13 14\n",
- "14 14\n",
- "15 14\n",
- "16 14\n",
- "17 14\n",
- "18 14\n",
- "19 14\n",
- "20 14\n",
- "21 14\n",
- "22 14\n",
- "23 14\n",
- "24 14\n",
- "Name: count, dtype: int64"
- ]
- },
- "execution_count": 94,
- "metadata": {},
- "output_type": "execute_result"
- }
- ],
- "source": [
- "schedule_len.value_counts(\"HOUR\")"
- ]
- },
- {
- "cell_type": "code",
- "execution_count": null,
- "metadata": {},
- "outputs": [
- {
- "data": {
- "text/html": [
- "\n",
- "\n",
- "
\n",
- " \n",
- " \n",
- " | \n",
- " DAY | \n",
- " HOUR | \n",
- " OCCUPANCY | \n",
- " APPLIANCES | \n",
- " LIGHTING | \n",
- " WATER | \n",
- " HEATING | \n",
- " COOLING | \n",
- " PROCESSES | \n",
- " SERVERS | \n",
- " ELECTROMOBILITY | \n",
- "
\n",
- " \n",
- " \n",
- " \n",
- " | 96 | \n",
- " 5 | \n",
- " 1 | \n",
- " 0.0 | \n",
- " 0.1 | \n",
- " 0.1 | \n",
- " 0.0 | \n",
- " SETBACK | \n",
- " OFF | \n",
- " 0.0 | \n",
- " 0.0 | \n",
- " 0.0 | \n",
- "
\n",
- " \n",
- " | 97 | \n",
- " 5 | \n",
- " 2 | \n",
- " 0.0 | \n",
- " 0.1 | \n",
- " 0.1 | \n",
- " 0.0 | \n",
- " SETBACK | \n",
- " OFF | \n",
- " 0.0 | \n",
- " 0.0 | \n",
- " 0.0 | \n",
- "
\n",
- " \n",
- " | 98 | \n",
- " 5 | \n",
- " 3 | \n",
- " 0.0 | \n",
- " 0.1 | \n",
- " 0.1 | \n",
- " 0.0 | \n",
- " SETBACK | \n",
- " OFF | \n",
- " 0.0 | \n",
- " 0.0 | \n",
- " 0.0 | \n",
- "
\n",
- " \n",
- " | 99 | \n",
- " 5 | \n",
- " 4 | \n",
- " 0.0 | \n",
- " 0.1 | \n",
- " 0.1 | \n",
- " 0.0 | \n",
- " SETBACK | \n",
- " OFF | \n",
- " 0.0 | \n",
- " 0.0 | \n",
- " 0.0 | \n",
- "
\n",
- " \n",
- " | 100 | \n",
- " 5 | \n",
- " 5 | \n",
- " 0.0 | \n",
- " 0.1 | \n",
- " 0.1 | \n",
- " 0.0 | \n",
- " SETBACK | \n",
- " OFF | \n",
- " 0.0 | \n",
- " 0.0 | \n",
- " 0.0 | \n",
- "
\n",
- " \n",
- " | ... | \n",
- " ... | \n",
- " ... | \n",
- " ... | \n",
- " ... | \n",
- " ... | \n",
- " ... | \n",
- " ... | \n",
- " ... | \n",
- " ... | \n",
- " ... | \n",
- " ... | \n",
- "
\n",
- " \n",
- " | 91 | \n",
- " 4 | \n",
- " 20 | \n",
- " 0.0 | \n",
- " 0.1 | \n",
- " 0.1 | \n",
- " 0.0 | \n",
- " SETBACK | \n",
- " OFF | \n",
- " 0.0 | \n",
- " 0.0 | \n",
- " 0.0 | \n",
- "
\n",
- " \n",
- " | 92 | \n",
- " 4 | \n",
- " 21 | \n",
- " 0.0 | \n",
- " 0.1 | \n",
- " 0.1 | \n",
- " 0.0 | \n",
- " SETBACK | \n",
- " OFF | \n",
- " 0.0 | \n",
- " 0.0 | \n",
- " 0.0 | \n",
- "
\n",
- " \n",
- " | 93 | \n",
- " 4 | \n",
- " 22 | \n",
- " 0.0 | \n",
- " 0.1 | \n",
- " 0.1 | \n",
- " 0.0 | \n",
- " SETBACK | \n",
- " OFF | \n",
- " 0.0 | \n",
- " 0.0 | \n",
- " 0.0 | \n",
- "
\n",
- " \n",
- " | 94 | \n",
- " 4 | \n",
- " 23 | \n",
- " 0.0 | \n",
- " 0.1 | \n",
- " 0.1 | \n",
- " 0.0 | \n",
- " SETBACK | \n",
- " OFF | \n",
- " 0.0 | \n",
- " 0.0 | \n",
- " 0.0 | \n",
- "
\n",
- " \n",
- " | 95 | \n",
- " 4 | \n",
- " 24 | \n",
- " 0.0 | \n",
- " 0.1 | \n",
- " 0.1 | \n",
- " 0.0 | \n",
- " SETBACK | \n",
- " OFF | \n",
- " 0.0 | \n",
- " 0.0 | \n",
- " 0.0 | \n",
- "
\n",
- " \n",
- "
\n",
- "
144 rows × 11 columns
\n",
- "
"
- ],
- "text/plain": [
- " DAY HOUR OCCUPANCY APPLIANCES LIGHTING WATER HEATING COOLING \\\n",
- "96 5 1 0.0 0.1 0.1 0.0 SETBACK OFF \n",
- "97 5 2 0.0 0.1 0.1 0.0 SETBACK OFF \n",
- "98 5 3 0.0 0.1 0.1 0.0 SETBACK OFF \n",
- "99 5 4 0.0 0.1 0.1 0.0 SETBACK OFF \n",
- "100 5 5 0.0 0.1 0.1 0.0 SETBACK OFF \n",
- ".. .. ... ... ... ... ... ... ... \n",
- "91 4 20 0.0 0.1 0.1 0.0 SETBACK OFF \n",
- "92 4 21 0.0 0.1 0.1 0.0 SETBACK OFF \n",
- "93 4 22 0.0 0.1 0.1 0.0 SETBACK OFF \n",
- "94 4 23 0.0 0.1 0.1 0.0 SETBACK OFF \n",
- "95 4 24 0.0 0.1 0.1 0.0 SETBACK OFF \n",
- "\n",
- " PROCESSES SERVERS ELECTROMOBILITY \n",
- "96 0.0 0.0 0.0 \n",
- "97 0.0 0.0 0.0 \n",
- "98 0.0 0.0 0.0 \n",
- "99 0.0 0.0 0.0 \n",
- "100 0.0 0.0 0.0 \n",
- ".. ... ... ... \n",
- "91 0.0 0.0 0.0 \n",
- "92 0.0 0.0 0.0 \n",
- "93 0.0 0.0 0.0 \n",
- "94 0.0 0.0 0.0 \n",
- "95 0.0 0.0 0.0 \n",
- "\n",
- "[144 rows x 11 columns]"
- ]
- },
- "execution_count": 91,
- "metadata": {},
- "output_type": "execute_result"
- }
- ],
- "source": [
- "schedule"
- ]
- },
- {
- "cell_type": "code",
- "execution_count": null,
- "metadata": {},
- "outputs": [],
- "source": [
- "def get_tek(building_type):\n",
- " \"\"\"\n",
- " Returns the TEK Warmwasser value according to the building type.\n",
- " \n",
- " Data is read from 'TEK_districtgenerator.csv' in the specified directory.\n",
- "\n",
- " Args:\n",
- " building_type (str): The key representing the building type.\n",
- "\n",
- " Returns:\n",
- " float: The TEK Warmwasser value for the specified building type.\n",
- " str: The descriptive name of the building type.\n",
- " \"\"\"\n",
- " tek_assignment = {\n",
- " \"oag\": \"Bürogebäude\",\n",
- " \"IWU Research and University Teaching\": \"Hochschule und Forschung (allgemein)\",\n",
- " \"IWU Health and Care\": \"Beherbergungsstätten (allgemein)\",\n",
- " \"IWU School, Day Nursery and other Care\": \"Schulen\",\n",
- " \"IWU Culture and Leisure\": \"Ausstellungsgebäude\",\n",
- " \"IWU Sports Facilities\": \"Sporthallen\",\n",
- " \"IWU Hotels, Boarding, Restaurants or Catering\": \"Hotels / Pensionen\",\n",
- " \"IWU Production, Workshop, Warehouse or Operations\": \"Gewerbliche und industrielle Gebäude – Mischung aus leichter u. schwerer Arbeit\",\n",
- " \"IWU Trade Buildings\": \"Verkaufsstätten (allgemein)\",\n",
- " \"IWU Generalized (1) Services building\": \"Verwaltungsgebäude (allgemein)\",\n",
- " \"IWU Generalized (2) Production buildings\": \"Gewerbliche und industrielle Gebäude – Mischung aus leichter u. schwerer Arbeit\"\n",
- " }\n",
- "\n",
- " tek_name = tek_assignment.get(building_type)\n",
- " if tek_name is None:\n",
- " print(f\"No schedule for building type {building_type}\")\n",
- " return None, None\n",
- "\n",
- " data_path = os.path.join(r'C:\\Users\\felix\\Programmieren\\tecdm\\src\\districtgenerator\\data\\TEKs\\TEK_districtgenerator.csv')\n",
- "\n",
- " try:\n",
- " data_schedule = pd.read_csv(data_path, sep=',')\n",
- " warm_water_value = data_schedule[data_schedule[\"TEK\"] == tek_name][\"TEK Warmwasser\"].iloc[0]\n",
- " return warm_water_value, tek_name\n",
- " except FileNotFoundError:\n",
- " print(f\"File not found: {data_path}\")\n",
- " return None, None\n",
- " except IndexError:\n",
- " print(f\"No data available for {tek_name}\")\n",
- " return None, None"
- ]
- },
- {
- "cell_type": "code",
- "execution_count": null,
- "metadata": {},
- "outputs": [],
- "source": [
- "data_path = os.path.join(r'C:\\Users\\felix\\Programmieren\\tecdm\\src\\districtgenerator\\data\\TEKs\\TEK_districtgenerator.csv')\n"
- ]
- },
- {
- "cell_type": "code",
- "execution_count": null,
- "metadata": {},
- "outputs": [
- {
- "name": "stdout",
- "output_type": "stream",
- "text": [
- "8.1 Bürogebäude\n"
- ]
- }
- ],
- "source": [
- "data, test = get_tek('oag')\n",
- "print(data, test)"
- ]
- },
- {
- "cell_type": "code",
- "execution_count": null,
- "metadata": {},
- "outputs": [],
- "source": [
- "def getSchedule(hk_geb, uk_geb):\n",
- " \"\"\"\n",
- " Find occupancy schedule from SIA2024, depending on hk_geb, uk_geb\n",
- " \n",
- " \n",
- " :external input data: ../auxiliary/occupancy_schedules/occupancy_schedules_zuweisungen.csv\n",
- " \n",
- " :param hk_geb: usage type (main category)\n",
- " :type hk_geb: string\n",
- " :param uk_geb: usage type (subcategory)\n",
- " :type uk_geb: string\n",
- "\n",
- " :return: df_schedule, schedule_name\n",
- " :rtype: DataFrame (with floats), string\n",
- " \"\"\"\n",
- " \n",
- " zuweisungen = pd.read_csv(os.path.join('../auxiliary/occupancy_schedules/occupancy_schedules_zuweisungen.csv'), sep = ';', encoding = 'latin')\n",
- " \n",
- " if hk_geb in zuweisungen['hk_geb'].values:\n",
- " \n",
- " if uk_geb in zuweisungen['uk_geb'].values:\n",
- " row = zuweisungen[zuweisungen['uk_geb'] == uk_geb]\n",
- " schedule_name = row['schedule_name'].to_string(index = False).strip()\n",
- " df_schedule = pd.read_csv(os.path.join('../auxiliary/occupancy_schedules/')+schedule_name+'.csv', sep = ';')\n",
- " \n",
- " return df_schedule, schedule_name\n",
- " \n",
- " else: \n",
- " return print('uk_geb unbekannt')\n",
- " \n",
- " else:\n",
- " return print('hk_geb unbekannt') \n"
- ]
- },
- {
- "cell_type": "code",
- "execution_count": null,
- "metadata": {},
- "outputs": [
- {
- "data": {
- "text/html": [
- "\n",
- "\n",
- "
\n",
- " \n",
- " \n",
- " | \n",
- " People | \n",
- " Appliances | \n",
- "
\n",
- " \n",
- " \n",
- " \n",
- " | 0 | \n",
- " 0.0 | \n",
- " 0.08 | \n",
- "
\n",
- " \n",
- " | 1 | \n",
- " 0.0 | \n",
- " 0.08 | \n",
- "
\n",
- " \n",
- " | 2 | \n",
- " 0.0 | \n",
- " 0.08 | \n",
- "
\n",
- " \n",
- " | 3 | \n",
- " 0.0 | \n",
- " 0.08 | \n",
- "
\n",
- " \n",
- " | 4 | \n",
- " 0.0 | \n",
- " 0.08 | \n",
- "
\n",
- " \n",
- "
\n",
- "
"
- ],
- "text/plain": [
- " People Appliances\n",
- "0 0.0 0.08\n",
- "1 0.0 0.08\n",
- "2 0.0 0.08\n",
- "3 0.0 0.08\n",
- "4 0.0 0.08"
- ]
- },
- "execution_count": 122,
- "metadata": {},
- "output_type": "execute_result"
- }
- ],
- "source": [
- "data = pd.read_csv(r'C:\\Users\\felix\\Programmieren\\tecdm\\src\\districtgenerator\\data\\occupancy_schedules\\Parkhaus.csv', sep=';')\n",
- "data.head()\n"
- ]
- },
- {
- "cell_type": "code",
- "execution_count": null,
- "metadata": {},
- "outputs": [],
- "source": [
- "Occupancy_Full_Usage_Hours = data.People.sum() # in h/a\n",
- "Occupancy_Full_Usage_Hours\n",
- "TEK_dhw_per_Occupancy_Full_Usage_Hour = 48.7 / Occupancy_Full_Usage_Hours\n"
- ]
- },
- {
- "cell_type": "code",
- "execution_count": null,
- "metadata": {},
- "outputs": [],
- "source": [
- "for hour in range(0, 120):\n",
- " dhw_water = data.loc[hour, 'People'] * TEK_dhw_per_Occupancy_Full_Usage_Hour * 1000 * 240"
- ]
- },
- {
- "cell_type": "code",
- "execution_count": null,
- "metadata": {},
- "outputs": [
- {
- "name": "stdout",
- "output_type": "stream",
- "text": [
- "We are about to generate a Non Residential building.\n",
- "Test, 3 3.125\n",
- "{'ow1': 0.541796301, 'win1': 0.345399313, 'rt1': 0.506728916, 'gf1': 0.369112228}\n",
- " DAY HOUR OCCUPANCY APPLIANCES LIGHTING WATER HEATING COOLING \\\n",
- "0 1 1 0.0 0.1 0.1 0.0 SETBACK OFF \n",
- "1 1 2 0.0 0.1 0.1 0.0 SETBACK OFF \n",
- "2 1 3 0.0 0.1 0.1 0.0 SETBACK OFF \n",
- "3 1 4 0.0 0.1 0.1 0.0 SETBACK OFF \n",
- "4 1 5 0.0 0.1 0.1 0.0 SETBACK OFF \n",
- ".. ... ... ... ... ... ... ... ... \n",
- "139 6 20 0.0 0.1 0.1 0.0 OFF OFF \n",
- "140 6 21 0.0 0.1 0.1 0.0 OFF OFF \n",
- "141 6 22 0.0 0.1 0.1 0.0 OFF OFF \n",
- "142 6 23 0.0 0.1 0.1 0.0 OFF OFF \n",
- "143 6 24 0.0 0.1 0.1 0.0 OFF OFF \n",
- "\n",
- " PROCESSES SERVERS ELECTROMOBILITY \n",
- "0 0.0 0.0 0.0 \n",
- "1 0.0 0.0 0.0 \n",
- "2 0.0 0.0 0.0 \n",
- "3 0.0 0.0 0.0 \n",
- "4 0.0 0.0 0.0 \n",
- ".. ... ... ... \n",
- "139 0.0 0.0 0.0 \n",
- "140 0.0 0.0 0.0 \n",
- "141 0.0 0.0 0.0 \n",
- "142 0.0 0.0 0.0 \n",
- "143 0.0 0.0 0.0 \n",
- "\n",
- "[144 rows x 11 columns]\n",
- "We are about to generate a Non Residential building.\n",
- "Test, 3 3.125\n",
- "{'ow1': 0.288649056, 'win1': 0.298723187, 'rt1': 0.331884826, 'gf1': 0.383291576}\n",
- " DAY HOUR OCCUPANCY APPLIANCES LIGHTING WATER HEATING COOLING \\\n",
- "0 1 1 0.0 0.1 0.1 0.0 SETBACK OFF \n",
- "1 1 2 0.0 0.1 0.1 0.0 SETBACK OFF \n",
- "2 1 3 0.0 0.1 0.1 0.0 SETBACK OFF \n",
- "3 1 4 0.0 0.1 0.1 0.0 SETBACK OFF \n",
- "4 1 5 0.0 0.1 0.1 0.0 SETBACK OFF \n",
- ".. ... ... ... ... ... ... ... ... \n",
- "139 6 20 0.0 0.1 0.1 0.0 OFF OFF \n",
- "140 6 21 0.0 0.1 0.1 0.0 OFF OFF \n",
- "141 6 22 0.0 0.1 0.1 0.0 OFF OFF \n",
- "142 6 23 0.0 0.1 0.1 0.0 OFF OFF \n",
- "143 6 24 0.0 0.1 0.1 0.0 OFF OFF \n",
- "\n",
- " PROCESSES SERVERS ELECTROMOBILITY \n",
- "0 0.0 0.0 0.0 \n",
- "1 0.0 0.0 0.0 \n",
- "2 0.0 0.0 0.0 \n",
- "3 0.0 0.0 0.0 \n",
- "4 0.0 0.0 0.0 \n",
- ".. ... ... ... \n",
- "139 0.0 0.0 0.0 \n",
- "140 0.0 0.0 0.0 \n",
- "141 0.0 0.0 0.0 \n",
- "142 0.0 0.0 0.0 \n",
- "143 0.0 0.0 0.0 \n",
- "\n",
- "[144 rows x 11 columns]\n",
- "Das ist der Wert 8.1\n"
- ]
- },
- {
- "ename": "AttributeError",
- "evalue": "'list' object has no attribute 'power_sim'",
- "output_type": "error",
- "traceback": [
- "\u001b[1;31m---------------------------------------------------------------------------\u001b[0m",
- "\u001b[1;31mAttributeError\u001b[0m Traceback (most recent call last)",
- "Cell \u001b[1;32mIn[13], line 21\u001b[0m\n\u001b[0;32m 19\u001b[0m data\u001b[38;5;241m.\u001b[39minitializeBuildings(\u001b[38;5;124m'\u001b[39m\u001b[38;5;124mexample_nrb\u001b[39m\u001b[38;5;124m'\u001b[39m)\n\u001b[0;32m 20\u001b[0m data\u001b[38;5;241m.\u001b[39mgenerateBuildings()\n\u001b[1;32m---> 21\u001b[0m \u001b[43mdata\u001b[49m\u001b[38;5;241;43m.\u001b[39;49m\u001b[43mgenerateDemands\u001b[49m\u001b[43m(\u001b[49m\u001b[43m)\u001b[49m\n",
- "File \u001b[1;32mc:\\Users\\felix\\Programmieren\\tecdm\\src\\districtgenerator\\districtgenerator\\datahandler.py:447\u001b[0m, in \u001b[0;36mDatahandler.generateDemands\u001b[1;34m(self, calcUserProfiles, saveUserProfiles, savePath)\u001b[0m\n\u001b[0;32m 445\u001b[0m \u001b[38;5;66;03m# calculate or load user profiles\u001b[39;00m\n\u001b[0;32m 446\u001b[0m \u001b[38;5;28;01mif\u001b[39;00m calcUserProfiles:\n\u001b[1;32m--> 447\u001b[0m \u001b[43mbuilding\u001b[49m\u001b[43m[\u001b[49m\u001b[38;5;124;43m\"\u001b[39;49m\u001b[38;5;124;43muser\u001b[39;49m\u001b[38;5;124;43m\"\u001b[39;49m\u001b[43m]\u001b[49m\u001b[38;5;241;43m.\u001b[39;49m\u001b[43mcalcProfiles\u001b[49m\u001b[43m(\u001b[49m\u001b[43msite\u001b[49m\u001b[38;5;241;43m=\u001b[39;49m\u001b[38;5;28;43mself\u001b[39;49m\u001b[38;5;241;43m.\u001b[39;49m\u001b[43msite\u001b[49m\u001b[43m,\u001b[49m\n\u001b[0;32m 448\u001b[0m \u001b[43m \u001b[49m\u001b[43mtime_horizon\u001b[49m\u001b[38;5;241;43m=\u001b[39;49m\u001b[38;5;28;43mself\u001b[39;49m\u001b[38;5;241;43m.\u001b[39;49m\u001b[43mtime\u001b[49m\u001b[43m[\u001b[49m\u001b[38;5;124;43m\"\u001b[39;49m\u001b[38;5;124;43mdataLength\u001b[39;49m\u001b[38;5;124;43m\"\u001b[39;49m\u001b[43m]\u001b[49m\u001b[43m,\u001b[49m\n\u001b[0;32m 449\u001b[0m \u001b[43m \u001b[49m\u001b[43mtime_resolution\u001b[49m\u001b[38;5;241;43m=\u001b[39;49m\u001b[38;5;28;43mself\u001b[39;49m\u001b[38;5;241;43m.\u001b[39;49m\u001b[43mtime\u001b[49m\u001b[43m[\u001b[49m\u001b[38;5;124;43m\"\u001b[39;49m\u001b[38;5;124;43mtimeResolution\u001b[39;49m\u001b[38;5;124;43m\"\u001b[39;49m\u001b[43m]\u001b[49m\u001b[43m)\u001b[49m\n\u001b[0;32m 450\u001b[0m \u001b[38;5;28;01mif\u001b[39;00m saveUserProfiles:\n\u001b[0;32m 451\u001b[0m \u001b[38;5;28;01mif\u001b[39;00m savePath \u001b[38;5;129;01mis\u001b[39;00m \u001b[38;5;129;01mnot\u001b[39;00m \u001b[38;5;28;01mNone\u001b[39;00m:\n",
- "File \u001b[1;32mc:\\Users\\felix\\Programmieren\\tecdm\\src\\districtgenerator\\districtgenerator\\non_residential_users.py:317\u001b[0m, in \u001b[0;36mcalcProfiles\u001b[1;34m(self, site, time_resolution, time_horizon, initital_day)\u001b[0m\n\u001b[0;32m 315\u001b[0m \n\u001b[0;32m 316\u001b[0m self.occ = np.zeros(int(time_horizon/time_resolution))\n\u001b[1;32m--> 317\u001b[0m self.dhw = np.zeros(int(time_horizon/time_resolution))\n\u001b[0;32m 318\u001b[0m self.elec = np.zeros(int(time_horizon/time_resolution))\n\u001b[0;32m 319\u001b[0m self.gains = np.zeros(int(time_horizon/time_resolution))\n",
- "File \u001b[1;32mc:\\Users\\felix\\Programmieren\\tecdm\\src\\districtgenerator\\districtgenerator\\profils.py:660\u001b[0m, in \u001b[0;36mNonResidentialProfiles.generate_el_profile\u001b[1;34m(self, irradiance, el_wrapper, annual_demand, do_normalization)\u001b[0m\n\u001b[0;32m 644\u001b[0m day_of_the_year \u001b[38;5;241m=\u001b[39m \u001b[38;5;241m0\u001b[39m \n\u001b[0;32m 645\u001b[0m \u001b[38;5;66;03m# only necessary for electric heating\u001b[39;00m\n\u001b[0;32m 646\u001b[0m \u001b[38;5;66;03m# Perform lighting and appliance usage simulation for one day\u001b[39;00m\n\u001b[0;32m 647\u001b[0m \u001b[38;5;66;03m# Figure out, how to get el_p, light_p and app_p \u001b[39;00m\n\u001b[1;32m (...)\u001b[0m\n\u001b[0;32m 658\u001b[0m \u001b[38;5;66;03m# power_el_app : array\u001b[39;00m\n\u001b[0;32m 659\u001b[0m \u001b[38;5;66;03m# Array holding el. power values for appliance usage in Watt\u001b[39;00m\n\u001b[1;32m--> 660\u001b[0m (el_p_curve, light_p_curve, app_p_curve) \u001b[38;5;241m=\u001b[39m \u001b[43mel_wrapper\u001b[49m\u001b[38;5;241;43m.\u001b[39;49m\u001b[43mpower_sim\u001b[49m(irradiation\u001b[38;5;241m=\u001b[39mirrad_day_minutewise,\n\u001b[0;32m 661\u001b[0m weekend\u001b[38;5;241m=\u001b[39mweekend,\n\u001b[0;32m 662\u001b[0m day\u001b[38;5;241m=\u001b[39mi\u001b[38;5;241m+\u001b[39mday_of_the_year,)\n\u001b[0;32m 663\u001b[0m \u001b[38;5;66;03m# Substitution of caluclations \u001b[39;00m\n\u001b[0;32m 664\u001b[0m \u001b[38;5;66;03m# Lighniging \u001b[39;00m\n\u001b[0;32m 665\u001b[0m \u001b[38;5;66;03m# If occupancy -> occupancy electricity occupancy=current_occupancy)\u001b[39;00m\n\u001b[0;32m 666\u001b[0m \u001b[38;5;66;03m# Append results\u001b[39;00m\n\u001b[0;32m 667\u001b[0m demand\u001b[38;5;241m.\u001b[39mappend(el_p_curve)\n",
- "\u001b[1;31mAttributeError\u001b[0m: 'list' object has no attribute 'power_sim'"
- ]
- }
- ],
- "source": [
- "data = Datahandler()\n",
- "\n",
- "data.setWeatherFile(r\"data\\weather\\EPW\\DEU_BE_Berlin-Schonefeld.AP.103850_TMYx.2004-2018.epw\")\n",
- "\n",
- "\n",
- "# Next we generate an environment.\n",
- "# Based on the location of the district this includes outside temperatures and sun radiation.\n",
- "# The location can be changed in the site_data.json file. You find it in \\data.\n",
- "# We create our first district in Aachen. When you open the site_data.json file, you should see, the \"location\"\n",
- "# is [51.0,6.55], the \"climateZone\" 0 and the \"altitude\" 0.\n",
- "# The time resolution can be changed in time_data.json. You also find it in \\data.\n",
- "# For this example it should be 900 seconds, which equals 15 Minutes.\n",
- "# The weather data is taken from a Test Reference Year Database from the DWD.\n",
- "\n",
- "# Generate Environment for the District\n",
- "\n",
- "data.generateEnvironment()\n",
- "\n",
- "data.initializeBuildings('example_nrb')\n",
- "data.generateBuildings()\n"
- ]
- },
- {
- "cell_type": "code",
- "execution_count": null,
- "metadata": {},
- "outputs": [
- {
- "data": {
- "text/plain": [
- "{'U': {'window': 1.08,\n",
- " 'opaque': {'roof': 0.14,\n",
- " 'intWall': [],\n",
- " 'wall': 0.19,\n",
- " 'ceiling': [],\n",
- " 'floor': 0.21,\n",
- " 'intFloor': [],\n",
- " 'window': 1.08}},\n",
- " 'd': {'window': [],\n",
- " 'opaque': {'roof': [],\n",
- " 'intWall': [],\n",
- " 'wall': [],\n",
- " 'ceiling': [],\n",
- " 'floor': [],\n",
- " 'intFloor': []}},\n",
- " 'd_iso': {'window': [],\n",
- " 'opaque': {'roof': [],\n",
- " 'intWall': [],\n",
- " 'wall': [],\n",
- " 'ceiling': [],\n",
- " 'floor': [],\n",
- " 'intFloor': []}},\n",
- " 'rho': {'window': [],\n",
- " 'opaque': {'roof': [],\n",
- " 'intWall': [],\n",
- " 'wall': [],\n",
- " 'ceiling': [],\n",
- " 'floor': [],\n",
- " 'intFloor': []}},\n",
- " 'cp': {'window': [],\n",
- " 'opaque': {'roof': [],\n",
- " 'intWall': [],\n",
- " 'wall': [],\n",
- " 'ceiling': [],\n",
- " 'floor': [],\n",
- " 'intFloor': []}},\n",
- " 'Lambda': {'window': [],\n",
- " 'opaque': {'roof': [],\n",
- " 'intWall': [],\n",
- " 'wall': [],\n",
- " 'ceiling': [],\n",
- " 'floor': [],\n",
- " 'intFloor': []}},\n",
- " 'kappa': {'window': [],\n",
- " 'opaque': {'roof': 405000.0,\n",
- " 'intWall': 405000.0,\n",
- " 'wall': 405000.0,\n",
- " 'ceiling': 405000.0,\n",
- " 'floor': 405000.0,\n",
- " 'intFloor': 405000.0}},\n",
- " 'g_gl': {'window': [],\n",
- " 'opaque': {'roof': [],\n",
- " 'intWall': [],\n",
- " 'wall': [],\n",
- " 'ceiling': [],\n",
- " 'floor': [],\n",
- " 'intFloor': []}},\n",
- " 'R_se': {'window': 0.0476,\n",
- " 'opaque': {'roof': 0.04,\n",
- " 'intWall': [],\n",
- " 'wall': 0.04,\n",
- " 'ceiling': [],\n",
- " 'floor': 0.0,\n",
- " 'intFloor': []}},\n",
- " 'R_si': {'window': 0.13,\n",
- " 'opaque': {'roof': 0.13,\n",
- " 'intWall': [],\n",
- " 'wall': 0.13,\n",
- " 'ceiling': [],\n",
- " 'floor': 0.13,\n",
- " 'intFloor': []}},\n",
- " 'epsilon': {'window': 0.9,\n",
- " 'opaque': {'roof': 0.9,\n",
- " 'intWall': [],\n",
- " 'wall': 0.9,\n",
- " 'ceiling': [],\n",
- " 'floor': 0.9,\n",
- " 'intFloor': []}},\n",
- " 'alpha_Sc': {'window': [],\n",
- " 'opaque': {'roof': 0.6,\n",
- " 'intWall': [],\n",
- " 'wall': 0.6,\n",
- " 'ceiling': [],\n",
- " 'floor': 0.6,\n",
- " 'intFloor': []}},\n",
- " 'id': np.int64(0),\n",
- " 'construction_year': np.int64(2022),\n",
- " 'construction_type': None,\n",
- " 'retrofit': np.int64(1),\n",
- " 'usage_short': 'oag',\n",
- " 'file_path': 'c:\\\\Users\\\\felix\\\\Programmieren\\\\tecdm\\\\src\\\\districtgenerator\\\\data',\n",
- " 'c_p_air': 1000.0,\n",
- " 'rho_air': 1.2,\n",
- " 'T_set_min': 20.0,\n",
- " 'T_set_max': 26.0,\n",
- " 'ventilationRate': 0.5,\n",
- " 'T_bivalent': -2.0,\n",
- " 'T_heatlimit': 15.0,\n",
- " 'attributes': [{'window': [],\n",
- " 'opaque': {'roof': [],\n",
- " 'intWall': [],\n",
- " 'wall': [],\n",
- " 'ceiling': [],\n",
- " 'floor': [],\n",
- " 'intFloor': []}},\n",
- " {'window': [],\n",
- " 'opaque': {'roof': [],\n",
- " 'intWall': [],\n",
- " 'wall': [],\n",
- " 'ceiling': [],\n",
- " 'floor': [],\n",
- " 'intFloor': []}},\n",
- " {'window': [],\n",
- " 'opaque': {'roof': [],\n",
- " 'intWall': [],\n",
- " 'wall': [],\n",
- " 'ceiling': [],\n",
- " 'floor': [],\n",
- " 'intFloor': []}},\n",
- " {'window': [],\n",
- " 'opaque': {'roof': [],\n",
- " 'intWall': [],\n",
- " 'wall': [],\n",
- " 'ceiling': [],\n",
- " 'floor': [],\n",
- " 'intFloor': []}},\n",
- " {'window': [],\n",
- " 'opaque': {'roof': [],\n",
- " 'intWall': [],\n",
- " 'wall': [],\n",
- " 'ceiling': [],\n",
- " 'floor': [],\n",
- " 'intFloor': []}},\n",
- " {'window': 1.08,\n",
- " 'opaque': {'roof': 0.14,\n",
- " 'intWall': [],\n",
- " 'wall': 0.19,\n",
- " 'ceiling': [],\n",
- " 'floor': 0.21,\n",
- " 'intFloor': [],\n",
- " 'window': 1.08}},\n",
- " {'window': [],\n",
- " 'opaque': {'roof': 405000.0,\n",
- " 'intWall': 405000.0,\n",
- " 'wall': 405000.0,\n",
- " 'ceiling': 405000.0,\n",
- " 'floor': 405000.0,\n",
- " 'intFloor': 405000.0}},\n",
- " {'window': 0.0476,\n",
- " 'opaque': {'roof': 0.04,\n",
- " 'intWall': [],\n",
- " 'wall': 0.04,\n",
- " 'ceiling': [],\n",
- " 'floor': 0.0,\n",
- " 'intFloor': []}},\n",
- " {'window': 0.13,\n",
- " 'opaque': {'roof': 0.13,\n",
- " 'intWall': [],\n",
- " 'wall': 0.13,\n",
- " 'ceiling': [],\n",
- " 'floor': 0.13,\n",
- " 'intFloor': []}},\n",
- " {'window': 0.9,\n",
- " 'opaque': {'roof': 0.9,\n",
- " 'intWall': [],\n",
- " 'wall': 0.9,\n",
- " 'ceiling': [],\n",
- " 'floor': 0.9,\n",
- " 'intFloor': []}},\n",
- " {'window': [],\n",
- " 'opaque': {'roof': 0.6,\n",
- " 'intWall': [],\n",
- " 'wall': 0.6,\n",
- " 'ceiling': [],\n",
- " 'floor': 0.6,\n",
- " 'intFloor': []}},\n",
- " {'window': [],\n",
- " 'opaque': {'roof': [],\n",
- " 'intWall': [],\n",
- " 'wall': [],\n",
- " 'ceiling': [],\n",
- " 'floor': [],\n",
- " 'intFloor': []}}],\n",
- " 'opaque_ext': ['wall', 'roof', 'floor'],\n",
- " 'opaque': {'ceiling', 'floor', 'intFloor', 'intWall', 'roof', 'wall'},\n",
- " 'V': 1837.5,\n",
- " 'A': {'f': 196.0,\n",
- " 'opaque': {'south': 26.548018749,\n",
- " 'north': 26.548018749,\n",
- " 'west': 26.548018749,\n",
- " 'east': 26.548018749,\n",
- " 'roof': 99.318867536,\n",
- " 'floor': 72.345996688,\n",
- " 'wall': 106.192074996,\n",
- " 'intFloor': 196.0,\n",
- " 'ceiling': 72.345996688,\n",
- " 'intWall': 159.28811249400002},\n",
- " 'window': {'south': 16.924566336999998,\n",
- " 'north': 16.924566336999998,\n",
- " 'west': 16.924566336999998,\n",
- " 'east': 16.924566336999998,\n",
- " 'roof': 0.0,\n",
- " 'floor': 0.0,\n",
- " 'sum': 67.69826534799999}}}"
- ]
- },
- "execution_count": 34,
- "metadata": {},
- "output_type": "execute_result"
- }
- ],
- "source": [
- "vars(data.district[0]['envelope'])"
- ]
- },
- {
- "cell_type": "code",
- "execution_count": null,
- "metadata": {},
- "outputs": [
- {
- "ename": "TypeError",
- "evalue": "'Datahandler' object is not subscriptable",
- "output_type": "error",
- "traceback": [
- "\u001b[1;31m---------------------------------------------------------------------------\u001b[0m",
- "\u001b[1;31mTypeError\u001b[0m Traceback (most recent call last)",
- "Cell \u001b[1;32mIn[25], line 1\u001b[0m\n\u001b[1;32m----> 1\u001b[0m \u001b[38;5;28mvars\u001b[39m(\u001b[43mdata\u001b[49m\u001b[43m[\u001b[49m\u001b[38;5;124;43m'\u001b[39;49m\u001b[38;5;124;43mdistrict\u001b[39;49m\u001b[38;5;124;43m'\u001b[39;49m\u001b[43m]\u001b[49m[\u001b[38;5;241m0\u001b[39m][\u001b[38;5;124m'\u001b[39m\u001b[38;5;124mbuildingFeatures\u001b[39m\u001b[38;5;124m'\u001b[39m][\u001b[38;5;124m'\u001b[39m\u001b[38;5;124menvelope\u001b[39m\u001b[38;5;124m'\u001b[39m])\n",
- "\u001b[1;31mTypeError\u001b[0m: 'Datahandler' object is not subscriptable"
- ]
- }
- ],
- "source": [
- "vars(data['district'][0]['buildingFeatures']['envelope'])"
- ]
- },
- {
- "cell_type": "code",
- "execution_count": null,
- "metadata": {},
- "outputs": [],
- "source": [
- "import pandas as pd"
- ]
- },
- {
- "cell_type": "code",
- "execution_count": null,
- "metadata": {},
- "outputs": [],
- "source": []
- },
- {
- "cell_type": "code",
- "execution_count": null,
- "metadata": {},
- "outputs": [
- {
- "ename": "ParserError",
- "evalue": "Error tokenizing data. C error: Expected 14 fields in line 6, saw 16\n",
- "output_type": "error",
- "traceback": [
- "\u001b[1;31m---------------------------------------------------------------------------\u001b[0m",
- "\u001b[1;31mParserError\u001b[0m Traceback (most recent call last)",
- "Cell \u001b[1;32mIn[36], line 1\u001b[0m\n\u001b[1;32m----> 1\u001b[0m data \u001b[38;5;241m=\u001b[39m \u001b[43mpd\u001b[49m\u001b[38;5;241;43m.\u001b[39;49m\u001b[43mread_csv\u001b[49m\u001b[43m(\u001b[49m\u001b[38;5;124;43mr\u001b[39;49m\u001b[38;5;124;43m'\u001b[39;49m\u001b[38;5;124;43mC:\u001b[39;49m\u001b[38;5;124;43m\\\u001b[39;49m\u001b[38;5;124;43mUsers\u001b[39;49m\u001b[38;5;124;43m\\\u001b[39;49m\u001b[38;5;124;43mfelix\u001b[39;49m\u001b[38;5;124;43m\\\u001b[39;49m\u001b[38;5;124;43mProgrammieren\u001b[39;49m\u001b[38;5;124;43m\\\u001b[39;49m\u001b[38;5;124;43mtecdm\u001b[39;49m\u001b[38;5;124;43m\\\u001b[39;49m\u001b[38;5;124;43msrc\u001b[39;49m\u001b[38;5;124;43m\\\u001b[39;49m\u001b[38;5;124;43mdistrictgenerator\u001b[39;49m\u001b[38;5;124;43m\\\u001b[39;49m\u001b[38;5;124;43mdata\u001b[39;49m\u001b[38;5;124;43m\\\u001b[39;49m\u001b[38;5;124;43mconsumption_data\u001b[39;49m\u001b[38;5;124;43m\\\u001b[39;49m\u001b[38;5;124;43minternal_loads.csv\u001b[39;49m\u001b[38;5;124;43m'\u001b[39;49m\u001b[43m)\u001b[49m\n",
- "File \u001b[1;32mc:\\Users\\felix\\.conda\\envs\\districtgenerator\\Lib\\site-packages\\pandas-2.2.2-py3.11-win-amd64.egg\\pandas\\io\\parsers\\readers.py:1026\u001b[0m, in \u001b[0;36mread_csv\u001b[1;34m(filepath_or_buffer, sep, delimiter, header, names, index_col, usecols, dtype, engine, converters, true_values, false_values, skipinitialspace, skiprows, skipfooter, nrows, na_values, keep_default_na, na_filter, verbose, skip_blank_lines, parse_dates, infer_datetime_format, keep_date_col, date_parser, date_format, dayfirst, cache_dates, iterator, chunksize, compression, thousands, decimal, lineterminator, quotechar, quoting, doublequote, escapechar, comment, encoding, encoding_errors, dialect, on_bad_lines, delim_whitespace, low_memory, memory_map, float_precision, storage_options, dtype_backend)\u001b[0m\n\u001b[0;32m 1013\u001b[0m kwds_defaults \u001b[38;5;241m=\u001b[39m _refine_defaults_read(\n\u001b[0;32m 1014\u001b[0m dialect,\n\u001b[0;32m 1015\u001b[0m delimiter,\n\u001b[1;32m (...)\u001b[0m\n\u001b[0;32m 1022\u001b[0m dtype_backend\u001b[38;5;241m=\u001b[39mdtype_backend,\n\u001b[0;32m 1023\u001b[0m )\n\u001b[0;32m 1024\u001b[0m kwds\u001b[38;5;241m.\u001b[39mupdate(kwds_defaults)\n\u001b[1;32m-> 1026\u001b[0m \u001b[38;5;28;01mreturn\u001b[39;00m \u001b[43m_read\u001b[49m\u001b[43m(\u001b[49m\u001b[43mfilepath_or_buffer\u001b[49m\u001b[43m,\u001b[49m\u001b[43m \u001b[49m\u001b[43mkwds\u001b[49m\u001b[43m)\u001b[49m\n",
- "File \u001b[1;32mc:\\Users\\felix\\.conda\\envs\\districtgenerator\\Lib\\site-packages\\pandas-2.2.2-py3.11-win-amd64.egg\\pandas\\io\\parsers\\readers.py:626\u001b[0m, in \u001b[0;36m_read\u001b[1;34m(filepath_or_buffer, kwds)\u001b[0m\n\u001b[0;32m 623\u001b[0m \u001b[38;5;28;01mreturn\u001b[39;00m parser\n\u001b[0;32m 625\u001b[0m \u001b[38;5;28;01mwith\u001b[39;00m parser:\n\u001b[1;32m--> 626\u001b[0m \u001b[38;5;28;01mreturn\u001b[39;00m \u001b[43mparser\u001b[49m\u001b[38;5;241;43m.\u001b[39;49m\u001b[43mread\u001b[49m\u001b[43m(\u001b[49m\u001b[43mnrows\u001b[49m\u001b[43m)\u001b[49m\n",
- "File \u001b[1;32mc:\\Users\\felix\\.conda\\envs\\districtgenerator\\Lib\\site-packages\\pandas-2.2.2-py3.11-win-amd64.egg\\pandas\\io\\parsers\\readers.py:1923\u001b[0m, in \u001b[0;36mTextFileReader.read\u001b[1;34m(self, nrows)\u001b[0m\n\u001b[0;32m 1916\u001b[0m nrows \u001b[38;5;241m=\u001b[39m validate_integer(\u001b[38;5;124m\"\u001b[39m\u001b[38;5;124mnrows\u001b[39m\u001b[38;5;124m\"\u001b[39m, nrows)\n\u001b[0;32m 1917\u001b[0m \u001b[38;5;28;01mtry\u001b[39;00m:\n\u001b[0;32m 1918\u001b[0m \u001b[38;5;66;03m# error: \"ParserBase\" has no attribute \"read\"\u001b[39;00m\n\u001b[0;32m 1919\u001b[0m (\n\u001b[0;32m 1920\u001b[0m index,\n\u001b[0;32m 1921\u001b[0m columns,\n\u001b[0;32m 1922\u001b[0m col_dict,\n\u001b[1;32m-> 1923\u001b[0m ) \u001b[38;5;241m=\u001b[39m \u001b[38;5;28;43mself\u001b[39;49m\u001b[38;5;241;43m.\u001b[39;49m\u001b[43m_engine\u001b[49m\u001b[38;5;241;43m.\u001b[39;49m\u001b[43mread\u001b[49m\u001b[43m(\u001b[49m\u001b[43m \u001b[49m\u001b[38;5;66;43;03m# type: ignore[attr-defined]\u001b[39;49;00m\n\u001b[0;32m 1924\u001b[0m \u001b[43m \u001b[49m\u001b[43mnrows\u001b[49m\n\u001b[0;32m 1925\u001b[0m \u001b[43m \u001b[49m\u001b[43m)\u001b[49m\n\u001b[0;32m 1926\u001b[0m \u001b[38;5;28;01mexcept\u001b[39;00m \u001b[38;5;167;01mException\u001b[39;00m:\n\u001b[0;32m 1927\u001b[0m \u001b[38;5;28mself\u001b[39m\u001b[38;5;241m.\u001b[39mclose()\n",
- "File \u001b[1;32mc:\\Users\\felix\\.conda\\envs\\districtgenerator\\Lib\\site-packages\\pandas-2.2.2-py3.11-win-amd64.egg\\pandas\\io\\parsers\\c_parser_wrapper.py:234\u001b[0m, in \u001b[0;36mCParserWrapper.read\u001b[1;34m(self, nrows)\u001b[0m\n\u001b[0;32m 232\u001b[0m \u001b[38;5;28;01mtry\u001b[39;00m:\n\u001b[0;32m 233\u001b[0m \u001b[38;5;28;01mif\u001b[39;00m \u001b[38;5;28mself\u001b[39m\u001b[38;5;241m.\u001b[39mlow_memory:\n\u001b[1;32m--> 234\u001b[0m chunks \u001b[38;5;241m=\u001b[39m \u001b[38;5;28;43mself\u001b[39;49m\u001b[38;5;241;43m.\u001b[39;49m\u001b[43m_reader\u001b[49m\u001b[38;5;241;43m.\u001b[39;49m\u001b[43mread_low_memory\u001b[49m\u001b[43m(\u001b[49m\u001b[43mnrows\u001b[49m\u001b[43m)\u001b[49m\n\u001b[0;32m 235\u001b[0m \u001b[38;5;66;03m# destructive to chunks\u001b[39;00m\n\u001b[0;32m 236\u001b[0m data \u001b[38;5;241m=\u001b[39m _concatenate_chunks(chunks)\n",
- "File \u001b[1;32mparsers.pyx:838\u001b[0m, in \u001b[0;36mpandas._libs.parsers.TextReader.read_low_memory\u001b[1;34m()\u001b[0m\n",
- "File \u001b[1;32mparsers.pyx:905\u001b[0m, in \u001b[0;36mpandas._libs.parsers.TextReader._read_rows\u001b[1;34m()\u001b[0m\n",
- "File \u001b[1;32mparsers.pyx:874\u001b[0m, in \u001b[0;36mpandas._libs.parsers.TextReader._tokenize_rows\u001b[1;34m()\u001b[0m\n",
- "File \u001b[1;32mparsers.pyx:891\u001b[0m, in \u001b[0;36mpandas._libs.parsers.TextReader._check_tokenize_status\u001b[1;34m()\u001b[0m\n",
- "File \u001b[1;32mparsers.pyx:2061\u001b[0m, in \u001b[0;36mpandas._libs.parsers.raise_parser_error\u001b[1;34m()\u001b[0m\n",
- "\u001b[1;31mParserError\u001b[0m: Error tokenizing data. C error: Expected 14 fields in line 6, saw 16\n"
- ]
- }
- ],
- "source": [
- "data = pd.read_csv(r'C:\\Users\\felix\\Programmieren\\tecdm\\src\\districtgenerator\\data\\consumption_data\\internal_loads.csv')"
- ]
- },
- {
- "cell_type": "code",
- "execution_count": null,
- "metadata": {},
- "outputs": [],
- "source": [
- "import pandas as pd\n",
- "def getTryWeather(file_path: str) -> pd.DataFrame:\n",
- " \"\"\"\n",
- " Parse a TRY weather data file into a DataFrame with a timestamp index.\n",
- " Assumes specific file formatting.\n",
- " \n",
- " Parameters:\n",
- " - file_path: str, the path to the TRY weather data file.\n",
- "\n",
- " Returns:\n",
- " - weather: pd.DataFrame, a DataFrame with a timestamp.\n",
- " \"\"\"\n",
- " if \"2015\" or \"2045\" in file_path:\n",
- " if \"2015\" in file_path:\n",
- " year = 2015\n",
- " elif \"2045\" in file_path:\n",
- " year = 2015\n",
- " with open(file_path, \"r\") as file:\n",
- " for line_number, line in enumerate(file, start=1):\n",
- " if \"***\" in line:\n",
- " header_row = (\n",
- " line_number - 1 - 1\n",
- " ) # -1 for header above *** and -1 for start to count at 0\n",
- " break\n",
- "\n",
- " \n",
- "\n",
- " else:\n",
- " raise ValueError(\"Unsupported format type for TRY files. Only 2015 and 2045 are supported.\")\n",
- " df = pd.read_table(\n",
- " filepath_or_buffer=file_path,\n",
- " header=header_row,\n",
- " sep='\\s+',\n",
- " skip_blank_lines=False,\n",
- " encoding=\"latin\",\n",
- " )\n",
- " df = df.iloc[1:]\n",
- " df[\"YEAR\"] = year \n",
- " df[\"MONTH\"] = df[\"MM\"].astype(int)\n",
- " df[\"DAY\"] = df[\"DD\"].astype(int)\n",
- " df[\"HOUR\"] = df[\"HH\"].astype(int)\n",
- " df['Timestamp'] = pd.to_datetime(df[[\"YEAR\", 'MONTH', 'DAY', 'HOUR']])\n",
- " return df"
- ]
- },
- {
- "cell_type": "code",
- "execution_count": null,
- "metadata": {},
- "outputs": [],
- "source": [
- "df = getTryWeather(r\"C:\\Users\\felix\\Programmieren\\tecdm\\src\\districtgenerator\\data\\weather\\DWD\\TRY2015_Zone8_kalt.txt\")"
- ]
- },
- {
- "cell_type": "code",
- "execution_count": null,
- "metadata": {},
- "outputs": [
- {
- "data": {
- "text/html": [
- "\n",
- "\n",
- "
\n",
- " \n",
- " \n",
- " | \n",
- " RW | \n",
- " HW | \n",
- " MM | \n",
- " DD | \n",
- " HH | \n",
- " t | \n",
- " p | \n",
- " WR | \n",
- " WG | \n",
- " N | \n",
- " ... | \n",
- " B | \n",
- " D | \n",
- " A | \n",
- " E | \n",
- " IL | \n",
- " YEAR | \n",
- " MONTH | \n",
- " DAY | \n",
- " HOUR | \n",
- " Timestamp | \n",
- "
\n",
- " \n",
- " \n",
- " \n",
- " | 1 | \n",
- " 4040500 | \n",
- " 2770500.0 | \n",
- " 1.0 | \n",
- " 1.0 | \n",
- " 1.0 | \n",
- " -5.7 | \n",
- " 924.0 | \n",
- " 50.0 | \n",
- " 4.0 | \n",
- " 8.0 | \n",
- " ... | \n",
- " 0.0 | \n",
- " 0.0 | \n",
- " 265.0 | \n",
- " -288.0 | \n",
- " 0.0 | \n",
- " 2015 | \n",
- " 1 | \n",
- " 1 | \n",
- " 1 | \n",
- " 2015-01-01 01:00:00 | \n",
- "
\n",
- " \n",
- " | 2 | \n",
- " 4040500 | \n",
- " 2770500.0 | \n",
- " 1.0 | \n",
- " 1.0 | \n",
- " 2.0 | \n",
- " -5.8 | \n",
- " 924.0 | \n",
- " 50.0 | \n",
- " 3.6 | \n",
- " 8.0 | \n",
- " ... | \n",
- " 0.0 | \n",
- " 0.0 | \n",
- " 265.0 | \n",
- " -288.0 | \n",
- " 0.0 | \n",
- " 2015 | \n",
- " 1 | \n",
- " 1 | \n",
- " 2 | \n",
- " 2015-01-01 02:00:00 | \n",
- "
\n",
- " \n",
- " | 3 | \n",
- " 4040500 | \n",
- " 2770500.0 | \n",
- " 1.0 | \n",
- " 1.0 | \n",
- " 3.0 | \n",
- " -5.9 | \n",
- " 924.0 | \n",
- " 60.0 | \n",
- " 4.9 | \n",
- " 8.0 | \n",
- " ... | \n",
- " 0.0 | \n",
- " 0.0 | \n",
- " 265.0 | \n",
- " -287.0 | \n",
- " 0.0 | \n",
- " 2015 | \n",
- " 1 | \n",
- " 1 | \n",
- " 3 | \n",
- " 2015-01-01 03:00:00 | \n",
- "
\n",
- " \n",
- " | 4 | \n",
- " 4040500 | \n",
- " 2770500.0 | \n",
- " 1.0 | \n",
- " 1.0 | \n",
- " 4.0 | \n",
- " -5.9 | \n",
- " 924.0 | \n",
- " 70.0 | \n",
- " 4.4 | \n",
- " 8.0 | \n",
- " ... | \n",
- " 0.0 | \n",
- " 0.0 | \n",
- " 266.0 | \n",
- " -287.0 | \n",
- " 0.0 | \n",
- " 2015 | \n",
- " 1 | \n",
- " 1 | \n",
- " 4 | \n",
- " 2015-01-01 04:00:00 | \n",
- "
\n",
- " \n",
- " | 5 | \n",
- " 4040500 | \n",
- " 2770500.0 | \n",
- " 1.0 | \n",
- " 1.0 | \n",
- " 5.0 | \n",
- " -5.8 | \n",
- " 924.0 | \n",
- " 50.0 | \n",
- " 4.0 | \n",
- " 8.0 | \n",
- " ... | \n",
- " 0.0 | \n",
- " 0.0 | \n",
- " 267.0 | \n",
- " -286.0 | \n",
- " 0.0 | \n",
- " 2015 | \n",
- " 1 | \n",
- " 1 | \n",
- " 5 | \n",
- " 2015-01-01 05:00:00 | \n",
- "
\n",
- " \n",
- " | ... | \n",
- " ... | \n",
- " ... | \n",
- " ... | \n",
- " ... | \n",
- " ... | \n",
- " ... | \n",
- " ... | \n",
- " ... | \n",
- " ... | \n",
- " ... | \n",
- " ... | \n",
- " ... | \n",
- " ... | \n",
- " ... | \n",
- " ... | \n",
- " ... | \n",
- " ... | \n",
- " ... | \n",
- " ... | \n",
- " ... | \n",
- " ... | \n",
- "
\n",
- " \n",
- " | 8756 | \n",
- " 4040500 | \n",
- " 2770500.0 | \n",
- " 12.0 | \n",
- " 31.0 | \n",
- " 20.0 | \n",
- " -4.6 | \n",
- " 924.0 | \n",
- " 60.0 | \n",
- " 3.5 | \n",
- " 8.0 | \n",
- " ... | \n",
- " 0.0 | \n",
- " 0.0 | \n",
- " 259.0 | \n",
- " -293.0 | \n",
- " 0.0 | \n",
- " 2015 | \n",
- " 12 | \n",
- " 31 | \n",
- " 20 | \n",
- " 2015-12-31 20:00:00 | \n",
- "
\n",
- " \n",
- " | 8757 | \n",
- " 4040500 | \n",
- " 2770500.0 | \n",
- " 12.0 | \n",
- " 31.0 | \n",
- " 21.0 | \n",
- " -4.8 | \n",
- " 924.0 | \n",
- " 60.0 | \n",
- " 3.6 | \n",
- " 7.0 | \n",
- " ... | \n",
- " 0.0 | \n",
- " 0.0 | \n",
- " 258.0 | \n",
- " -292.0 | \n",
- " 0.0 | \n",
- " 2015 | \n",
- " 12 | \n",
- " 31 | \n",
- " 21 | \n",
- " 2015-12-31 21:00:00 | \n",
- "
\n",
- " \n",
- " | 8758 | \n",
- " 4040500 | \n",
- " 2770500.0 | \n",
- " 12.0 | \n",
- " 31.0 | \n",
- " 22.0 | \n",
- " -5.0 | \n",
- " 925.0 | \n",
- " 60.0 | \n",
- " 3.9 | \n",
- " 7.0 | \n",
- " ... | \n",
- " 0.0 | \n",
- " 0.0 | \n",
- " 249.0 | \n",
- " -291.0 | \n",
- " 0.0 | \n",
- " 2015 | \n",
- " 12 | \n",
- " 31 | \n",
- " 22 | \n",
- " 2015-12-31 22:00:00 | \n",
- "
\n",
- " \n",
- " | 8759 | \n",
- " 4040500 | \n",
- " 2770500.0 | \n",
- " 12.0 | \n",
- " 31.0 | \n",
- " 23.0 | \n",
- " -5.2 | \n",
- " 925.0 | \n",
- " 70.0 | \n",
- " 3.5 | \n",
- " 8.0 | \n",
- " ... | \n",
- " 0.0 | \n",
- " 0.0 | \n",
- " 259.0 | \n",
- " -290.0 | \n",
- " 0.0 | \n",
- " 2015 | \n",
- " 12 | \n",
- " 31 | \n",
- " 23 | \n",
- " 2015-12-31 23:00:00 | \n",
- "
\n",
- " \n",
- " | 8760 | \n",
- " 4040500 | \n",
- " 2770500.0 | \n",
- " 12.0 | \n",
- " 31.0 | \n",
- " 24.0 | \n",
- " -5.6 | \n",
- " 925.0 | \n",
- " 60.0 | \n",
- " 3.4 | \n",
- " 8.0 | \n",
- " ... | \n",
- " 0.0 | \n",
- " 0.0 | \n",
- " 267.0 | \n",
- " -289.0 | \n",
- " 0.0 | \n",
- " 2015 | \n",
- " 12 | \n",
- " 31 | \n",
- " 24 | \n",
- " 2016-01-01 00:00:00 | \n",
- "
\n",
- " \n",
- "
\n",
- "
8760 rows × 22 columns
\n",
- "
"
- ],
- "text/plain": [
- " RW HW MM DD HH t p WR WG N ... \\\n",
- "1 4040500 2770500.0 1.0 1.0 1.0 -5.7 924.0 50.0 4.0 8.0 ... \n",
- "2 4040500 2770500.0 1.0 1.0 2.0 -5.8 924.0 50.0 3.6 8.0 ... \n",
- "3 4040500 2770500.0 1.0 1.0 3.0 -5.9 924.0 60.0 4.9 8.0 ... \n",
- "4 4040500 2770500.0 1.0 1.0 4.0 -5.9 924.0 70.0 4.4 8.0 ... \n",
- "5 4040500 2770500.0 1.0 1.0 5.0 -5.8 924.0 50.0 4.0 8.0 ... \n",
- "... ... ... ... ... ... ... ... ... ... ... ... \n",
- "8756 4040500 2770500.0 12.0 31.0 20.0 -4.6 924.0 60.0 3.5 8.0 ... \n",
- "8757 4040500 2770500.0 12.0 31.0 21.0 -4.8 924.0 60.0 3.6 7.0 ... \n",
- "8758 4040500 2770500.0 12.0 31.0 22.0 -5.0 925.0 60.0 3.9 7.0 ... \n",
- "8759 4040500 2770500.0 12.0 31.0 23.0 -5.2 925.0 70.0 3.5 8.0 ... \n",
- "8760 4040500 2770500.0 12.0 31.0 24.0 -5.6 925.0 60.0 3.4 8.0 ... \n",
- "\n",
- " B D A E IL YEAR MONTH DAY HOUR Timestamp \n",
- "1 0.0 0.0 265.0 -288.0 0.0 2015 1 1 1 2015-01-01 01:00:00 \n",
- "2 0.0 0.0 265.0 -288.0 0.0 2015 1 1 2 2015-01-01 02:00:00 \n",
- "3 0.0 0.0 265.0 -287.0 0.0 2015 1 1 3 2015-01-01 03:00:00 \n",
- "4 0.0 0.0 266.0 -287.0 0.0 2015 1 1 4 2015-01-01 04:00:00 \n",
- "5 0.0 0.0 267.0 -286.0 0.0 2015 1 1 5 2015-01-01 05:00:00 \n",
- "... ... ... ... ... ... ... ... ... ... ... \n",
- "8756 0.0 0.0 259.0 -293.0 0.0 2015 12 31 20 2015-12-31 20:00:00 \n",
- "8757 0.0 0.0 258.0 -292.0 0.0 2015 12 31 21 2015-12-31 21:00:00 \n",
- "8758 0.0 0.0 249.0 -291.0 0.0 2015 12 31 22 2015-12-31 22:00:00 \n",
- "8759 0.0 0.0 259.0 -290.0 0.0 2015 12 31 23 2015-12-31 23:00:00 \n",
- "8760 0.0 0.0 267.0 -289.0 0.0 2015 12 31 24 2016-01-01 00:00:00 \n",
- "\n",
- "[8760 rows x 22 columns]"
- ]
- },
- "execution_count": 50,
- "metadata": {},
- "output_type": "execute_result"
- }
- ],
- "source": [
- "df"
- ]
- },
- {
- "cell_type": "code",
- "execution_count": null,
- "metadata": {},
- "outputs": [],
- "source": [
- "def getEpWeather(file_path:str) -> pd.DataFrame:\n",
- " \"\"\"\n",
- " Function gets EPW weather data from a file and returns it as a pandas dataframe. \n",
- "\n",
- " Information about epw files: https://bigladdersoftware.com/epx/docs/8-3/auxiliary-programs/energyplus-weather-file-epw-data-dictionary.html#field-dry-bulb-temperature \n",
- " Returns:\n",
- " weather: pandas dataframe with the columns: \n",
- " - DirNormRad\n",
- " - DiffHorRad\n",
- " - DryBulbTemp\n",
- " Index is a timestamp in the yyyy-mm-dd-hh format. \n",
- " \"\"\"\n",
- "\n",
- " # Define the column names as per EPW file documentation\n",
- " col_names = [\"Year\", \"Month\", \"Day\", \"Hour\", \"Minute\", \n",
- " \"Data Source and Uncertainty Flags\", \"Dry Bulb Temperature\", \n",
- " \"Dew Point Temperature\", \"Relative Humidity\", \"Atmospheric Station Pressure\", \n",
- " \"Extraterrestrial Horizontal Radiation\", \"Extraterrestrial Direct Normal Radiation\", \n",
- " \"Horizontal Infrared Radiation Intensity\", \"Global Horizontal Radiation\", \n",
- " \"Direct Normal Radiation\", \"Diffuse Horizontal Radiation\", \n",
- " \"Global Horizontal Illuminance\", \"Direct Normal Illuminance\", \n",
- " \"Diffuse Horizontal Illuminance\", \"Zenith Luminance\", \"Wind Direction\", \n",
- " \"Wind Speed\", \"Total Sky Cover\", \"Opaque Sky Cover\", \"Visibility\", \n",
- " \"Ceiling Height\", \"Present Weather Observation\", \"Present Weather Codes\", \n",
- " \"Precipitable Water\", \"Aerosol Optical Depth\", \"Snow Depth\", \n",
- " \"Days Since Last Snowfall\", \"Albedo\", \"Liquid Precipitation Depth\", \n",
- " \"Liquid Precipitation Quantity\"]\n",
- " \n",
- " # Load the file\n",
- " df = pd.read_csv(file_path, skiprows=8, header=None, names=col_names)\n",
- " \n",
- " # Creating a timestamp column in the required format\n",
- " df['Timestamp'] = pd.to_datetime(df[['Year', 'Month', 'Day', 'Hour']]) - pd.Timedelta(hours=1)\n",
- " \n",
- " # Adjust the minute and second to 00:00, as EPW files do not contain this information\n",
- " #df['Timestamp'] = df['Timestamp'].dt.strftime('%Y-%m-%d-%H-00-00')\n",
- " \n",
- " # Select the required columns\n",
- " df = df[['Timestamp', 'Direct Normal Radiation', 'Diffuse Horizontal Radiation', 'Dry Bulb Temperature', \n",
- " \"Direct Normal Illuminance\", \"Diffuse Horizontal Illuminance\",]]\n",
- " \n",
- " return df\n"
- ]
- },
- {
- "cell_type": "code",
- "execution_count": null,
- "metadata": {},
- "outputs": [
- {
- "data": {
- "text/plain": [
- "1 2015-01-01 01:00:00\n",
- "2 2015-01-01 02:00:00\n",
- "3 2015-01-01 03:00:00\n",
- "4 2015-01-01 04:00:00\n",
- "5 2015-01-01 05:00:00\n",
- " ... \n",
- "8756 2015-12-31 20:00:00\n",
- "8757 2015-12-31 21:00:00\n",
- "8758 2015-12-31 22:00:00\n",
- "8759 2015-12-31 23:00:00\n",
- "8760 2016-01-01 00:00:00\n",
- "Name: Timestamp, Length: 8760, dtype: datetime64[ns]"
- ]
- },
- "execution_count": 51,
- "metadata": {},
- "output_type": "execute_result"
- }
- ],
- "source": [
- "df[\"Timestamp\"]"
- ]
- },
- {
- "cell_type": "code",
- "execution_count": null,
- "metadata": {},
- "outputs": [
- {
- "data": {
- "text/plain": [
- "8760"
- ]
- },
- "execution_count": 53,
- "metadata": {},
- "output_type": "execute_result"
- }
- ],
- "source": [
- "df[\"Timestamp\"].nunique()"
- ]
- },
- {
- "cell_type": "code",
- "execution_count": null,
- "metadata": {},
- "outputs": [],
- "source": [
- "df = getEpWeather(r'C:\\Users\\felix\\Programmieren\\tecdm\\src\\districtgenerator\\data\\weather\\EPW\\DEU_BE_Berlin-Schonefeld.AP.103850_TMYx.2004-2018.epw')"
- ]
- },
- {
- "cell_type": "code",
- "execution_count": null,
- "metadata": {},
- "outputs": [
- {
- "data": {
- "text/html": [
- "\n",
- "\n",
- "
\n",
- " \n",
- " \n",
- " | \n",
- " Timestamp | \n",
- " Direct Normal Radiation | \n",
- " Diffuse Horizontal Radiation | \n",
- " Dry Bulb Temperature | \n",
- " Direct Normal Illuminance | \n",
- " Diffuse Horizontal Illuminance | \n",
- "
\n",
- " \n",
- " \n",
- " \n",
- " | 0 | \n",
- " 2011-01-01 00:00:00 | \n",
- " 0 | \n",
- " 0 | \n",
- " 1.0 | \n",
- " 0 | \n",
- " 0 | \n",
- "
\n",
- " \n",
- " | 1 | \n",
- " 2011-01-01 01:00:00 | \n",
- " 0 | \n",
- " 0 | \n",
- " 1.0 | \n",
- " 0 | \n",
- " 0 | \n",
- "
\n",
- " \n",
- " | 2 | \n",
- " 2011-01-01 02:00:00 | \n",
- " 0 | \n",
- " 0 | \n",
- " 1.0 | \n",
- " 0 | \n",
- " 0 | \n",
- "
\n",
- " \n",
- " | 3 | \n",
- " 2011-01-01 03:00:00 | \n",
- " 0 | \n",
- " 0 | \n",
- " 1.0 | \n",
- " 0 | \n",
- " 0 | \n",
- "
\n",
- " \n",
- " | 4 | \n",
- " 2011-01-01 04:00:00 | \n",
- " 0 | \n",
- " 0 | \n",
- " 2.0 | \n",
- " 0 | \n",
- " 0 | \n",
- "
\n",
- " \n",
- " | ... | \n",
- " ... | \n",
- " ... | \n",
- " ... | \n",
- " ... | \n",
- " ... | \n",
- " ... | \n",
- "
\n",
- " \n",
- " | 8755 | \n",
- " 2013-12-31 19:00:00 | \n",
- " 0 | \n",
- " 0 | \n",
- " 1.0 | \n",
- " 0 | \n",
- " 0 | \n",
- "
\n",
- " \n",
- " | 8756 | \n",
- " 2013-12-31 20:00:00 | \n",
- " 0 | \n",
- " 0 | \n",
- " 0.0 | \n",
- " 0 | \n",
- " 0 | \n",
- "
\n",
- " \n",
- " | 8757 | \n",
- " 2013-12-31 21:00:00 | \n",
- " 0 | \n",
- " 0 | \n",
- " 0.0 | \n",
- " 0 | \n",
- " 0 | \n",
- "
\n",
- " \n",
- " | 8758 | \n",
- " 2013-12-31 22:00:00 | \n",
- " 0 | \n",
- " 0 | \n",
- " 0.0 | \n",
- " 0 | \n",
- " 0 | \n",
- "
\n",
- " \n",
- " | 8759 | \n",
- " 2013-12-31 23:00:00 | \n",
- " 0 | \n",
- " 0 | \n",
- " 0.0 | \n",
- " 0 | \n",
- " 0 | \n",
- "
\n",
- " \n",
- "
\n",
- "
8760 rows × 6 columns
\n",
- "
"
- ],
- "text/plain": [
- " Timestamp Direct Normal Radiation \\\n",
- "0 2011-01-01 00:00:00 0 \n",
- "1 2011-01-01 01:00:00 0 \n",
- "2 2011-01-01 02:00:00 0 \n",
- "3 2011-01-01 03:00:00 0 \n",
- "4 2011-01-01 04:00:00 0 \n",
- "... ... ... \n",
- "8755 2013-12-31 19:00:00 0 \n",
- "8756 2013-12-31 20:00:00 0 \n",
- "8757 2013-12-31 21:00:00 0 \n",
- "8758 2013-12-31 22:00:00 0 \n",
- "8759 2013-12-31 23:00:00 0 \n",
- "\n",
- " Diffuse Horizontal Radiation Dry Bulb Temperature \\\n",
- "0 0 1.0 \n",
- "1 0 1.0 \n",
- "2 0 1.0 \n",
- "3 0 1.0 \n",
- "4 0 2.0 \n",
- "... ... ... \n",
- "8755 0 1.0 \n",
- "8756 0 0.0 \n",
- "8757 0 0.0 \n",
- "8758 0 0.0 \n",
- "8759 0 0.0 \n",
- "\n",
- " Direct Normal Illuminance Diffuse Horizontal Illuminance \n",
- "0 0 0 \n",
- "1 0 0 \n",
- "2 0 0 \n",
- "3 0 0 \n",
- "4 0 0 \n",
- "... ... ... \n",
- "8755 0 0 \n",
- "8756 0 0 \n",
- "8757 0 0 \n",
- "8758 0 0 \n",
- "8759 0 0 \n",
- "\n",
- "[8760 rows x 6 columns]"
- ]
- },
- "execution_count": 56,
- "metadata": {},
- "output_type": "execute_result"
- }
- ],
- "source": [
- "df"
- ]
- },
- {
- "cell_type": "code",
- "execution_count": null,
- "metadata": {},
- "outputs": [
- {
- "ename": "ValueError",
- "evalue": "Column 'oag' does not exist in the table.",
- "output_type": "error",
- "traceback": [
- "\u001b[1;31m---------------------------------------------------------------------------\u001b[0m",
- "\u001b[1;31mValueError\u001b[0m Traceback (most recent call last)",
- "Cell \u001b[1;32mIn[58], line 2\u001b[0m\n\u001b[0;32m 1\u001b[0m \u001b[38;5;28;01mimport\u001b[39;00m \u001b[38;5;21;01mfunctions\u001b[39;00m\u001b[38;5;21;01m.\u001b[39;00m\u001b[38;5;21;01mschedule_reader\u001b[39;00m \u001b[38;5;28;01mas\u001b[39;00m \u001b[38;5;21;01mschedule_reader\u001b[39;00m\n\u001b[1;32m----> 2\u001b[0m \u001b[43mschedule_reader\u001b[49m\u001b[38;5;241;43m.\u001b[39;49m\u001b[43mget_schedule\u001b[49m\u001b[43m(\u001b[49m\u001b[43mbuilding_type\u001b[49m\u001b[38;5;241;43m=\u001b[39;49m\u001b[38;5;124;43m'\u001b[39;49m\u001b[38;5;124;43moag\u001b[39;49m\u001b[38;5;124;43m'\u001b[39;49m\u001b[43m)\u001b[49m\n",
- "File \u001b[1;32mc:\\Users\\felix\\Programmieren\\tecdm\\src\\districtgenerator\\functions\\schedule_reader.py:58\u001b[0m, in \u001b[0;36mget_schedule\u001b[1;34m(building_type)\u001b[0m\n\u001b[0;32m 41\u001b[0m type_assignment \u001b[38;5;241m=\u001b[39m {\n\u001b[0;32m 42\u001b[0m \u001b[38;5;124m\"\u001b[39m\u001b[38;5;124moag\u001b[39m\u001b[38;5;124m\"\u001b[39m: \u001b[38;5;124m\"\u001b[39m\u001b[38;5;124moffice.csv\u001b[39m\u001b[38;5;124m\"\u001b[39m,\n\u001b[0;32m 43\u001b[0m \u001b[38;5;124m\"\u001b[39m\u001b[38;5;124mIWU Research and University Teaching\u001b[39m\u001b[38;5;124m\"\u001b[39m: \u001b[38;5;124m\"\u001b[39m\u001b[38;5;124mHörsaal, Auditorium.csv\u001b[39m\u001b[38;5;124m\"\u001b[39m,\n\u001b[1;32m (...)\u001b[0m\n\u001b[0;32m 54\u001b[0m \u001b[38;5;124m\"\u001b[39m\u001b[38;5;124mIWU Generalized (2) Production buildings\u001b[39m\u001b[38;5;124m\"\u001b[39m: \u001b[38;5;124m\"\u001b[39m\u001b[38;5;124mLagerhalle.csv\u001b[39m\u001b[38;5;124m\"\u001b[39m\n\u001b[0;32m 55\u001b[0m }\n\u001b[0;32m 57\u001b[0m \u001b[38;5;66;03m#schedule_name = type_assignment.get(building_type)\u001b[39;00m\n\u001b[1;32m---> 58\u001b[0m schedule_name \u001b[38;5;241m=\u001b[39m \u001b[43mget_building_type\u001b[49m\u001b[43m(\u001b[49m\u001b[43mterm\u001b[49m\u001b[38;5;241;43m=\u001b[39;49m\u001b[38;5;124;43m'\u001b[39;49m\u001b[38;5;124;43mSIA\u001b[39;49m\u001b[38;5;124;43m'\u001b[39;49m\u001b[43m,\u001b[49m\u001b[43m \u001b[49m\u001b[43mkind\u001b[49m\u001b[38;5;241;43m=\u001b[39;49m\u001b[43mbuilding_type\u001b[49m\u001b[43m)\u001b[49m\n\u001b[0;32m 59\u001b[0m \u001b[38;5;28;01mif\u001b[39;00m schedule_name \u001b[38;5;129;01mis\u001b[39;00m \u001b[38;5;28;01mNone\u001b[39;00m:\n\u001b[0;32m 60\u001b[0m \u001b[38;5;28mprint\u001b[39m(\u001b[38;5;124mf\u001b[39m\u001b[38;5;124m\"\u001b[39m\u001b[38;5;124mNo schedule for building type \u001b[39m\u001b[38;5;132;01m{\u001b[39;00mbuilding_type\u001b[38;5;132;01m}\u001b[39;00m\u001b[38;5;124m\"\u001b[39m)\n",
- "File \u001b[1;32mc:\\Users\\felix\\Programmieren\\tecdm\\src\\districtgenerator\\functions\\schedule_reader.py:18\u001b[0m, in \u001b[0;36mget_building_type\u001b[1;34m(term, kind)\u001b[0m\n\u001b[0;32m 16\u001b[0m \u001b[38;5;66;03m# Check if the kind column exists\u001b[39;00m\n\u001b[0;32m 17\u001b[0m \u001b[38;5;28;01mif\u001b[39;00m kind \u001b[38;5;129;01mnot\u001b[39;00m \u001b[38;5;129;01min\u001b[39;00m df\u001b[38;5;241m.\u001b[39mcolumns:\n\u001b[1;32m---> 18\u001b[0m \u001b[38;5;28;01mraise\u001b[39;00m \u001b[38;5;167;01mValueError\u001b[39;00m(\u001b[38;5;124mf\u001b[39m\u001b[38;5;124m\"\u001b[39m\u001b[38;5;124mColumn \u001b[39m\u001b[38;5;124m'\u001b[39m\u001b[38;5;132;01m{\u001b[39;00mkind\u001b[38;5;132;01m}\u001b[39;00m\u001b[38;5;124m'\u001b[39m\u001b[38;5;124m does not exist in the table.\u001b[39m\u001b[38;5;124m\"\u001b[39m)\n\u001b[0;32m 20\u001b[0m \u001b[38;5;66;03m# Find the row that matches the term in 'districtgenerator'\u001b[39;00m\n\u001b[0;32m 21\u001b[0m match \u001b[38;5;241m=\u001b[39m df[df[\u001b[38;5;124m'\u001b[39m\u001b[38;5;124mdistrictgenerator\u001b[39m\u001b[38;5;124m'\u001b[39m] \u001b[38;5;241m==\u001b[39m term]\n",
- "\u001b[1;31mValueError\u001b[0m: Column 'oag' does not exist in the table."
- ]
- }
- ],
- "source": [
- "import functions.schedule_reader as schedule_reader\n",
- "schedule_reader.get_schedule(building_type='oag')"
- ]
- },
- {
- "cell_type": "code",
- "execution_count": null,
- "metadata": {},
- "outputs": [],
- "source": []
- },
- {
- "cell_type": "code",
- "execution_count": null,
- "metadata": {},
- "outputs": [],
- "source": [
- "import json "
- ]
- },
- {
- "cell_type": "code",
- "execution_count": null,
- "metadata": {},
- "outputs": [
- {
- "ename": "TypeError",
- "evalue": "the JSON object must be str, bytes or bytearray, not TextIOWrapper",
- "output_type": "error",
- "traceback": [
- "\u001b[1;31m---------------------------------------------------------------------------\u001b[0m",
- "\u001b[1;31mTypeError\u001b[0m Traceback (most recent call last)",
- "Cell \u001b[1;32mIn[2], line 2\u001b[0m\n\u001b[0;32m 1\u001b[0m \u001b[38;5;28;01mwith\u001b[39;00m \u001b[38;5;28mopen\u001b[39m(\u001b[38;5;124mr\u001b[39m\u001b[38;5;124m'\u001b[39m\u001b[38;5;124mC:\u001b[39m\u001b[38;5;124m\\\u001b[39m\u001b[38;5;124mUsers\u001b[39m\u001b[38;5;124m\\\u001b[39m\u001b[38;5;124mfelix\u001b[39m\u001b[38;5;124m\\\u001b[39m\u001b[38;5;124mProgrammieren\u001b[39m\u001b[38;5;124m\\\u001b[39m\u001b[38;5;124mtecdm\u001b[39m\u001b[38;5;124m\\\u001b[39m\u001b[38;5;124msrc\u001b[39m\u001b[38;5;124m\\\u001b[39m\u001b[38;5;124mdistrictgenerator\u001b[39m\u001b[38;5;124m\\\u001b[39m\u001b[38;5;124mdata\u001b[39m\u001b[38;5;124m\\\u001b[39m\u001b[38;5;124mnon_residential_envelope\u001b[39m\u001b[38;5;124m\\\u001b[39m\u001b[38;5;124mnon_residential_envelope.json\u001b[39m\u001b[38;5;124m'\u001b[39m) \u001b[38;5;28;01mas\u001b[39;00m f:\n\u001b[1;32m----> 2\u001b[0m data \u001b[38;5;241m=\u001b[39m \u001b[43mjson\u001b[49m\u001b[38;5;241;43m.\u001b[39;49m\u001b[43mloads\u001b[49m\u001b[43m(\u001b[49m\u001b[43mf\u001b[49m\u001b[43m)\u001b[49m\n",
- "File \u001b[1;32mc:\\Users\\felix\\.conda\\envs\\districtgenerator\\Lib\\json\\__init__.py:339\u001b[0m, in \u001b[0;36mloads\u001b[1;34m(s, cls, object_hook, parse_float, parse_int, parse_constant, object_pairs_hook, **kw)\u001b[0m\n\u001b[0;32m 337\u001b[0m \u001b[38;5;28;01melse\u001b[39;00m:\n\u001b[0;32m 338\u001b[0m \u001b[38;5;28;01mif\u001b[39;00m \u001b[38;5;129;01mnot\u001b[39;00m \u001b[38;5;28misinstance\u001b[39m(s, (\u001b[38;5;28mbytes\u001b[39m, \u001b[38;5;28mbytearray\u001b[39m)):\n\u001b[1;32m--> 339\u001b[0m \u001b[38;5;28;01mraise\u001b[39;00m \u001b[38;5;167;01mTypeError\u001b[39;00m(\u001b[38;5;124mf\u001b[39m\u001b[38;5;124m'\u001b[39m\u001b[38;5;124mthe JSON object must be str, bytes or bytearray, \u001b[39m\u001b[38;5;124m'\u001b[39m\n\u001b[0;32m 340\u001b[0m \u001b[38;5;124mf\u001b[39m\u001b[38;5;124m'\u001b[39m\u001b[38;5;124mnot \u001b[39m\u001b[38;5;132;01m{\u001b[39;00ms\u001b[38;5;241m.\u001b[39m\u001b[38;5;18m__class__\u001b[39m\u001b[38;5;241m.\u001b[39m\u001b[38;5;18m__name__\u001b[39m\u001b[38;5;132;01m}\u001b[39;00m\u001b[38;5;124m'\u001b[39m)\n\u001b[0;32m 341\u001b[0m s \u001b[38;5;241m=\u001b[39m s\u001b[38;5;241m.\u001b[39mdecode(detect_encoding(s), \u001b[38;5;124m'\u001b[39m\u001b[38;5;124msurrogatepass\u001b[39m\u001b[38;5;124m'\u001b[39m)\n\u001b[0;32m 343\u001b[0m \u001b[38;5;28;01mif\u001b[39;00m (\u001b[38;5;28mcls\u001b[39m \u001b[38;5;129;01mis\u001b[39;00m \u001b[38;5;28;01mNone\u001b[39;00m \u001b[38;5;129;01mand\u001b[39;00m object_hook \u001b[38;5;129;01mis\u001b[39;00m \u001b[38;5;28;01mNone\u001b[39;00m \u001b[38;5;129;01mand\u001b[39;00m\n\u001b[0;32m 344\u001b[0m parse_int \u001b[38;5;129;01mis\u001b[39;00m \u001b[38;5;28;01mNone\u001b[39;00m \u001b[38;5;129;01mand\u001b[39;00m parse_float \u001b[38;5;129;01mis\u001b[39;00m \u001b[38;5;28;01mNone\u001b[39;00m \u001b[38;5;129;01mand\u001b[39;00m\n\u001b[0;32m 345\u001b[0m parse_constant \u001b[38;5;129;01mis\u001b[39;00m \u001b[38;5;28;01mNone\u001b[39;00m \u001b[38;5;129;01mand\u001b[39;00m object_pairs_hook \u001b[38;5;129;01mis\u001b[39;00m \u001b[38;5;28;01mNone\u001b[39;00m \u001b[38;5;129;01mand\u001b[39;00m \u001b[38;5;129;01mnot\u001b[39;00m kw):\n",
- "\u001b[1;31mTypeError\u001b[0m: the JSON object must be str, bytes or bytearray, not TextIOWrapper"
- ]
- }
- ],
- "source": [
- "with open(r'C:\\Users\\felix\\Programmieren\\tecdm\\src\\districtgenerator\\data\\non_residential_envelope\\non_residential_envelope.json') as f:\n",
- " data = json.loads(f)"
- ]
- },
- {
- "cell_type": "code",
- "execution_count": null,
- "metadata": {},
- "outputs": [
- {
- "ename": "JSONDecodeError",
- "evalue": "Expecting value: line 1 column 1 (char 0)",
- "output_type": "error",
- "traceback": [
- "\u001b[1;31m---------------------------------------------------------------------------\u001b[0m",
- "\u001b[1;31mJSONDecodeError\u001b[0m Traceback (most recent call last)",
- "Cell \u001b[1;32mIn[3], line 1\u001b[0m\n\u001b[1;32m----> 1\u001b[0m data \u001b[38;5;241m=\u001b[39m \u001b[43mjson\u001b[49m\u001b[38;5;241;43m.\u001b[39;49m\u001b[43mloads\u001b[49m\u001b[43m(\u001b[49m\u001b[38;5;124;43mr\u001b[39;49m\u001b[38;5;124;43m'\u001b[39;49m\u001b[38;5;124;43mC:\u001b[39;49m\u001b[38;5;124;43m\\\u001b[39;49m\u001b[38;5;124;43mUsers\u001b[39;49m\u001b[38;5;124;43m\\\u001b[39;49m\u001b[38;5;124;43mfelix\u001b[39;49m\u001b[38;5;124;43m\\\u001b[39;49m\u001b[38;5;124;43mProgrammieren\u001b[39;49m\u001b[38;5;124;43m\\\u001b[39;49m\u001b[38;5;124;43mtecdm\u001b[39;49m\u001b[38;5;124;43m\\\u001b[39;49m\u001b[38;5;124;43msrc\u001b[39;49m\u001b[38;5;124;43m\\\u001b[39;49m\u001b[38;5;124;43mdistrictgenerator\u001b[39;49m\u001b[38;5;124;43m\\\u001b[39;49m\u001b[38;5;124;43mdata\u001b[39;49m\u001b[38;5;124;43m\\\u001b[39;49m\u001b[38;5;124;43mnon_residential_envelope\u001b[39;49m\u001b[38;5;124;43m\\\u001b[39;49m\u001b[38;5;124;43mnon_residential_envelope.json\u001b[39;49m\u001b[38;5;124;43m'\u001b[39;49m\u001b[43m)\u001b[49m\n",
- "File \u001b[1;32mc:\\Users\\felix\\.conda\\envs\\districtgenerator\\Lib\\json\\__init__.py:346\u001b[0m, in \u001b[0;36mloads\u001b[1;34m(s, cls, object_hook, parse_float, parse_int, parse_constant, object_pairs_hook, **kw)\u001b[0m\n\u001b[0;32m 341\u001b[0m s \u001b[38;5;241m=\u001b[39m s\u001b[38;5;241m.\u001b[39mdecode(detect_encoding(s), \u001b[38;5;124m'\u001b[39m\u001b[38;5;124msurrogatepass\u001b[39m\u001b[38;5;124m'\u001b[39m)\n\u001b[0;32m 343\u001b[0m \u001b[38;5;28;01mif\u001b[39;00m (\u001b[38;5;28mcls\u001b[39m \u001b[38;5;129;01mis\u001b[39;00m \u001b[38;5;28;01mNone\u001b[39;00m \u001b[38;5;129;01mand\u001b[39;00m object_hook \u001b[38;5;129;01mis\u001b[39;00m \u001b[38;5;28;01mNone\u001b[39;00m \u001b[38;5;129;01mand\u001b[39;00m\n\u001b[0;32m 344\u001b[0m parse_int \u001b[38;5;129;01mis\u001b[39;00m \u001b[38;5;28;01mNone\u001b[39;00m \u001b[38;5;129;01mand\u001b[39;00m parse_float \u001b[38;5;129;01mis\u001b[39;00m \u001b[38;5;28;01mNone\u001b[39;00m \u001b[38;5;129;01mand\u001b[39;00m\n\u001b[0;32m 345\u001b[0m parse_constant \u001b[38;5;129;01mis\u001b[39;00m \u001b[38;5;28;01mNone\u001b[39;00m \u001b[38;5;129;01mand\u001b[39;00m object_pairs_hook \u001b[38;5;129;01mis\u001b[39;00m \u001b[38;5;28;01mNone\u001b[39;00m \u001b[38;5;129;01mand\u001b[39;00m \u001b[38;5;129;01mnot\u001b[39;00m kw):\n\u001b[1;32m--> 346\u001b[0m \u001b[38;5;28;01mreturn\u001b[39;00m \u001b[43m_default_decoder\u001b[49m\u001b[38;5;241;43m.\u001b[39;49m\u001b[43mdecode\u001b[49m\u001b[43m(\u001b[49m\u001b[43ms\u001b[49m\u001b[43m)\u001b[49m\n\u001b[0;32m 347\u001b[0m \u001b[38;5;28;01mif\u001b[39;00m \u001b[38;5;28mcls\u001b[39m \u001b[38;5;129;01mis\u001b[39;00m \u001b[38;5;28;01mNone\u001b[39;00m:\n\u001b[0;32m 348\u001b[0m \u001b[38;5;28mcls\u001b[39m \u001b[38;5;241m=\u001b[39m JSONDecoder\n",
- "File \u001b[1;32mc:\\Users\\felix\\.conda\\envs\\districtgenerator\\Lib\\json\\decoder.py:337\u001b[0m, in \u001b[0;36mJSONDecoder.decode\u001b[1;34m(self, s, _w)\u001b[0m\n\u001b[0;32m 332\u001b[0m \u001b[38;5;28;01mdef\u001b[39;00m \u001b[38;5;21mdecode\u001b[39m(\u001b[38;5;28mself\u001b[39m, s, _w\u001b[38;5;241m=\u001b[39mWHITESPACE\u001b[38;5;241m.\u001b[39mmatch):\n\u001b[0;32m 333\u001b[0m \u001b[38;5;250m \u001b[39m\u001b[38;5;124;03m\"\"\"Return the Python representation of ``s`` (a ``str`` instance\u001b[39;00m\n\u001b[0;32m 334\u001b[0m \u001b[38;5;124;03m containing a JSON document).\u001b[39;00m\n\u001b[0;32m 335\u001b[0m \n\u001b[0;32m 336\u001b[0m \u001b[38;5;124;03m \"\"\"\u001b[39;00m\n\u001b[1;32m--> 337\u001b[0m obj, end \u001b[38;5;241m=\u001b[39m \u001b[38;5;28;43mself\u001b[39;49m\u001b[38;5;241;43m.\u001b[39;49m\u001b[43mraw_decode\u001b[49m\u001b[43m(\u001b[49m\u001b[43ms\u001b[49m\u001b[43m,\u001b[49m\u001b[43m \u001b[49m\u001b[43midx\u001b[49m\u001b[38;5;241;43m=\u001b[39;49m\u001b[43m_w\u001b[49m\u001b[43m(\u001b[49m\u001b[43ms\u001b[49m\u001b[43m,\u001b[49m\u001b[43m \u001b[49m\u001b[38;5;241;43m0\u001b[39;49m\u001b[43m)\u001b[49m\u001b[38;5;241;43m.\u001b[39;49m\u001b[43mend\u001b[49m\u001b[43m(\u001b[49m\u001b[43m)\u001b[49m\u001b[43m)\u001b[49m\n\u001b[0;32m 338\u001b[0m end \u001b[38;5;241m=\u001b[39m _w(s, end)\u001b[38;5;241m.\u001b[39mend()\n\u001b[0;32m 339\u001b[0m \u001b[38;5;28;01mif\u001b[39;00m end \u001b[38;5;241m!=\u001b[39m \u001b[38;5;28mlen\u001b[39m(s):\n",
- "File \u001b[1;32mc:\\Users\\felix\\.conda\\envs\\districtgenerator\\Lib\\json\\decoder.py:355\u001b[0m, in \u001b[0;36mJSONDecoder.raw_decode\u001b[1;34m(self, s, idx)\u001b[0m\n\u001b[0;32m 353\u001b[0m obj, end \u001b[38;5;241m=\u001b[39m \u001b[38;5;28mself\u001b[39m\u001b[38;5;241m.\u001b[39mscan_once(s, idx)\n\u001b[0;32m 354\u001b[0m \u001b[38;5;28;01mexcept\u001b[39;00m \u001b[38;5;167;01mStopIteration\u001b[39;00m \u001b[38;5;28;01mas\u001b[39;00m err:\n\u001b[1;32m--> 355\u001b[0m \u001b[38;5;28;01mraise\u001b[39;00m JSONDecodeError(\u001b[38;5;124m\"\u001b[39m\u001b[38;5;124mExpecting value\u001b[39m\u001b[38;5;124m\"\u001b[39m, s, err\u001b[38;5;241m.\u001b[39mvalue) \u001b[38;5;28;01mfrom\u001b[39;00m \u001b[38;5;28;01mNone\u001b[39;00m\n\u001b[0;32m 356\u001b[0m \u001b[38;5;28;01mreturn\u001b[39;00m obj, end\n",
- "\u001b[1;31mJSONDecodeError\u001b[0m: Expecting value: line 1 column 1 (char 0)"
- ]
- }
- ],
- "source": [
- "data = json.loads(r'C:\\Users\\felix\\Programmieren\\tecdm\\src\\districtgenerator\\data\\non_residential_envelope\\non_residential_envelope.json')"
- ]
- },
- {
- "cell_type": "code",
- "execution_count": null,
- "metadata": {},
- "outputs": [],
- "source": [
- "with open(r'C:\\Users\\felix\\Programmieren\\tecdm\\src\\districtgenerator\\data\\non_residential_envelope\\non_residential_envelope.json', 'r', encoding='utf-8') as file:\n",
- " data = json.load(file)"
- ]
- },
- {
- "cell_type": "code",
- "execution_count": null,
- "metadata": {},
- "outputs": [
- {
- "data": {
- "text/plain": [
- "{'oag': {'building_age_group': {'1860 - 1978': {'u_aw': 1.29,\n",
- " 'u_fen': 2.68,\n",
- " 'u_d_opak': 0.44,\n",
- " 'u_d_transp': 1.53,\n",
- " 'u_ug': 1.07,\n",
- " 'u_geb': 1.16,\n",
- " 'wwr_north': 0.3,\n",
- " 'wwr_south': 0.3,\n",
- " 'wwr_east': 0.3,\n",
- " 'wwr_west': 0.3},\n",
- " '1979 - 2009': {'u_aw': 0.48,\n",
- " 'u_fen': 1.89,\n",
- " 'u_d_opak': 0.24,\n",
- " 'u_d_transp': 2.14,\n",
- " 'u_ug': 0.27,\n",
- " 'u_geb': 0.6,\n",
- " 'wwr_north': 0.39,\n",
- " 'wwr_south': 0.39,\n",
- " 'wwr_east': 0.39,\n",
- " 'wwr_west': 0.39},\n",
- " '2010 - 2030': {'u_aw': 0.19,\n",
- " 'u_fen': 1.08,\n",
- " 'u_d_opak': 0.14,\n",
- " 'u_d_transp': 1.3,\n",
- " 'u_ug': 0.21,\n",
- " 'u_geb': 0.3,\n",
- " 'wwr_north': 0.37,\n",
- " 'wwr_south': 0.37,\n",
- " 'wwr_east': 0.37,\n",
- " 'wwr_west': 0.37}}},\n",
- " 'IWU Research and University Teaching': {'building_age_group': {'1860 - 1978': {'u_aw': 1.28,\n",
- " 'u_fen': 3.1,\n",
- " 'u_d_opak': 0.4,\n",
- " 'u_d_transp': 2.19,\n",
- " 'u_ug': 0.82,\n",
- " 'u_geb': 1.44,\n",
- " 'wwr_north': 0.37,\n",
- " 'wwr_south': 0.37,\n",
- " 'wwr_east': 0.37,\n",
- " 'wwr_west': 0.37},\n",
- " '1979 - 2009': {'u_aw': 0.29,\n",
- " 'u_fen': 1.74,\n",
- " 'u_d_opak': 0.13,\n",
- " 'u_d_transp': 0.62,\n",
- " 'u_ug': 0.53,\n",
- " 'u_geb': 0.58,\n",
- " 'wwr_north': 0.4,\n",
- " 'wwr_south': 0.4,\n",
- " 'wwr_east': 0.4,\n",
- " 'wwr_west': 0.4},\n",
- " '2010 - 2030': {'u_aw': 0.2,\n",
- " 'u_fen': 1.24,\n",
- " 'u_d_opak': 0.14,\n",
- " 'u_d_transp': 0.0,\n",
- " 'u_ug': 0.23,\n",
- " 'u_geb': 0.25,\n",
- " 'wwr_north': 0.46,\n",
- " 'wwr_south': 0.46,\n",
- " 'wwr_east': 0.46,\n",
- " 'wwr_west': 0.46}}},\n",
- " 'IWU Health and Care': {'building_age_group': {'1860 - 1978': {'u_aw': 0.95,\n",
- " 'u_fen': 2.72,\n",
- " 'u_d_opak': 0.31,\n",
- " 'u_d_transp': 0.76,\n",
- " 'u_ug': 0.7,\n",
- " 'u_geb': 1.31,\n",
- " 'wwr_north': 0.27,\n",
- " 'wwr_south': 0.27,\n",
- " 'wwr_east': 0.27,\n",
- " 'wwr_west': 0.27},\n",
- " '1979 - 2009': {'u_aw': 0.44,\n",
- " 'u_fen': 2.24,\n",
- " 'u_d_opak': 0.23,\n",
- " 'u_d_transp': 2.07,\n",
- " 'u_ug': 0.25,\n",
- " 'u_geb': 0.59,\n",
- " 'wwr_north': 0.34,\n",
- " 'wwr_south': 0.34,\n",
- " 'wwr_east': 0.34,\n",
- " 'wwr_west': 0.34},\n",
- " '2010 - 2030': {'u_aw': 0.21,\n",
- " 'u_fen': 1.25,\n",
- " 'u_d_opak': 0.09,\n",
- " 'u_d_transp': 0.0,\n",
- " 'u_ug': 0.14,\n",
- " 'u_geb': 0.31,\n",
- " 'wwr_north': 0.47,\n",
- " 'wwr_south': 0.47,\n",
- " 'wwr_east': 0.47,\n",
- " 'wwr_west': 0.47}}},\n",
- " 'IWU School, Day Nursery and other Care': {'building_age_group': {'1860 - 1978': {'u_aw': 1.09,\n",
- " 'u_fen': 2.22,\n",
- " 'u_d_opak': 0.44,\n",
- " 'u_d_transp': 3.17,\n",
- " 'u_ug': 0.79,\n",
- " 'u_geb': 1.12,\n",
- " 'wwr_north': 0.4,\n",
- " 'wwr_south': 0.4,\n",
- " 'wwr_east': 0.4,\n",
- " 'wwr_west': 0.4},\n",
- " '1979 - 2009': {'u_aw': 0.51,\n",
- " 'u_fen': 2.05,\n",
- " 'u_d_opak': 0.25,\n",
- " 'u_d_transp': 1.64,\n",
- " 'u_ug': 0.44,\n",
- " 'u_geb': 0.7,\n",
- " 'wwr_north': 0.43,\n",
- " 'wwr_south': 0.43,\n",
- " 'wwr_east': 0.43,\n",
- " 'wwr_west': 0.43},\n",
- " '2010 - 2030': {'u_aw': 0.23,\n",
- " 'u_fen': 1.17,\n",
- " 'u_d_opak': 0.14,\n",
- " 'u_d_transp': 1.27,\n",
- " 'u_ug': 0.18,\n",
- " 'u_geb': 0.33,\n",
- " 'wwr_north': 0.36,\n",
- " 'wwr_south': 0.36,\n",
- " 'wwr_east': 0.36,\n",
- " 'wwr_west': 0.36}}},\n",
- " 'IWU Culture and Leisure': {'building_age_group': {'1860 - 1978': {'u_aw': 1.39,\n",
- " 'u_fen': 2.56,\n",
- " 'u_d_opak': 0.75,\n",
- " 'u_d_transp': 2.68,\n",
- " 'u_ug': 0.99,\n",
- " 'u_geb': 1.16,\n",
- " 'wwr_north': 0.3,\n",
- " 'wwr_south': 0.3,\n",
- " 'wwr_east': 0.3,\n",
- " 'wwr_west': 0.3},\n",
- " '1979 - 2009': {'u_aw': 0.53,\n",
- " 'u_fen': 2.04,\n",
- " 'u_d_opak': 0.33,\n",
- " 'u_d_transp': 1.94,\n",
- " 'u_ug': 0.44,\n",
- " 'u_geb': 0.52,\n",
- " 'wwr_north': 0.29,\n",
- " 'wwr_south': 0.29,\n",
- " 'wwr_east': 0.29,\n",
- " 'wwr_west': 0.29},\n",
- " '2010 - 2030': {'u_aw': 0.51,\n",
- " 'u_fen': 0.96,\n",
- " 'u_d_opak': 0.33,\n",
- " 'u_d_transp': 0.9,\n",
- " 'u_ug': 0.54,\n",
- " 'u_geb': 0.3,\n",
- " 'wwr_north': 0.51,\n",
- " 'wwr_south': 0.51,\n",
- " 'wwr_east': 0.51,\n",
- " 'wwr_west': 0.51}}},\n",
- " 'IWU Sports Facilities': {'building_age_group': {'1860 - 1978': {'u_aw': 1.35,\n",
- " 'u_fen': 3.09,\n",
- " 'u_d_opak': 0.4,\n",
- " 'u_d_transp': 1.3,\n",
- " 'u_ug': 0.57,\n",
- " 'u_geb': 1.06,\n",
- " 'wwr_north': 0.59,\n",
- " 'wwr_south': 0.59,\n",
- " 'wwr_east': 0.59,\n",
- " 'wwr_west': 0.59},\n",
- " '1979 - 2009': {'u_aw': 0.55,\n",
- " 'u_fen': 2.56,\n",
- " 'u_d_opak': 0.34,\n",
- " 'u_d_transp': 1.05,\n",
- " 'u_ug': 0.57,\n",
- " 'u_geb': 0.66,\n",
- " 'wwr_north': 0.27,\n",
- " 'wwr_south': 0.27,\n",
- " 'wwr_east': 0.27,\n",
- " 'wwr_west': 0.27},\n",
- " '2010 - 2030': {'u_aw': 0.27,\n",
- " 'u_fen': 1.07,\n",
- " 'u_d_opak': 0.15,\n",
- " 'u_d_transp': 1.3,\n",
- " 'u_ug': 0.99,\n",
- " 'u_geb': 0.39,\n",
- " 'wwr_north': 0.13,\n",
- " 'wwr_south': 0.13,\n",
- " 'wwr_east': 0.13,\n",
- " 'wwr_west': 0.13}}},\n",
- " 'IWU Hotels, Boarding, Restaurants or Catering': {'building_age_group': {'1860 - 1978': {'u_aw': 1.2,\n",
- " 'u_fen': 2.76,\n",
- " 'u_d_opak': 0.8,\n",
- " 'u_d_transp': 2.3,\n",
- " 'u_ug': 0.83,\n",
- " 'u_geb': 1.24,\n",
- " 'wwr_north': 0.3,\n",
- " 'wwr_south': 0.3,\n",
- " 'wwr_east': 0.3,\n",
- " 'wwr_west': 0.3},\n",
- " '1979 - 2009': {'u_aw': 0.47,\n",
- " 'u_fen': 2.07,\n",
- " 'u_d_opak': 0.29,\n",
- " 'u_d_transp': 2.78,\n",
- " 'u_ug': 0.37,\n",
- " 'u_geb': 0.79,\n",
- " 'wwr_north': 0.33,\n",
- " 'wwr_south': 0.33,\n",
- " 'wwr_east': 0.33,\n",
- " 'wwr_west': 0.33},\n",
- " '2010 - 2030': {'u_aw': 0.32,\n",
- " 'u_fen': 1.24,\n",
- " 'u_d_opak': 0.18,\n",
- " 'u_d_transp': 0.0,\n",
- " 'u_ug': 0.26,\n",
- " 'u_geb': 0.38,\n",
- " 'wwr_north': 0.32,\n",
- " 'wwr_south': 0.32,\n",
- " 'wwr_east': 0.32,\n",
- " 'wwr_west': 0.32}}},\n",
- " 'IWU Production, Workshop, Warehouse or Operations': {'building_age_group': {'1860 - 1978': {'u_aw': 1.03,\n",
- " 'u_fen': 2.99,\n",
- " 'u_d_opak': 0.53,\n",
- " 'u_d_transp': 3.84,\n",
- " 'u_ug': 1.01,\n",
- " 'u_geb': 1.12,\n",
- " 'wwr_north': 0.26,\n",
- " 'wwr_south': 0.26,\n",
- " 'wwr_east': 0.26,\n",
- " 'wwr_west': 0.26},\n",
- " '1979 - 2009': {'u_aw': 0.51,\n",
- " 'u_fen': 2.17,\n",
- " 'u_d_opak': 0.24,\n",
- " 'u_d_transp': 2.05,\n",
- " 'u_ug': 0.41,\n",
- " 'u_geb': 0.54,\n",
- " 'wwr_north': 0.21,\n",
- " 'wwr_south': 0.21,\n",
- " 'wwr_east': 0.21,\n",
- " 'wwr_west': 0.21},\n",
- " '2010 - 2030': {'u_aw': 0.24,\n",
- " 'u_fen': 1.2,\n",
- " 'u_d_opak': 0.11,\n",
- " 'u_d_transp': 1.07,\n",
- " 'u_ug': 0.22,\n",
- " 'u_geb': 0.28,\n",
- " 'wwr_north': 0.19,\n",
- " 'wwr_south': 0.19,\n",
- " 'wwr_east': 0.19,\n",
- " 'wwr_west': 0.19}}},\n",
- " 'IWU Trade Buildings': {'building_age_group': {'1860 - 1978': {'u_aw': 0.55,\n",
- " 'u_fen': 3.03,\n",
- " 'u_d_opak': 0.22,\n",
- " 'u_d_transp': 0.07,\n",
- " 'u_ug': 0.37,\n",
- " 'u_geb': 1.32,\n",
- " 'wwr_north': 0.2,\n",
- " 'wwr_south': 0.2,\n",
- " 'wwr_east': 0.2,\n",
- " 'wwr_west': 0.2},\n",
- " '1979 - 2009': {'u_aw': 0.4,\n",
- " 'u_fen': 2.1,\n",
- " 'u_d_opak': 0.31,\n",
- " 'u_d_transp': 2.35,\n",
- " 'u_ug': 0.5,\n",
- " 'u_geb': 0.5,\n",
- " 'wwr_north': 0.23,\n",
- " 'wwr_south': 0.23,\n",
- " 'wwr_east': 0.23,\n",
- " 'wwr_west': 0.23},\n",
- " '2010 - 2030': {'u_aw': 0.25,\n",
- " 'u_fen': 1.05,\n",
- " 'u_d_opak': 0.16,\n",
- " 'u_d_transp': 0.9,\n",
- " 'u_ug': 0.12,\n",
- " 'u_geb': 0.33,\n",
- " 'wwr_north': 0.4,\n",
- " 'wwr_south': 0.4,\n",
- " 'wwr_east': 0.4,\n",
- " 'wwr_west': 0.4}}},\n",
- " 'IWU Technical and Utility (supply and disposal)': {'building_age_group': {'1860 - 1978': {'u_aw': 1.98,\n",
- " 'u_fen': 4.2,\n",
- " 'u_d_opak': 0.99,\n",
- " 'u_d_transp': 0.0,\n",
- " 'u_ug': 1.51,\n",
- " 'u_geb': 1.3,\n",
- " 'wwr_north': 0.23,\n",
- " 'wwr_south': 0.23,\n",
- " 'wwr_east': 0.23,\n",
- " 'wwr_west': 0.23},\n",
- " '1979 - 2009': {'u_aw': 0.47,\n",
- " 'u_fen': 2.02,\n",
- " 'u_d_opak': 0.22,\n",
- " 'u_d_transp': 0.0,\n",
- " 'u_ug': 0.37,\n",
- " 'u_geb': 0.55,\n",
- " 'wwr_north': 0.12,\n",
- " 'wwr_south': 0.12,\n",
- " 'wwr_east': 0.12,\n",
- " 'wwr_west': 0.12},\n",
- " '2010 - 2030': {'u_aw': 0.16,\n",
- " 'u_fen': 1.3,\n",
- " 'u_d_opak': 0.15,\n",
- " 'u_d_transp': 0.0,\n",
- " 'u_ug': 0.24,\n",
- " 'u_geb': 0.24,\n",
- " 'wwr_north': 0.0,\n",
- " 'wwr_south': 0.0,\n",
- " 'wwr_east': 0.0,\n",
- " 'wwr_west': 0.0}}},\n",
- " 'IWU Transport': {'building_age_group': {'1860 - 1978': {'u_aw': 1.78,\n",
- " 'u_fen': 5.0,\n",
- " 'u_d_opak': 1.41,\n",
- " 'u_d_transp': 5.0,\n",
- " 'u_ug': 0.98,\n",
- " 'u_geb': 1.43,\n",
- " 'wwr_north': 0.42,\n",
- " 'wwr_south': 0.42,\n",
- " 'wwr_east': 0.42,\n",
- " 'wwr_west': 0.42},\n",
- " '1979 - 2009': {'u_aw': 0.63,\n",
- " 'u_fen': 0.41,\n",
- " 'u_d_opak': 0.41,\n",
- " 'u_d_transp': 0.0,\n",
- " 'u_ug': 0.61,\n",
- " 'u_geb': 0.68,\n",
- " 'wwr_north': 0.06,\n",
- " 'wwr_south': 0.06,\n",
- " 'wwr_east': 0.06,\n",
- " 'wwr_west': 0.06},\n",
- " '2010 - 2030': {'u_aw': 0.16,\n",
- " 'u_fen': 1.3,\n",
- " 'u_d_opak': 0.15,\n",
- " 'u_d_transp': 0.0,\n",
- " 'u_ug': 0.24,\n",
- " 'u_geb': 0.22,\n",
- " 'wwr_north': 0.0,\n",
- " 'wwr_south': 0.0,\n",
- " 'wwr_east': 0.0,\n",
- " 'wwr_west': 0.0}}},\n",
- " 'IWU Generalized (1) Services building, Includes categories (1) to (7) and (9)': {'building_age_group': {'1860 - 1978': {'u_aw': 1.11,\n",
- " 'u_fen': 2.8,\n",
- " 'u_d_opak': 0.45,\n",
- " 'u_d_transp': 0.66,\n",
- " 'u_ug': 0.64,\n",
- " 'u_geb': 1.2,\n",
- " 'wwr_north': 0.34,\n",
- " 'wwr_south': 0.34,\n",
- " 'wwr_east': 0.34,\n",
- " 'wwr_west': 0.34},\n",
- " '1979 - 2009': {'u_aw': 0.48,\n",
- " 'u_fen': 2.1,\n",
- " 'u_d_opak': 0.27,\n",
- " 'u_d_transp': 2.03,\n",
- " 'u_ug': 0.41,\n",
- " 'u_geb': 0.62,\n",
- " 'wwr_north': 0.34,\n",
- " 'wwr_south': 0.34,\n",
- " 'wwr_east': 0.34,\n",
- " 'wwr_west': 0.34},\n",
- " '2010 - 2030': {'u_aw': 0.25,\n",
- " 'u_fen': 1.12,\n",
- " 'u_d_opak': 0.13,\n",
- " 'u_d_transp': 1.13,\n",
- " 'u_ug': 0.2,\n",
- " 'u_geb': 0.31,\n",
- " 'wwr_north': 0.38,\n",
- " 'wwr_south': 0.38,\n",
- " 'wwr_east': 0.38,\n",
- " 'wwr_west': 0.38}}},\n",
- " 'IWU Generalized (2) Production buildings and similar, Includes cat. (8), (10), (11)': {'building_age_group': {'1860 - 1978': {'u_aw': 1.78,\n",
- " 'u_fen': 5.0,\n",
- " 'u_d_opak': 1.41,\n",
- " 'u_d_transp': 5.0,\n",
- " 'u_ug': 0.98,\n",
- " 'u_geb': 1.43,\n",
- " 'wwr_north': 0.26,\n",
- " 'wwr_south': 0.26,\n",
- " 'wwr_east': 0.26,\n",
- " 'wwr_west': 0.26},\n",
- " '1979 - 2009': {'u_aw': 0.63,\n",
- " 'u_fen': 0.41,\n",
- " 'u_d_opak': 0.41,\n",
- " 'u_d_transp': 0.0,\n",
- " 'u_ug': 0.61,\n",
- " 'u_geb': 0.68,\n",
- " 'wwr_north': 0.2,\n",
- " 'wwr_south': 0.2,\n",
- " 'wwr_east': 0.2,\n",
- " 'wwr_west': 0.2},\n",
- " '2010 - 2030': {'u_aw': 0.24,\n",
- " 'u_fen': 1.2,\n",
- " 'u_d_opak': 0.11,\n",
- " 'u_d_transp': 1.07,\n",
- " 'u_ug': 0.22,\n",
- " 'u_geb': 0.28,\n",
- " 'wwr_north': 0.19,\n",
- " 'wwr_south': 0.19,\n",
- " 'wwr_east': 0.19,\n",
- " 'wwr_west': 0.19}}}}"
- ]
- },
- "execution_count": 5,
- "metadata": {},
- "output_type": "execute_result"
- }
- ],
- "source": [
- "data"
- ]
- },
- {
- "cell_type": "code",
- "execution_count": null,
- "metadata": {},
- "outputs": [],
- "source": [
- "# Values to add based on year range\n",
- "values_to_add = {\n",
- " '1860 - 1978': 0.78,\n",
- " '1979 - 2009': 0.78, # Placeholder value\n",
- " '2010 - 2030': 0.67 # Placeholder value\n",
- "}\n",
- "\n",
- "# Loop through each key in the dictionary\n",
- "for key in data:\n",
- " # Check if 'building_age_group' is present\n",
- " if 'building_age_group' in data[key]:\n",
- " # Loop through the building_age_group and add the appropriate new value\n",
- " for year_range, properties in data[key]['building_age_group'].items():\n",
- " properties['g_gl_fen'] = values_to_add.get(year_range, 0.0) # Default value if year_range not found\n"
- ]
- },
- {
- "cell_type": "code",
- "execution_count": null,
- "metadata": {},
- "outputs": [],
- "source": []
- },
- {
- "cell_type": "code",
- "execution_count": null,
- "metadata": {},
- "outputs": [
- {
- "ename": "TypeError",
- "evalue": "JSONEncoder.__init__() got an unexpected keyword argument 'fp'",
- "output_type": "error",
- "traceback": [
- "\u001b[1;31m---------------------------------------------------------------------------\u001b[0m",
- "\u001b[1;31mTypeError\u001b[0m Traceback (most recent call last)",
- "Cell \u001b[1;32mIn[9], line 1\u001b[0m\n\u001b[1;32m----> 1\u001b[0m \u001b[43mjson\u001b[49m\u001b[38;5;241;43m.\u001b[39;49m\u001b[43mdumps\u001b[49m\u001b[43m(\u001b[49m\u001b[43m \u001b[49m\u001b[43mdata\u001b[49m\u001b[43m,\u001b[49m\u001b[43m \u001b[49m\u001b[43mfp\u001b[49m\u001b[38;5;241;43m=\u001b[39;49m\u001b[38;5;124;43mr\u001b[39;49m\u001b[38;5;124;43m'\u001b[39;49m\u001b[38;5;124;43mC:\u001b[39;49m\u001b[38;5;124;43m\\\u001b[39;49m\u001b[38;5;124;43mUsers\u001b[39;49m\u001b[38;5;124;43m\\\u001b[39;49m\u001b[38;5;124;43mfelix\u001b[39;49m\u001b[38;5;124;43m\\\u001b[39;49m\u001b[38;5;124;43mProgrammieren\u001b[39;49m\u001b[38;5;124;43m\\\u001b[39;49m\u001b[38;5;124;43mtecdm\u001b[39;49m\u001b[38;5;124;43m\\\u001b[39;49m\u001b[38;5;124;43msrc\u001b[39;49m\u001b[38;5;124;43m\\\u001b[39;49m\u001b[38;5;124;43mdistrictgenerator\u001b[39;49m\u001b[38;5;124;43m\\\u001b[39;49m\u001b[38;5;124;43mdata\u001b[39;49m\u001b[38;5;124;43m\\\u001b[39;49m\u001b[38;5;124;43mnon_residential_envelope\u001b[39;49m\u001b[38;5;124;43m\\\u001b[39;49m\u001b[38;5;124;43mnon_residential_envelope.json\u001b[39;49m\u001b[38;5;124;43m'\u001b[39;49m\u001b[43m)\u001b[49m\n",
- "File \u001b[1;32mc:\\Users\\felix\\.conda\\envs\\districtgenerator\\Lib\\json\\__init__.py:234\u001b[0m, in \u001b[0;36mdumps\u001b[1;34m(obj, skipkeys, ensure_ascii, check_circular, allow_nan, cls, indent, separators, default, sort_keys, **kw)\u001b[0m\n\u001b[0;32m 232\u001b[0m \u001b[38;5;28;01mif\u001b[39;00m \u001b[38;5;28mcls\u001b[39m \u001b[38;5;129;01mis\u001b[39;00m \u001b[38;5;28;01mNone\u001b[39;00m:\n\u001b[0;32m 233\u001b[0m \u001b[38;5;28mcls\u001b[39m \u001b[38;5;241m=\u001b[39m JSONEncoder\n\u001b[1;32m--> 234\u001b[0m \u001b[38;5;28;01mreturn\u001b[39;00m \u001b[38;5;28;43mcls\u001b[39;49m\u001b[43m(\u001b[49m\n\u001b[0;32m 235\u001b[0m \u001b[43m \u001b[49m\u001b[43mskipkeys\u001b[49m\u001b[38;5;241;43m=\u001b[39;49m\u001b[43mskipkeys\u001b[49m\u001b[43m,\u001b[49m\u001b[43m \u001b[49m\u001b[43mensure_ascii\u001b[49m\u001b[38;5;241;43m=\u001b[39;49m\u001b[43mensure_ascii\u001b[49m\u001b[43m,\u001b[49m\n\u001b[0;32m 236\u001b[0m \u001b[43m \u001b[49m\u001b[43mcheck_circular\u001b[49m\u001b[38;5;241;43m=\u001b[39;49m\u001b[43mcheck_circular\u001b[49m\u001b[43m,\u001b[49m\u001b[43m \u001b[49m\u001b[43mallow_nan\u001b[49m\u001b[38;5;241;43m=\u001b[39;49m\u001b[43mallow_nan\u001b[49m\u001b[43m,\u001b[49m\u001b[43m \u001b[49m\u001b[43mindent\u001b[49m\u001b[38;5;241;43m=\u001b[39;49m\u001b[43mindent\u001b[49m\u001b[43m,\u001b[49m\n\u001b[0;32m 237\u001b[0m \u001b[43m \u001b[49m\u001b[43mseparators\u001b[49m\u001b[38;5;241;43m=\u001b[39;49m\u001b[43mseparators\u001b[49m\u001b[43m,\u001b[49m\u001b[43m \u001b[49m\u001b[43mdefault\u001b[49m\u001b[38;5;241;43m=\u001b[39;49m\u001b[43mdefault\u001b[49m\u001b[43m,\u001b[49m\u001b[43m \u001b[49m\u001b[43msort_keys\u001b[49m\u001b[38;5;241;43m=\u001b[39;49m\u001b[43msort_keys\u001b[49m\u001b[43m,\u001b[49m\n\u001b[0;32m 238\u001b[0m \u001b[43m \u001b[49m\u001b[38;5;241;43m*\u001b[39;49m\u001b[38;5;241;43m*\u001b[39;49m\u001b[43mkw\u001b[49m\u001b[43m)\u001b[49m\u001b[38;5;241m.\u001b[39mencode(obj)\n",
- "\u001b[1;31mTypeError\u001b[0m: JSONEncoder.__init__() got an unexpected keyword argument 'fp'"
- ]
- }
- ],
- "source": []
- },
- {
- "cell_type": "code",
- "execution_count": null,
- "metadata": {},
- "outputs": [],
- "source": [
- "with open(r'C:\\Users\\felix\\Programmieren\\tecdm\\src\\districtgenerator\\data\\non_residential_envelope\\non_residential_envelope.json', 'w', encoding='utf-8') as file:\n",
- " json.dump(data, file, indent=2)"
- ]
- },
- {
- "cell_type": "code",
- "execution_count": null,
- "metadata": {},
- "outputs": [],
- "source": [
- "import pandas as pd\n",
- "\n",
- "df = pd.read_csv(r'C:\\Users\\felix\\Programmieren\\CityEnergyAnalyst\\cea\\databases\\DE\\archetypes\\use_types\\OFFICE_1P.csv', skiprows=2)\n",
- "# Filter out weekdays, Saturday, and Sunday\n",
- "weekday_data = df[df['DAY'] == 'WEEKDAY']\n",
- "saturday_data = df[df['DAY'] == 'SATURDAY']\n",
- "sunday_data = df[df['DAY'] == 'SUNDAY']\n",
- "\n",
- "# Ensure each type of day has only 24 hours worth of data if there are duplicates\n",
- "weekday_data = weekday_data.head(24)\n",
- "saturday_data = saturday_data.head(24)\n",
- "sunday_data = sunday_data.head(24)\n",
- "\n",
- "# Repeat the weekday data five times\n",
- "repeated_weekdays = pd.concat([weekday_data] * 5, ignore_index=True)\n",
- "\n",
- "# Modify the 'DAY' column for repeated weekdays\n",
- "day_mappings = {i: f\"weekday_{(i//24)+1}\" for i in range(120)} # Generate weekday labels\n",
- "repeated_weekdays['DAY'] = [day_mappings[i] for i in range(120)] # Apply labels\n",
- "\n",
- "# Concatenate all data: five weekdays, one Saturday, one Sunday\n",
- "final_df = pd.concat([repeated_weekdays, saturday_data, sunday_data], ignore_index=True)\n",
- "\n",
- "# Adjust the 'DAY' column to reflect the new day numbering (optional)\n",
- "day_numbering = {**{f\"weekday_{i+1}\": i for i in range(5)}, 'SATURDAY': 5, 'SUNDAY': 6}\n",
- "final_df['DAY'] = final_df['DAY'].map(day_numbering)\n",
- "final_df = final_df.drop(columns=['Unnamed: 11', 'Unnamed: 12'])\n"
- ]
- },
- {
- "cell_type": "code",
- "execution_count": null,
- "metadata": {},
- "outputs": [],
- "source": [
- "final_df.to_csv(r'C:\\Users\\felix\\Programmieren\\tecdm\\src\\districtgenerator\\data\\occupancy_schedules\\OFFICE_1P.csv')"
- ]
- },
- {
- "cell_type": "code",
- "execution_count": null,
- "metadata": {},
- "outputs": [],
- "source": [
- "df = pd.read_csv(r'C:\\Users\\felix\\Programmieren\\CityEnergyAnalyst\\cea\\databases\\DE\\archetypes\\use_types\\OFFICE_1P.csv', skiprows=2)\n",
- "# Filter out weekdays, Saturday, and Sunday\n",
- "weekday_data = df[df['DAY'] == 'WEEKDAY']\n",
- "saturday_data = df[df['DAY'] == 'SATURDAY']\n",
- "sunday_data = df[df['DAY'] == 'SUNDAY']\n",
- "\n",
- "# Ensure each type of day has only 24 hours worth of data if there are duplicates\n",
- "weekday_data = weekday_data.head(24)\n",
- "saturday_data = saturday_data.head(24)\n",
- "sunday_data = sunday_data.head(24)\n",
- "\n",
- "# Repeat the weekday data five times\n",
- "repeated_weekdays = pd.concat([weekday_data] * 5, ignore_index=True)\n",
- "\n",
- "# Modify the 'DAY' column for repeated weekdays\n",
- "day_mappings = {i: f\"weekday_{(i//24)+1}\" for i in range(120)} # Generate weekday labels\n",
- "repeated_weekdays['DAY'] = [day_mappings[i] for i in range(120)] # Apply labels\n",
- "\n",
- "# Concatenate all data: five weekdays, one Saturday, one Sunday\n",
- "final_df = pd.concat([repeated_weekdays, saturday_data, sunday_data], ignore_index=True)\n",
- "\n",
- "# Adjust the 'DAY' column to reflect the new day numbering (optional)\n",
- "day_numbering = {**{f\"weekday_{i+1}\": i for i in range(5)}, 'SATURDAY': 5, 'SUNDAY': 6}\n",
- "final_df['DAY'] = final_df['DAY'].map(day_numbering)\n",
- "final_df = final_df.drop(columns=['Unnamed: 11', 'Unnamed: 12'])"
- ]
- },
- {
- "cell_type": "code",
- "execution_count": null,
- "metadata": {},
- "outputs": [
- {
- "name": "stdout",
- "output_type": "stream",
- "text": [
- "Processing file: C:\\Users\\felix\\Programmieren\\CityEnergyAnalyst\\cea\\databases\\DE\\archetypes\\use_types\\COOLROOM.csv\n"
- ]
- },
- {
- "ename": "KeyError",
- "evalue": "\"['Unnamed: 11', 'Unnamed: 12'] not found in axis\"",
- "output_type": "error",
- "traceback": [
- "\u001b[1;31m---------------------------------------------------------------------------\u001b[0m",
- "\u001b[1;31mKeyError\u001b[0m Traceback (most recent call last)",
- "Cell \u001b[1;32mIn[45], line 34\u001b[0m\n\u001b[0;32m 31\u001b[0m df \u001b[38;5;241m=\u001b[39m pd\u001b[38;5;241m.\u001b[39mread_csv(file_path, skiprows\u001b[38;5;241m=\u001b[39m\u001b[38;5;241m2\u001b[39m)\n\u001b[0;32m 33\u001b[0m \u001b[38;5;66;03m# Process the DataFrame\u001b[39;00m\n\u001b[1;32m---> 34\u001b[0m processed_df \u001b[38;5;241m=\u001b[39m \u001b[43mprocess_dataframe\u001b[49m\u001b[43m(\u001b[49m\u001b[43mdf\u001b[49m\u001b[43m)\u001b[49m\n\u001b[0;32m 35\u001b[0m \u001b[38;5;28mprint\u001b[39m(df\u001b[38;5;241m.\u001b[39mhead())\n\u001b[0;32m 37\u001b[0m \u001b[38;5;66;03m# Save the processed DataFrame\u001b[39;00m\n",
- "Cell \u001b[1;32mIn[45], line 15\u001b[0m, in \u001b[0;36mprocess_dataframe\u001b[1;34m(df)\u001b[0m\n\u001b[0;32m 13\u001b[0m final_df[\u001b[38;5;124m'\u001b[39m\u001b[38;5;124mDAY\u001b[39m\u001b[38;5;124m'\u001b[39m] \u001b[38;5;241m=\u001b[39m final_df\u001b[38;5;241m.\u001b[39mindex \u001b[38;5;241m/\u001b[39m\u001b[38;5;241m/\u001b[39m \u001b[38;5;241m24\u001b[39m \u001b[38;5;241m%\u001b[39m \u001b[38;5;241m7\u001b[39m\n\u001b[0;32m 14\u001b[0m final_df[\u001b[38;5;124m'\u001b[39m\u001b[38;5;124mDAY\u001b[39m\u001b[38;5;124m'\u001b[39m] \u001b[38;5;241m=\u001b[39m final_df[\u001b[38;5;124m'\u001b[39m\u001b[38;5;124mDAY\u001b[39m\u001b[38;5;124m'\u001b[39m]\u001b[38;5;241m.\u001b[39mmap({i: i \u001b[38;5;28;01mif\u001b[39;00m i \u001b[38;5;241m<\u001b[39m \u001b[38;5;241m5\u001b[39m \u001b[38;5;28;01melse\u001b[39;00m \u001b[38;5;241m5\u001b[39m \u001b[38;5;28;01mif\u001b[39;00m i \u001b[38;5;241m==\u001b[39m \u001b[38;5;241m5\u001b[39m \u001b[38;5;28;01melse\u001b[39;00m \u001b[38;5;241m6\u001b[39m \u001b[38;5;28;01mfor\u001b[39;00m i \u001b[38;5;129;01min\u001b[39;00m \u001b[38;5;28mrange\u001b[39m(\u001b[38;5;241m7\u001b[39m)})\n\u001b[1;32m---> 15\u001b[0m final_df \u001b[38;5;241m=\u001b[39m \u001b[43mfinal_df\u001b[49m\u001b[38;5;241;43m.\u001b[39;49m\u001b[43mdrop\u001b[49m\u001b[43m(\u001b[49m\u001b[43mcolumns\u001b[49m\u001b[38;5;241;43m=\u001b[39;49m\u001b[43m[\u001b[49m\u001b[38;5;124;43m'\u001b[39;49m\u001b[38;5;124;43mUnnamed: 11\u001b[39;49m\u001b[38;5;124;43m'\u001b[39;49m\u001b[43m,\u001b[49m\u001b[43m \u001b[49m\u001b[38;5;124;43m'\u001b[39;49m\u001b[38;5;124;43mUnnamed: 12\u001b[39;49m\u001b[38;5;124;43m'\u001b[39;49m\u001b[43m]\u001b[49m\u001b[43m)\u001b[49m\n\u001b[0;32m 17\u001b[0m \u001b[38;5;28;01mreturn\u001b[39;00m final_df\n",
- "File \u001b[1;32mc:\\Users\\felix\\.conda\\envs\\districtgenerator\\Lib\\site-packages\\pandas-2.2.2-py3.11-win-amd64.egg\\pandas\\core\\frame.py:5581\u001b[0m, in \u001b[0;36mDataFrame.drop\u001b[1;34m(self, labels, axis, index, columns, level, inplace, errors)\u001b[0m\n\u001b[0;32m 5433\u001b[0m \u001b[38;5;28;01mdef\u001b[39;00m \u001b[38;5;21mdrop\u001b[39m(\n\u001b[0;32m 5434\u001b[0m \u001b[38;5;28mself\u001b[39m,\n\u001b[0;32m 5435\u001b[0m labels: IndexLabel \u001b[38;5;241m|\u001b[39m \u001b[38;5;28;01mNone\u001b[39;00m \u001b[38;5;241m=\u001b[39m \u001b[38;5;28;01mNone\u001b[39;00m,\n\u001b[1;32m (...)\u001b[0m\n\u001b[0;32m 5442\u001b[0m errors: IgnoreRaise \u001b[38;5;241m=\u001b[39m \u001b[38;5;124m\"\u001b[39m\u001b[38;5;124mraise\u001b[39m\u001b[38;5;124m\"\u001b[39m,\n\u001b[0;32m 5443\u001b[0m ) \u001b[38;5;241m-\u001b[39m\u001b[38;5;241m>\u001b[39m DataFrame \u001b[38;5;241m|\u001b[39m \u001b[38;5;28;01mNone\u001b[39;00m:\n\u001b[0;32m 5444\u001b[0m \u001b[38;5;250m \u001b[39m\u001b[38;5;124;03m\"\"\"\u001b[39;00m\n\u001b[0;32m 5445\u001b[0m \u001b[38;5;124;03m Drop specified labels from rows or columns.\u001b[39;00m\n\u001b[0;32m 5446\u001b[0m \n\u001b[1;32m (...)\u001b[0m\n\u001b[0;32m 5579\u001b[0m \u001b[38;5;124;03m weight 1.0 0.8\u001b[39;00m\n\u001b[0;32m 5580\u001b[0m \u001b[38;5;124;03m \"\"\"\u001b[39;00m\n\u001b[1;32m-> 5581\u001b[0m \u001b[38;5;28;01mreturn\u001b[39;00m \u001b[38;5;28;43msuper\u001b[39;49m\u001b[43m(\u001b[49m\u001b[43m)\u001b[49m\u001b[38;5;241;43m.\u001b[39;49m\u001b[43mdrop\u001b[49m\u001b[43m(\u001b[49m\n\u001b[0;32m 5582\u001b[0m \u001b[43m \u001b[49m\u001b[43mlabels\u001b[49m\u001b[38;5;241;43m=\u001b[39;49m\u001b[43mlabels\u001b[49m\u001b[43m,\u001b[49m\n\u001b[0;32m 5583\u001b[0m \u001b[43m \u001b[49m\u001b[43maxis\u001b[49m\u001b[38;5;241;43m=\u001b[39;49m\u001b[43maxis\u001b[49m\u001b[43m,\u001b[49m\n\u001b[0;32m 5584\u001b[0m \u001b[43m \u001b[49m\u001b[43mindex\u001b[49m\u001b[38;5;241;43m=\u001b[39;49m\u001b[43mindex\u001b[49m\u001b[43m,\u001b[49m\n\u001b[0;32m 5585\u001b[0m \u001b[43m \u001b[49m\u001b[43mcolumns\u001b[49m\u001b[38;5;241;43m=\u001b[39;49m\u001b[43mcolumns\u001b[49m\u001b[43m,\u001b[49m\n\u001b[0;32m 5586\u001b[0m \u001b[43m \u001b[49m\u001b[43mlevel\u001b[49m\u001b[38;5;241;43m=\u001b[39;49m\u001b[43mlevel\u001b[49m\u001b[43m,\u001b[49m\n\u001b[0;32m 5587\u001b[0m \u001b[43m \u001b[49m\u001b[43minplace\u001b[49m\u001b[38;5;241;43m=\u001b[39;49m\u001b[43minplace\u001b[49m\u001b[43m,\u001b[49m\n\u001b[0;32m 5588\u001b[0m \u001b[43m \u001b[49m\u001b[43merrors\u001b[49m\u001b[38;5;241;43m=\u001b[39;49m\u001b[43merrors\u001b[49m\u001b[43m,\u001b[49m\n\u001b[0;32m 5589\u001b[0m \u001b[43m \u001b[49m\u001b[43m)\u001b[49m\n",
- "File \u001b[1;32mc:\\Users\\felix\\.conda\\envs\\districtgenerator\\Lib\\site-packages\\pandas-2.2.2-py3.11-win-amd64.egg\\pandas\\core\\generic.py:4788\u001b[0m, in \u001b[0;36mNDFrame.drop\u001b[1;34m(self, labels, axis, index, columns, level, inplace, errors)\u001b[0m\n\u001b[0;32m 4786\u001b[0m \u001b[38;5;28;01mfor\u001b[39;00m axis, labels \u001b[38;5;129;01min\u001b[39;00m axes\u001b[38;5;241m.\u001b[39mitems():\n\u001b[0;32m 4787\u001b[0m \u001b[38;5;28;01mif\u001b[39;00m labels \u001b[38;5;129;01mis\u001b[39;00m \u001b[38;5;129;01mnot\u001b[39;00m \u001b[38;5;28;01mNone\u001b[39;00m:\n\u001b[1;32m-> 4788\u001b[0m obj \u001b[38;5;241m=\u001b[39m \u001b[43mobj\u001b[49m\u001b[38;5;241;43m.\u001b[39;49m\u001b[43m_drop_axis\u001b[49m\u001b[43m(\u001b[49m\u001b[43mlabels\u001b[49m\u001b[43m,\u001b[49m\u001b[43m \u001b[49m\u001b[43maxis\u001b[49m\u001b[43m,\u001b[49m\u001b[43m \u001b[49m\u001b[43mlevel\u001b[49m\u001b[38;5;241;43m=\u001b[39;49m\u001b[43mlevel\u001b[49m\u001b[43m,\u001b[49m\u001b[43m \u001b[49m\u001b[43merrors\u001b[49m\u001b[38;5;241;43m=\u001b[39;49m\u001b[43merrors\u001b[49m\u001b[43m)\u001b[49m\n\u001b[0;32m 4790\u001b[0m \u001b[38;5;28;01mif\u001b[39;00m inplace:\n\u001b[0;32m 4791\u001b[0m \u001b[38;5;28mself\u001b[39m\u001b[38;5;241m.\u001b[39m_update_inplace(obj)\n",
- "File \u001b[1;32mc:\\Users\\felix\\.conda\\envs\\districtgenerator\\Lib\\site-packages\\pandas-2.2.2-py3.11-win-amd64.egg\\pandas\\core\\generic.py:4830\u001b[0m, in \u001b[0;36mNDFrame._drop_axis\u001b[1;34m(self, labels, axis, level, errors, only_slice)\u001b[0m\n\u001b[0;32m 4828\u001b[0m new_axis \u001b[38;5;241m=\u001b[39m axis\u001b[38;5;241m.\u001b[39mdrop(labels, level\u001b[38;5;241m=\u001b[39mlevel, errors\u001b[38;5;241m=\u001b[39merrors)\n\u001b[0;32m 4829\u001b[0m \u001b[38;5;28;01melse\u001b[39;00m:\n\u001b[1;32m-> 4830\u001b[0m new_axis \u001b[38;5;241m=\u001b[39m \u001b[43maxis\u001b[49m\u001b[38;5;241;43m.\u001b[39;49m\u001b[43mdrop\u001b[49m\u001b[43m(\u001b[49m\u001b[43mlabels\u001b[49m\u001b[43m,\u001b[49m\u001b[43m \u001b[49m\u001b[43merrors\u001b[49m\u001b[38;5;241;43m=\u001b[39;49m\u001b[43merrors\u001b[49m\u001b[43m)\u001b[49m\n\u001b[0;32m 4831\u001b[0m indexer \u001b[38;5;241m=\u001b[39m axis\u001b[38;5;241m.\u001b[39mget_indexer(new_axis)\n\u001b[0;32m 4833\u001b[0m \u001b[38;5;66;03m# Case for non-unique axis\u001b[39;00m\n\u001b[0;32m 4834\u001b[0m \u001b[38;5;28;01melse\u001b[39;00m:\n",
- "File \u001b[1;32mc:\\Users\\felix\\.conda\\envs\\districtgenerator\\Lib\\site-packages\\pandas-2.2.2-py3.11-win-amd64.egg\\pandas\\core\\indexes\\base.py:7070\u001b[0m, in \u001b[0;36mIndex.drop\u001b[1;34m(self, labels, errors)\u001b[0m\n\u001b[0;32m 7068\u001b[0m \u001b[38;5;28;01mif\u001b[39;00m mask\u001b[38;5;241m.\u001b[39many():\n\u001b[0;32m 7069\u001b[0m \u001b[38;5;28;01mif\u001b[39;00m errors \u001b[38;5;241m!=\u001b[39m \u001b[38;5;124m\"\u001b[39m\u001b[38;5;124mignore\u001b[39m\u001b[38;5;124m\"\u001b[39m:\n\u001b[1;32m-> 7070\u001b[0m \u001b[38;5;28;01mraise\u001b[39;00m \u001b[38;5;167;01mKeyError\u001b[39;00m(\u001b[38;5;124mf\u001b[39m\u001b[38;5;124m\"\u001b[39m\u001b[38;5;132;01m{\u001b[39;00mlabels[mask]\u001b[38;5;241m.\u001b[39mtolist()\u001b[38;5;132;01m}\u001b[39;00m\u001b[38;5;124m not found in axis\u001b[39m\u001b[38;5;124m\"\u001b[39m)\n\u001b[0;32m 7071\u001b[0m indexer \u001b[38;5;241m=\u001b[39m indexer[\u001b[38;5;241m~\u001b[39mmask]\n\u001b[0;32m 7072\u001b[0m \u001b[38;5;28;01mreturn\u001b[39;00m \u001b[38;5;28mself\u001b[39m\u001b[38;5;241m.\u001b[39mdelete(indexer)\n",
- "\u001b[1;31mKeyError\u001b[0m: \"['Unnamed: 11', 'Unnamed: 12'] not found in axis\""
- ]
- }
- ],
- "source": [
- "import os \n",
- "def process_dataframe(df):\n",
- " # Assuming df is the loaded DataFrame from each CSV\n",
- " weekday_data = df[df['DAY'] == 'WEEKDAY'].head(24)\n",
- " saturday_data = df[df['DAY'] == 'SATURDAY'].head(24)\n",
- " sunday_data = df[df['DAY'] == 'SUNDAY'].head(24)\n",
- "\n",
- " # Repeat the weekday data five times and append Saturday and Sunday data\n",
- " repeated_weekdays = pd.concat([weekday_data] * 5, ignore_index=True)\n",
- " final_df = pd.concat([repeated_weekdays, saturday_data, sunday_data], ignore_index=True)\n",
- " \n",
- " # Re-assigning 'DAY' values to ensure continuity in the data (optional)\n",
- " final_df['DAY'] = final_df.index // 24 % 7\n",
- " final_df['DAY'] = final_df['DAY'].map({i: i if i < 5 else 5 if i == 5 else 6 for i in range(7)})\n",
- " final_df = final_df.drop(columns=['Unnamed: 11', 'Unnamed: 12'])\n",
- " \n",
- " return final_df\n",
- "\n",
- "# List all files in the directory\n",
- "dir_path = r'C:\\Users\\felix\\Programmieren\\CityEnergyAnalyst\\cea\\databases\\DE\\archetypes\\use_types'\n",
- "files = os.listdir(dir_path)\n",
- "save_folder= r'C:\\Users\\felix\\Programmieren\\tecdm\\src\\districtgenerator\\data\\occupancy_schedules'\n",
- "\n",
- "# Process each file\n",
- "for file in files:\n",
- " if file.endswith('.csv'): # Check if the file is a CSV\n",
- " file_path = os.path.join(dir_path, file)\n",
- " print(f\"Processing file: {file_path}\")\n",
- " \n",
- " # Load the DataFrame from CSV\n",
- " df = pd.read_csv(file_path, skiprows=2)\n",
- " \n",
- " # Process the DataFrame\n",
- " processed_df = process_dataframe(df)\n",
- " print(df.head())\n",
- " \n",
- " # Save the processed DataFrame\n",
- " save_path = os.path.join(save_folder, f\"{file}\")\n",
- " processed_df.to_csv(save_path, index=False)\n",
- " \n",
- " \"\"\" \n",
- " try: \n",
- " processed_df.to_csv(save_path, index=False)\n",
- " print(f\"Saved processed file to: {save_path}\")\n",
- " except OSError:\n",
- " print(f\"Could not save {file} in {file_path}\")\n",
- " \"\"\""
- ]
- }
- ],
- "metadata": {
- "kernelspec": {
- "display_name": "base",
- "language": "python",
- "name": "python3"
- },
- "language_info": {
- "codemirror_mode": {
- "name": "ipython",
- "version": 3
- },
- "file_extension": ".py",
- "mimetype": "text/x-python",
- "name": "python",
- "nbconvert_exporter": "python",
- "pygments_lexer": "ipython3",
- "version": "3.11.9"
- }
- },
- "nbformat": 4,
- "nbformat_minor": 2
-}
From e8b828cc44876425df1e2761b7d4745f7be80892 Mon Sep 17 00:00:00 2001
From: F Rehmann <49240249+c0nb4@users.noreply.github.com>
Date: Tue, 28 Jan 2025 14:28:20 +0100
Subject: [PATCH 2/6] Add: Functions to calculate areas
---
.../functions/update_surfaces.py | 82 +++++++++++++++++++
1 file changed, 82 insertions(+)
create mode 100644 districtgenerator/functions/update_surfaces.py
diff --git a/districtgenerator/functions/update_surfaces.py b/districtgenerator/functions/update_surfaces.py
new file mode 100644
index 00000000..48892fcb
--- /dev/null
+++ b/districtgenerator/functions/update_surfaces.py
@@ -0,0 +1,82 @@
+### These functions are used to update the surfaces of the buildings
+### Based on the TECDEM data model ( https://github.com/TUB-DVG/TECDEM ) detailed geometry analysis can be integrated
+### The functions are used in the datahandler class
+
+import json
+
+
+def extract_surface_areas(building_data):
+ """
+ Extract free wall areas and total wall areas per direction from building geometry data.
+
+ Args:
+ building_data (Envelope): Envelope object containing building geometry data
+ with orientation angles and surface areas from the archetypes
+
+ Returns:
+ tuple: Two dictionaries containing:
+ - free_areas: Free wall areas grouped by cardinal direction (N,S,E,W)
+ - opaque_areas: Total wall areas grouped by cardinal direction (N,S,E,W)
+ """
+ # Initialize dictionaries to store areas by direction
+ free_areas = {'north': 0, 'south': 0, 'east': 0, 'west': 0}
+ opaque_areas = {'north': 0, 'south': 0, 'east': 0, 'west': 0}
+
+ # Process each surface orientation
+ for key, value in building_data.items():
+ # Skip the gml_id entry
+ if key == 'gml_id':
+ continue
+
+
+ try:
+ angle = float(key)
+ except ValueError:
+ continue
+
+ # Normalize angle to 0-360 range
+ angle = angle % 360
+
+ # Determine cardinal direction based on angle
+ # TODO check Teaser data model
+ if 315 <= angle or angle < 45:
+ direction = 'north'
+ elif 45 <= angle < 135:
+ direction = 'east'
+ elif 135 <= angle < 225:
+ direction = 'south'
+ else: # 225 <= angle < 315
+ direction = 'west'
+
+ # Add areas to corresponding direction
+ free_areas[direction] += value.get('free_wall_area', 0)
+ opaque_areas[direction] += value.get('connected_wall_area', 0)
+
+ return free_areas, opaque_areas
+
+
+def extract_window_areas(free_areas, opaque_areas, building_data):
+ """
+ Extract window areas per direction from building geometry data.
+
+ Args:
+ free_areas (dict): Dictionary containing free wall areas by direction (north,south,east,west)
+ opaque_areas (dict): Dictionary containing total opaque wall areas by direction (north,south,east,west)
+ building_data (Envelope): Envelope object containing the building data
+ with orientation angles and surface areas from the archetypes
+
+ Returns:
+ dict: Window areas grouped by cardinal direction (north,south,east,west)
+ """
+ updated_window_areas = {'north': 0, 'south': 0, 'east': 0, 'west': 0}
+
+ # Calculate window areas based on free wall area and target window ratio
+ for direction in updated_window_areas:
+ free_area = free_areas[direction]
+ if free_area > 0:
+ # Calculate window area as percentage of free wall area
+ window_area = ( free_area / ( opaque_areas[direction] + free_area ) ) * building_data[direction]
+ # Ensure window area doesn't exceed free wall area
+ updated_window_areas[direction] = min(window_area, free_area)
+
+ return updated_window_areas
From 82ca37db323258fe02203c211260bca0118b1e54 Mon Sep 17 00:00:00 2001
From: F Rehmann <49240249+c0nb4@users.noreply.github.com>
Date: Tue, 28 Jan 2025 17:50:13 +0100
Subject: [PATCH 3/6] Add: Geometric calculation of shared areas
---
districtgenerator/classes/datahandler.py | 67 +-
.../functions/update_surfaces.py | 15 +-
tests/data/Small_example_detailed_dataset.csv | 1217 ++
.../data/Small_example_geometry_analysis.json | 16085 ++++++++++++++++
tests/test_geometry.py | 125 +
5 files changed, 17496 insertions(+), 13 deletions(-)
create mode 100644 tests/data/Small_example_detailed_dataset.csv
create mode 100644 tests/data/Small_example_geometry_analysis.json
create mode 100644 tests/test_geometry.py
diff --git a/districtgenerator/classes/datahandler.py b/districtgenerator/classes/datahandler.py
index a049a8e5..93639195 100644
--- a/districtgenerator/classes/datahandler.py
+++ b/districtgenerator/classes/datahandler.py
@@ -27,6 +27,7 @@
from ..functions import weather_handling as weather_handling
from ..functions import path_checks as path_checks
from ..functions import calculate_holidays as calculate_holidays
+from ..functions import update_surfaces as update_surfaces
RESIDENTIAL_BUILDING_TYPES = ["SFH", "TH", "MFH", "AB"]
@@ -153,17 +154,19 @@ def setResultPath(self, new_path=None):
new_path = path_checks.check_path(new_path)
self.resultPath = new_path
- def setAdvancedModel(self, pathAdvancedModel=None):
+ def setAdvancedModel(self, pathAdvancedModel: str) -> None:
"""
- Sets the path and loads data for advanded modelling
+ Sets the path and loads data for advanded modelling. This includes geometry.
Args:
- new_path (str, optional): The new path to set. If not provided, the default path will be used.
+ pathAdvancedModel (str): The path to the advanced model JSON file that contains
+ further attributes about geometry in TEASER coordinates.
Returns:
None
"""
- self.advancedModel = pathAdvancedModel if pathAdvancedModel is not None else None
+ with open(pathAdvancedModel, 'r') as f:
+ self.advancedModel_data = json.load(f)
def setWeatherFile(self, pathWeatherFile=None):
"""
@@ -1212,5 +1215,59 @@ def import_building_data(self):
"""
Import building data from a csv file
"""
- # TODO: Implement this function to load advanced building data
+ # TODO Implement this function to load advanced building data
pass
+
+
+ def updateGeometry(self):
+ """
+ Update building data from the advanced model.
+ Updates envelope data for each building based on the advanced model data.
+
+ Update building data from the advanced model.
+ Updates envelope data for each building based on the advanced model data.
+ """
+ if self.advancedModel_data is None:
+ print("No geometry model provided. Cannot update building data.")
+ return
+
+ # Update each building's envelope data
+ for building in self.district:
+ building_id = building["buildingFeatures"]["gml_id"]
+
+ # Find matching building data in advanced model
+ building_data = self.advancedModel_data.get(building_id)
+
+ if building_data is None:
+ print(f"No data found for building ID {building_id} in advanced model")
+ continue
+ free_areas, opaque_areas = update_surfaces.extract_surface_areas(building_data)
+ window_areas = update_surfaces.extract_window_areas(free_areas, opaque_areas, building)
+
+ # Calculate total window area
+ total_window_area = sum(window_areas.values())
+
+ # Update window areas with validation
+ building["envelope"].A["window"] = {
+ "south": window_areas.get("south", building["envelope"].A["window"]["south"]),
+ "north": window_areas.get("north", building["envelope"].A["window"]["north"]),
+ "west": window_areas.get("west", building["envelope"].A["window"]["west"]),
+ "east": window_areas.get("east", building["envelope"].A["window"]["east"]),
+ "sum": total_window_area
+ }
+
+ # Calculate total internal wall area including connected walls
+ total_opaque_area = sum(opaque_areas.values())
+ internal_wall_area = building["envelope"].A["opaque"].get("intWall", 0)
+ total_internal_area = internal_wall_area + total_opaque_area
+
+ # Update opaque areas with validation
+ building["envelope"].A["opaque"] = {
+ "south": max(0, opaque_areas.get("south", 0)),
+ "north": max(0, opaque_areas.get("north", 0)),
+ "west": max(0, opaque_areas.get("west", 0)),
+ "east": max(0, opaque_areas.get("east", 0)),
+ "roof": building["envelope"].A["opaque"].get("roof", 0), # Preserve existing roof area
+ "floor": building["envelope"].A["opaque"].get("floor", 0), # Preserve existing floor area
+ "intWall": max(0, total_internal_area)
+ }
\ No newline at end of file
diff --git a/districtgenerator/functions/update_surfaces.py b/districtgenerator/functions/update_surfaces.py
index 48892fcb..b0c9d201 100644
--- a/districtgenerator/functions/update_surfaces.py
+++ b/districtgenerator/functions/update_surfaces.py
@@ -38,14 +38,13 @@ def extract_surface_areas(building_data):
angle = angle % 360
# Determine cardinal direction based on angle
- # TODO check Teaser data model
if 315 <= angle or angle < 45:
+ direction = 'south'
+ elif 135 <= angle < 225:
direction = 'north'
- elif 45 <= angle < 135:
+ elif 225 <= angle < 315:
direction = 'east'
- elif 135 <= angle < 225:
- direction = 'south'
- else: # 225 <= angle < 315
+ else: # 45 <= angle < 135
direction = 'west'
# Add areas to corresponding direction
@@ -74,9 +73,9 @@ def extract_window_areas(free_areas, opaque_areas, building_data):
for direction in updated_window_areas:
free_area = free_areas[direction]
if free_area > 0:
- # Calculate window area as percentage of free wall area
- window_area = ( free_area / ( opaque_areas[direction] + free_area ) ) * building_data[direction]
- # Ensure window area doesn't exceed free wall area
+ window_area = ( free_area / ( opaque_areas[direction] + free_area ) ) * building_data["envelope"].A["window"][direction]
updated_window_areas[direction] = min(window_area, free_area)
+ else:
+ updated_window_areas[direction] = 0
return updated_window_areas
diff --git a/tests/data/Small_example_detailed_dataset.csv b/tests/data/Small_example_detailed_dataset.csv
new file mode 100644
index 00000000..d26e836f
--- /dev/null
+++ b/tests/data/Small_example_detailed_dataset.csv
@@ -0,0 +1,1217 @@
+gml_id,groundArea,is_3D,roof_height,roof_volume,lod,function,usage,yearOfConstruction,roofType,measuredHeight,storeysAboveGround,storeyHeightsAboveGround,storeysBelowGround,storeyHeightsBelowGround,building_parts,freeWalls,allWalls,isBP
+DEBE3D04YY500004Nu,211.65185546875,True,,0.0,2,31001_1010,,,1000,22.432,,,,,[],4,7,False
+DEBE3D04YY50000R3Q,218.018798828125,True,,0.0,2,31001_1010,,,1000,22.555,,,,,[],4,6,False
+DEBE3D04YY50000BpD,14.938476562573708,True,,0.0,2,31001_2463,,,1000,2.116,,,,,[],4,5,False
+DEBE3D04YY50000Dkg,279.0768984571542,True,6.721000000000004,944.133,2,31001_1010,,,3100,26.605,,,,,[],8,12,False
+DEBE3D04YY50000NHL,66.04882813137644,True,0.3689999999999998,12.199,2,31001_2460,,,1000,2.68,,,,,[],3,6,False
+DEBE3D04YY50000BlO,820.15576171875,True,2.6779999999999973,214.298,2,31001_1010,,1900,5000,23.22,,,,,[],41,47,False
+DEBE3D04YY5000039j,613.47802734375,True,4.230000000000004,158.281,2,31001_1010,,,5000,23.254,,,,,[],9,13,False
+DEBE3D04YY50000Lta,0.0,False,,,2,31001_1120,,,,,,,,,"['DEBE3DQTIk6iZIsX', 'DEBE3DBR3e1ZxtP5', 'DEBE3DIayq9LyMNj']",0,0,False
+DEBE3DQTIk6iZIsX,34.768310546875,True,,0.0,2,,,,1000,9.711,,,,,Not available,4,4,True
+DEBE3DBR3e1ZxtP5,53.5966796875,True,,0.0,2,,,,1000,9.748,,,,,Not available,5,5,True
+DEBE3DIayq9LyMNj,32.389404296875,True,,0.0,2,,,,1000,9.695,,,,,Not available,4,4,True
+DEBE3D04YY50000Rac,0.0,False,,,2,31001_1010,,1905,,,,,,,"['DEBE3DplHezwKkn7', 'DEBE3DxN29nJxSsv', 'DEBE3DlSzfcG81fZ', 'DEBE3DliF5VRThbY', 'DEBE3Dzg7pf4aS48']",0,0,False
+DEBE3DplHezwKkn7,36.68408203125,True,3.533999999999999,21.519000000000002,2,,,,9999,24.421,,,,,Not available,4,4,True
+DEBE3DxN29nJxSsv,144.7802734375,True,0.6239999999999952,45.208,2,,,,1000,24.468,,,,,Not available,7,7,True
+DEBE3DlSzfcG81fZ,307.828857421875,True,,0.0,2,,,,1000,24.162,,,,,Not available,9,9,True
+DEBE3DliF5VRThbY,98.05810546875,True,,0.0,2,,,,1000,23.952,,,,,Not available,3,3,True
+DEBE3Dzg7pf4aS48,100.354736328125,True,,0.0,2,,,,1000,24.173,,,,,Not available,5,5,True
+DEBE3D04YY50000DpU,0.0,False,,,2,31001_1010,,,,,,,,,"['UUID_367222e4-5fde-4a8b-8b86-c7bbd5c367b8', 'DEBE04YY50000DpU_01']",0,0,False
+UUID_367222e4-5fde-4a8b-8b86-c7bbd5c367b8,352.688232421875,True,,0.0,2,,,,1000,15.511,,,,,Not available,23,23,True
+DEBE04YY50000DpU_01,14.573486328125,True,,0.0,2,,,,1000,7.381,,,,,Not available,3,3,True
+DEBE3D04YY50000DCT,23.834472520795977,True,0.4140000000000015,4.89,2,31001_2463,,1905,1000,2.867,,,,,[],4,4,False
+DEBE3D04YY50002d4o,5.615238752159925,True,0.8350000000000009,3.11,2,51009_1610,,,1000,18.542,,,,,[],2,5,False
+DEBE3D04YY50000Lev,196.16528171173795,True,3.727000000000004,227.094,2,31001_1010,,1905,9999,22.963,,,,,[],4,10,False
+DEBE3D04YY50000QJa,0.0,False,,,2,31001_1010,,,,,,,,,"['DEBE3DapVpnY8cd5', 'DEBE3DD5OwPykb8X', 'DEBE3DetzT3bfx4I']",0,0,False
+DEBE3DapVpnY8cd5,162.692626953125,True,1.4269999999999996,117.749,2,,,,3100,23.941,,,,,Not available,8,8,True
+DEBE3DD5OwPykb8X,162.051513671875,True,1.5529999999999973,108.72299999999998,2,,,,5000,23.987,,,,,Not available,10,10,True
+DEBE3DetzT3bfx4I,38.52880859375,True,1.5019999999999953,23.567,2,,,,3100,24.064,,,,,Not available,6,6,True
+DEBE3D04YY500002JB,0.0,False,,,2,31001_1010,,1905,,,,,,,"['DEBE3DTZ1qPbmeS5', 'DEBE3DXAU7w58aAa']",0,0,False
+DEBE3DTZ1qPbmeS5,230.48120112451008,True,3.8970000000000056,256.155,2,,,,9999,24.448,,,,,Not available,23,23,True
+DEBE3DXAU7w58aAa,40.841796875,True,1.8560000000000016,25.585,2,,,,9999,23.274,,,,,Not available,11,11,True
+DEBE3D04YY5000035o,0.0,False,,,2,31001_1010,,1955,,,,,,,"['DEBE3DqpRT9eW952', 'DEBE3DtGDGsf84pu']",0,0,False
+DEBE3DqpRT9eW952,258.03125,True,,0.0,2,,,,1000,20.377,,,,,Not available,9,9,True
+DEBE3DtGDGsf84pu,98.695556640625,True,,0.0,2,,,,1000,20.411,,,,,Not available,8,8,True
+DEBE3D04YY50000Neh,0.0,False,,,2,31001_1010,,1905,,,,,,,"['DEBE3DBk9h1Favch', 'DEBE3DmYFaMkVz2E']",0,0,False
+DEBE3DBk9h1Favch,218.000244140625,True,,0.0,2,,,,1000,23.152,,,,,Not available,6,6,True
+DEBE3DmYFaMkVz2E,151.667236328125,True,,0.0,2,,,,1000,22.068,,,,,Not available,17,17,True
+DEBE3D04YY50000R2f,58.4228515625,True,,0.0,2,31001_2460,,1905,9999,3.0,,,,,[],2,4,False
+DEBE3D04YY50000Ei2,80.33955888867042,True,0.24399999999999977,9.811,2,31001_2460,,,1000,2.771,,,,,[],4,5,False
+DEBE3D04YY50000EB5,0.0,False,,,2,31001_1010,,,,,,,,,"['UUID_633a7d01-5462-4140-87ff-9c52bda4fe70', 'DEBE3DoKRKKt3UMS', 'DEBE3DloQg9Trqll', 'DEBE3DJKqcITGwqE', 'DEBE3DjjGEmaQ81T']",0,0,False
+UUID_633a7d01-5462-4140-87ff-9c52bda4fe70,244.593505859375,True,2.1259999999999977,270.624,2,,,,3100,24.232,,,,,Not available,13,13,True
+DEBE3DoKRKKt3UMS,45.19482421875,True,3.2820000000000036,67.648,2,,,,3100,23.498,,,,,Not available,10,10,True
+DEBE3DloQg9Trqll,34.4189453125,True,,0.0,2,,,,1000,22.867,,,,,Not available,16,16,True
+DEBE3DJKqcITGwqE,86.744140625,True,0.840999999999994,37.678,2,,,,1000,23.4,,,,,Not available,9,9,True
+DEBE3DjjGEmaQ81T,52.04443341906988,True,5.5390000000000015,143.287,2,,,,1000,25.475,,,,,Not available,5,5,True
+DEBE3D04YY50000DSL,296.367919921875,True,,0.0,2,31001_3031,,,1000,10.384,,,,,[],12,12,False
+DEBE3D04YY50000Gm5,0.0,False,,,2,31001_1010,,,,,,,,,"['UUID_5c904949-8536-4503-b789-ab75fa5ffff7', 'DEBE3DkxCPiSAiYm', 'DEBE3DbBEqcNd5aL']",0,0,False
+UUID_5c904949-8536-4503-b789-ab75fa5ffff7,56.55053711730974,True,,0.0,2,,,,1000,20.888,,,,,Not available,4,4,True
+DEBE3DkxCPiSAiYm,79.433837890625,True,,0.0,2,,,,1000,18.468,,,,,Not available,4,4,True
+DEBE3DbBEqcNd5aL,51.9287109375,True,,0.0,2,,,,1000,18.635,,,,,Not available,4,4,True
+DEBE3D04YY50000Gdk,201.133056640625,True,0.9369999999999976,91.738,2,31001_1010,,,3100,18.126,,,,,[],8,8,False
+DEBE3D04YY50000CmK,285.011962890625,True,,0.0,2,31001_2463,,,1000,3.093,,,,,[],8,12,False
+DEBE3D04YY50000IyF,7.447753501898215,True,,0.0,2,31001_2523,,1905,1000,2.341,,,,,[],4,4,False
+DEBE3D04YY500002ZF,190.988525390625,True,6.748999999999995,488.191,2,31001_1010,,1905,5000,20.682,,,,,[],3,8,False
+DEBE3D04YY50000RJm,0.0,False,,,2,31001_1010,,,,,,,,,"['DEBE3DufshENb5Yn', 'DEBE3DuIl93pLkcA', 'DEBE3DQQu0q6haNP']",0,0,False
+DEBE3DufshENb5Yn,116.02978515625,True,1.4220000000000041,103.7,2,,,,1000,22.272,,,,,Not available,7,7,True
+DEBE3DuIl93pLkcA,246.661865234375,True,3.3800000000000026,282.504,2,,,,3100,24.41,,,,,Not available,12,12,True
+DEBE3DQQu0q6haNP,48.871337890625,True,1.7370000000000019,41.56,2,,,,3100,23.249,,,,,Not available,11,11,True
+DEBE3D04YY50000AcP,0.0,False,,,2,31001_1010,,1905,,,,,,,"['DEBE04YY50000AcP_01', 'DEBE3DzpRs4iXdKz', 'DEBE3DfCU51gZrpJ']",0,0,False
+DEBE04YY50000AcP_01,113.167724609375,True,,0.0,2,,,,1000,22.458,,,,,Not available,9,9,True
+DEBE3DzpRs4iXdKz,76.7216796875,True,1.3350000000000009,51.757,2,,,,1000,21.948,,,,,Not available,6,6,True
+DEBE3DfCU51gZrpJ,217.614501953125,True,3.2409999999999997,114.352,2,,,,9999,21.954,,,,,Not available,12,12,True
+DEBE3D04YY50000H3f,0.0,False,,,2,31001_1010,,,,,,,,,"['DEBE3DxaMoSW5zyG', 'DEBE3Dde9aPnuN7Y', 'DEBE3DEqihPX53qw']",0,0,False
+DEBE3DxaMoSW5zyG,244.21453215898097,True,3.783999999999999,214.315,2,,,,9999,24.307,,,,,Not available,14,14,True
+DEBE3Dde9aPnuN7Y,99.31884765625,True,0.7349999999999994,37.791,2,,,,1000,22.57,,,,,Not available,9,9,True
+DEBE3DEqihPX53qw,45.436767578125,True,1.588000000000001,27.409999999999997,2,,,,5000,23.043,,,,,Not available,8,8,True
+DEBE3D04YY50000Kt1,20.770272020087457,True,0.4200000000000017,4.333,2,31001_2460,,,1000,0.424,,,,,[],3,3,False
+DEBE3D04YY500000vS,279.900390625,True,4.454000000000001,411.97499999999997,2,31001_1010,,,9999,25.79,,,,,[],9,15,False
+DEBE3D04YY50000GXe,0.0,False,,,2,31001_1010,,1905,,,,,,,"['DEBE04YY50000GXe_01', 'DEBE3Db5AP35nyv7', 'DEBE3DMqvGQIM1AD']",0,0,False
+DEBE04YY50000GXe_01,11.297607421875,True,3.0559999999999974,17.147,2,,,,1000,22.792,,,,,Not available,4,4,True
+DEBE3Db5AP35nyv7,34.8525390625,True,1.291000000000004,23.611,2,,,,1000,22.54,,,,,Not available,7,7,True
+DEBE3DMqvGQIM1AD,215.695556640625,True,1.5249999999999986,158.70100000000002,2,,,,3100,22.691,,,,,Not available,10,10,True
+DEBE3D04YY500005l3,40.142578125,True,,0.0,2,31001_2055,,1905,1000,3.448,,,,,[],5,7,False
+DEBE3D04YY50000Nic,169.70504425188355,True,0.9899999999999949,82.358,2,31001_1010,,,5000,20.201,,,,,[],11,15,False
+DEBE3D04YY50000NUq,87.998291015625,True,,0.0,2,31001_2130,,,1000,4.119,,,,,[],26,26,False
+DEBE3D04YY50000Ct5,0.0,False,,,2,31001_1010,,1905,,,,,,,"['DEBE3DtpwCigPG0v', 'DEBE3DHFRi4jZDQC', 'DEBE3DRsxmK7vGkM']",0,0,False
+DEBE3DtpwCigPG0v,232.1943359375,True,2.9109999999999943,178.848,2,,,,9999,21.187,,,,,Not available,12,12,True
+DEBE3DHFRi4jZDQC,87.917236328125,True,,0.0,2,,,,1000,21.047,,,,,Not available,7,7,True
+DEBE3DRsxmK7vGkM,234.548583984375,True,3.4299999999999997,193.159,2,,,,5000,22.261,,,,,Not available,16,16,True
+DEBE3D04YY50000Ptt,144.021484375,True,,0.0,2,31001_2460,,,1000,3.904,,,,,[],4,7,False
+DEBE3D04YY500003MV,0.0,False,,,2,31001_1010,,,,,,,,,"['DEBE3DoeaCkVpYfO', 'DEBE3DRMM5s73QSy']",0,0,False
+DEBE3DoeaCkVpYfO,52.8603515625,True,1.3970000000000056,32.953,2,,,,3100,22.254,,,,,Not available,8,8,True
+DEBE3DRMM5s73QSy,277.87353515625,True,1.631999999999998,207.022,2,,,,3100,23.353,,,,,Not available,15,15,True
+DEBE3D04YY50000PFP,0.0,False,,,2,31001_1010,,,,,,,,,"['UUID_2864d28e-4de4-42e9-98c1-91f256903f42', 'DEBE3DRiSYuAh9T0', 'DEBE3DVcuOsVZ6P9']",0,0,False
+UUID_2864d28e-4de4-42e9-98c1-91f256903f42,217.832275390625,True,2.7349999999999994,107.62800000000001,2,,,,9999,23.099,,,,,Not available,10,10,True
+DEBE3DRiSYuAh9T0,79.0068359375,True,,0.0,2,,,,1000,22.384,,,,,Not available,9,9,True
+DEBE3DVcuOsVZ6P9,86.605712890625,True,2.7519999999999953,74.939,2,,,,3100,22.816,,,,,Not available,10,10,True
+DEBE3D04YY50000N5d,499.01708984375,True,,0.0,2,31001_1010,,,9999,19.849,,,,,[],15,20,False
+DEBE3D00YY1Y50004P,24.537109375,True,,0.0,2,51009_1610,,1905,1000,25.449,,,,,[],5,8,False
+DEBE3D04YY50000GJ6,0.0,False,,,2,31001_1010,,,,,,,,,"['UUID_9f7023ac-7214-4951-a412-b2fe65581ff1', 'DEBE04YY50000GJ6_02', 'DEBE04YY50000GJ6_01', 'DEBE04YY50000GJ6_03']",0,0,False
+UUID_9f7023ac-7214-4951-a412-b2fe65581ff1,218.059814453125,True,1.216000000000001,134.177,2,,,,3100,24.754,,,,,Not available,13,13,True
+DEBE04YY50000GJ6_02,55.24072265625,True,3.799999999999997,96.137,2,,,,5000,18.721,,,,,Not available,6,6,True
+DEBE04YY50000GJ6_01,57.427978515625,True,3.5519999999999996,108.788,2,,,,1000,20.084,,,,,Not available,6,6,True
+DEBE04YY50000GJ6_03,198.7919921875,True,1.0670000000000002,102.731,2,,,,3100,18.69,,,,,Not available,10,10,True
+DEBE3D04YY50000Peo,0.0,False,,,2,31001_1010,,1905,,,,,,,"['UUID_95341d6f-1101-4234-9bea-01118a09f591', 'DEBE04YY50000Peo_02', 'DEBE04YY50000Peo_01']",0,0,False
+UUID_95341d6f-1101-4234-9bea-01118a09f591,172.41357421875,True,,0.0,2,,,,1000,16.302,,,,,Not available,11,11,True
+DEBE04YY50000Peo_02,6.423335764702599,True,,0.0,2,,,,1000,16.223,,,,,Not available,8,8,True
+DEBE04YY50000Peo_01,5.719232691293131,True,,0.0,2,,,,1000,16.247,,,,,Not available,4,4,True
+DEBE3D04YY50002cqa,3.591064453125,True,,0.0,2,51009_1610,,,1000,3.761,,,,,[],3,4,False
+DEBE3D04YY50002bU7,5.899169921875,True,0.001999999999995339,0.004,2,51009_1610,,1905,1000,0.138,,,,,[],5,5,False
+DEBE3D04YY50000E3N,0.0,False,,,2,31001_1010,,,,,,,,,"['UUID_19c4522a-eb0f-42c5-99f5-531970ff1c7e', 'DEBE04YY50000E3N_02', 'DEBE04YY50000E3N_01', 'DEBE04YY50000E3N_03']",0,0,False
+UUID_19c4522a-eb0f-42c5-99f5-531970ff1c7e,169.58251953125,True,,0.0,2,,,,1000,12.722,,,,,Not available,17,17,True
+DEBE04YY50000E3N_02,3.1523438343037427,True,,0.0,2,,,,1000,12.139,,,,,Not available,2,2,True
+DEBE04YY50000E3N_01,18.5693358936219,True,0.6060000000000016,5.946,2,,,,1000,7.02,,,,,Not available,4,4,True
+DEBE04YY50000E3N_03,91.40806230605341,True,1.2340000000000018,175.211,2,,,,1000,13.791,,,,,Not available,27,27,True
+DEBE3D04YY50002crQ,22.616935115768335,True,,0.0,2,51009_1610,,,1000,18.35,,,,,[],1,5,False
+DEBE3D04YY50000Mux,0.0,False,,,2,31001_1010,,,,,,,,,"['UUID_7af9a741-a1db-417e-95fe-375b4571c6f0', 'DEBE04YY50000Mux_01', 'DEBE3DLYaWEfYUdc', 'DEBE3DC7iqVwEru0', 'DEBE04YY50000Mux_03']",0,0,False
+UUID_7af9a741-a1db-417e-95fe-375b4571c6f0,133.2822265625,True,0.4510000000000005,34.992,2,,,,1000,24.691,,,,,Not available,8,8,True
+DEBE04YY50000Mux_01,126.241943359375,True,0.42799999999999727,27.234,2,,,,1000,20.929,,,,,Not available,3,3,True
+DEBE3DLYaWEfYUdc,9.796875,True,,0.0,2,,,,1000,14.429,,,,,Not available,4,4,True
+DEBE3DC7iqVwEru0,22.909912109375,True,0.5600000000000023,6.933,2,,,,1000,14.681,,,,,Not available,4,4,True
+DEBE04YY50000Mux_03,99.368408203125,True,0.9150000000000063,53.693,2,,,,1000,10.416,,,,,Not available,9,9,True
+DEBE3D04YY50000CpD,264.51220703125,True,1.402000000000001,81.82900000000001,2,31001_1010,,,9999,22.879,,,,,[],16,22,False
+DEBE3D04YY50002cl4,20.784175169994658,True,,0.0,2,51009_1610,,,1000,15.721,,,,,[],1,7,False
+DEBE3D04YY50002br6,58.735117868498115,True,,0.0,2,51009_1610,,,1000,4.126,,,,,[],4,4,False
+DEBE3D04YY50000I3K,0.0,False,,,2,31001_3211,,,,,,,,,"['UUID_07759bbf-dd3d-41f4-8865-543688d20c17', 'DEBE04YY50000I3K_04', 'DEBE04YY50000I3K_03', 'DEBE3Dc3tduuK1zf', 'DEBE04YY50000I3K_02', 'DEBE3DeODtAa5rZQ']",0,0,False
+UUID_07759bbf-dd3d-41f4-8865-543688d20c17,720.240966796875,True,3.6229999999999976,1197.21,2,,,,9999,12.142,,,,,Not available,13,13,True
+DEBE04YY50000I3K_04,23.91357421875,True,0.23100000000000165,2.753,2,,,,1000,3.196,,,,,Not available,3,3,True
+DEBE04YY50000I3K_03,24.376220703125,True,,0.0,2,,,,1000,3.033,,,,,Not available,3,3,True
+DEBE3Dc3tduuK1zf,59.27661131582442,True,,0.0,2,,,,1000,3.541,,,,,Not available,2,2,True
+DEBE04YY50000I3K_02,133.92333984375,True,2.939,220.09,2,,,,3100,5.783,,,,,Not available,12,12,True
+DEBE3DeODtAa5rZQ,180.577880859375,True,,0.0,2,,,,1000,4.252,,,,,Not available,7,7,True
+DEBE3D04YY50002cAU,179.26462413526838,True,4.494,398.052,2,51009_1610,,,3100,15.965,,,,,[],2,16,False
+DEBE3D04YY50000Ncz,0.0,False,,,2,31001_1010,,1905,,,,,,,"['DEBE3DKO8qZEE0Jg', 'DEBE3Dd9PyocdMd3', 'DEBE3DSlz3JV8rPT']",0,0,False
+DEBE3DKO8qZEE0Jg,243.381103515625,True,3.955999999999996,512.356,2,,,,3100,24.418,,,,,Not available,15,15,True
+DEBE3Dd9PyocdMd3,237.29736328125,True,4.257999999999996,292.818,2,,,,3100,24.769,,,,,Not available,11,11,True
+DEBE3DSlz3JV8rPT,80.799560546875,True,1.5970000000000013,68.208,2,,,,1000,23.627,,,,,Not available,9,9,True
+DEBE3D04YY500005Oq,808.848388671875,True,,0.0,2,31001_1010,,1905,1000,22.752,,,,,[],19,22,False
+DEBE3D04YY50000CRp,591.913330078125,True,6.003,1752.385,2,31001_1010,,,3100,25.385,,,,,[],20,26,False
+DEBE3D04YY50000KLb,64.61474499459221,True,0.5869999999999962,20.085,2,31001_2463,,,1000,1.995,,,,,[],3,4,False
+DEBE3D04YY50002cJ1,265.6821636078615,True,,0.0,2,51009_1610,,,1000,7.903,,,,,[],21,24,False
+DEBE3D04YY500005sL,0.0,False,,,2,31001_1120,,,,,,,,,"['DEBE3DUMdiQUkYBt', 'DEBE3Dptv4wdZgiZ']",0,0,False
+DEBE3DUMdiQUkYBt,31.580810546875,True,,0.0,2,,,,1000,20.377,,,,,Not available,4,4,True
+DEBE3Dptv4wdZgiZ,211.974365234375,True,2.8670000000000044,160.86599999999999,2,,,,9999,23.172,,,,,Not available,24,29,True
+DEBE3D04YY500002nR,265.874267578125,True,1.0420000000000016,136.552,2,31001_1010,,,3100,17.515,,,,,[],10,13,False
+DEBE3D04YY500005U2,0.0,False,,,2,31001_1010,,,,,,,,,"['UUID_00124d6b-aab1-4525-b88e-12754edff52f', 'DEBE04YY500005U2_01']",0,0,False
+UUID_00124d6b-aab1-4525-b88e-12754edff52f,941.888671875,True,,0.0,2,,,,1000,24.509,,,,,Not available,25,26,True
+DEBE04YY500005U2_01,75.97412109375,True,,0.0,2,,,,1000,20.569,,,,,Not available,6,6,True
+DEBE3D04YY500001GY,0.0,False,,,2,31001_3044,,1905,,,,,,,"['DEBE3Drh9ePvA1WA', 'DEBE3DXZvFtbMTnS', 'DEBE3DC8Zzfqzkvb']",0,0,False
+DEBE3Drh9ePvA1WA,56.298095703125,True,1.131999999999998,31.798,2,,,,1000,10.764,,,,,Not available,6,6,True
+DEBE3DXZvFtbMTnS,264.974609375,True,0.6689999999999969,89.468,2,,,,1000,17.435,,,,,Not available,9,9,True
+DEBE3DC8Zzfqzkvb,53.22802734375,True,1.169000000000004,31.243,2,,,,1000,10.849,,,,,Not available,5,5,True
+DEBE3D04YY50000GZe,759.868408203125,True,,0.0,2,31001_1010,,1955,1000,22.09,,,,,[],66,67,False
+DEBE3D04YY50000Ibb,0.0,False,,,2,31001_1010,,,,,,,,,"['DEBE3DqNS2FTmBBX', 'DEBE3DqUuCRVyZtZ']",0,0,False
+DEBE3DqNS2FTmBBX,62.35546875,True,,0.0,2,,,,1000,18.434,,,,,Not available,3,6,True
+DEBE3DqUuCRVyZtZ,81.9536389281822,True,,0.0,2,,,,1000,18.521,,,,,Not available,8,9,True
+DEBE3D04YY50000BWY,213.24951171875,True,,0.0,2,31001_1010,,,1000,22.51,,,,,[],6,10,False
+DEBE3D04YY50000E9r,0.0,False,,,2,31001_1010,,,,,,,,,"['DEBE3DwswAag2rYd', 'DEBE3Dhv0AZLUU7y', 'DEBE3DvhYsSFu6oN']",0,0,False
+DEBE3DwswAag2rYd,103.710693359375,True,1.2680000000000007,69.34,2,,,,1000,22.331,,,,,Not available,9,9,True
+DEBE3Dhv0AZLUU7y,63.9462890625,True,4.186,108.737,2,,,,5000,23.772,,,,,Not available,7,7,True
+DEBE3DvhYsSFu6oN,250.408203125,True,3.2749999999999986,289.037,2,,,,3100,24.484,,,,,Not available,11,11,True
+DEBE3D04YY50000GtN,194.099609375,True,1.490000000000002,143.61599999999999,2,31001_1010,,,3100,17.706,,,,,[],10,12,False
+DEBE3D04YY50000CMU,0.0,False,,,2,31001_1010,,1955,,,,,,,"['DEBE3DPFyMl5H91q', 'DEBE04YY50000CMU_01', 'DEBE04YY50000CMU_03', 'DEBE3DFK7DnjNmEl', 'DEBE04YY50000CMU_02']",0,0,False
+DEBE3DPFyMl5H91q,248.87694789016058,True,0.006000000000000227,1.769,2,,,,1000,20.359,,,,,Not available,22,22,True
+DEBE04YY50000CMU_01,66.47949202428963,True,,0.0,2,,,,1000,17.269,,,,,Not available,13,13,True
+DEBE04YY50000CMU_03,13.60693359375,True,2.0899999999999963,13.366,2,,,,3100,18.887,,,,,Not available,2,2,True
+DEBE3DFK7DnjNmEl,64.140380859375,True,0.0040000000000048885,0.128,2,,,,1000,20.349,,,,,Not available,8,8,True
+DEBE04YY50000CMU_02,17.24267578125,True,1.6210000000000022,13.946,2,,,,1000,18.39,,,,,Not available,1,1,True
+DEBE3D04YY5000068O,0.0,False,,,2,31001_1010,,,,,,,,,"['UUID_b230a276-6ea1-426f-882c-8353324da621', 'DEBE04YY5000068O_02', 'DEBE04YY5000068O_001', 'DEBE04YY5000068O_01', 'DEBE04YY5000068O_03']",0,0,False
+UUID_b230a276-6ea1-426f-882c-8353324da621,214.84246433235376,True,5.6839999999999975,350.462,2,,,,9999,21.996,,,,,Not available,9,12,True
+DEBE04YY5000068O_02,21.96923828125,True,0.28999999999999915,3.132,2,,,,1000,18.626,,,,,Not available,4,5,True
+DEBE04YY5000068O_001,224.9052734375,True,1.686,215.709,2,,,,1000,23.128,,,,,Not available,5,6,True
+DEBE04YY5000068O_01,18.97265625,True,0.6929999999999978,7.188,2,,,,1000,19.537,,,,,Not available,4,4,True
+DEBE04YY5000068O_03,26.627441411173482,True,4.546999999999997,61.138,2,,,,1000,22.232,,,,,Not available,5,6,True
+DEBE3D04YY50000KSa,18.356201171875,True,0.5749999999999957,5.264,2,31001_2463,,,1000,5.778,,,,,[],1,4,False
+DEBE3D04YY50000JQ4,191.85229492431523,True,1.4579999999999984,137.07999999999998,2,31001_1010,,,3100,17.754,,,,,[],4,6,False
+DEBE3D04YY50000Ibr,203.725830078125,True,4.4510000000000005,402.885,2,31001_1010,,,5000,22.918,,,,,[],4,5,False
+DEBE3D04YY50000BjD,0.0,False,,,2,31001_1010,,,,,,,,,"['DEBE3DZGp6bbedC6', 'DEBE3DIryUCukYaW', 'DEBE3DPBlj2dvJW5']",0,0,False
+DEBE3DZGp6bbedC6,107.74609375,True,1.5769999999999982,117.844,2,,,,1000,20.697,,,,,Not available,8,8,True
+DEBE3DIryUCukYaW,263.183837890625,True,1.2420000000000044,161.53699999999998,2,,,,3100,20.897,,,,,Not available,9,9,True
+DEBE3DPBlj2dvJW5,104.6552734375,True,,0.0,2,,,,1000,22.804,,,,,Not available,12,12,True
+DEBE3D04YY50000Lx7,205.65966796875,True,,0.0,2,31001_1010,,,1000,21.269,,,,,[],26,27,False
+DEBE3D04YY50000Qdy,230.15380859375,True,,0.0,2,31001_1010,,,1000,18.528,,,,,[],11,15,False
+DEBE3D04YY50000Fnx,68.2392578596605,True,,0.0,2,31001_2463,,,1000,3.202,,,,,[],4,6,False
+DEBE3D04YY50000OGM,0.0,False,,,2,31001_1010,,,,,,,,,"['DEBE3Dvyu1js5Vqi', 'DEBE3DTDYD8geu36', 'DEBE3DPhTMVGDklt', 'DEBE3DapdUHUhb0d', 'DEBE3Dxuyp2M0nDI']",0,0,False
+DEBE3Dvyu1js5Vqi,26.9599609375,True,0.9489999999999981,12.642,2,,,,1000,11.597,,,,,Not available,4,4,True
+DEBE3DTDYD8geu36,294.68359375,True,0.6460000000000008,97.051,2,,,,1000,21.416,,,,,Not available,16,16,True
+DEBE3DPhTMVGDklt,78.1818834469282,True,0.8460000000000036,34.277,2,,,,1000,11.505,,,,,Not available,6,6,True
+DEBE3DapdUHUhb0d,318.912353515625,True,3.1999999999999957,439.159,2,,,,3100,22.077,,,,,Not available,16,16,True
+DEBE3Dxuyp2M0nDI,116.010009765625,True,5.332999999999998,305.969,2,,,,5000,21.795,,,,,Not available,15,15,True
+DEBE3D04YY50000QXO,0.0,False,,,2,31001_1010,,1900,,,,,,,"['DEBE3DPcFE8lkbYV', 'DEBE3DpnBYcjfpwT', 'DEBE3DwERcC6Wilv', 'DEBE3Dr7C1Pi9fpg', 'DEBE3DreIS3XAmQ0', 'DEBE3DbXtj6PSQn3']",0,0,False
+DEBE3DPcFE8lkbYV,174.08984375,True,3.7139999999999986,175.96400000000003,2,,,,9999,22.912,,,,,Not available,13,13,True
+DEBE3DpnBYcjfpwT,30.9677734375,True,0.28999999999999915,4.508,2,,,,1000,22.765,,,,,Not available,5,5,True
+DEBE3DwERcC6Wilv,142.982666015625,True,,0.0,2,,,,1000,25.124,,,,,Not available,5,5,True
+DEBE3Dr7C1Pi9fpg,194.890625,True,3.6529999999999987,194.126,2,,,,9999,25.526,,,,,Not available,9,9,True
+DEBE3DreIS3XAmQ0,117.252685546875,True,2.818000000000005,123.643,2,,,,3100,25.484,,,,,Not available,6,6,True
+DEBE3DbXtj6PSQn3,89.081298828125,True,,0.0,2,,,,1000,22.294,,,,,Not available,8,8,True
+DEBE3D04YY500005Lc,0.0,False,,,2,31001_1010,,1905,,,,,,,"['DEBE3DcvlC4JUA8a', 'DEBE3DV1g8dX1SIC', 'DEBE3DVqLUtIEOt6']",0,0,False
+DEBE3DcvlC4JUA8a,157.557373046875,True,0.006000000000000227,0.93,2,,,,1000,22.735,,,,,Not available,15,15,True
+DEBE3DV1g8dX1SIC,28.9892578125,True,0.12299999999999756,1.55,2,,,,1000,22.8,,,,,Not available,14,14,True
+DEBE3DVqLUtIEOt6,138.85546875,True,0.005000000000002558,0.237,2,,,,1000,22.727,,,,,Not available,12,12,True
+DEBE3D04YY50000HML,199.642822265625,True,,0.0,2,31001_1010,,1905,1000,17.707,,,,,[],3,7,False
+DEBE3D04YY500005y8,0.0,False,,,2,31001_1022,,,,,,,,,"['UUID_0a73e060-2bbd-4774-89d8-6bf8e9d03476', 'DEBE3DmidNY7gnLr', 'DEBE3Dkh6GP4GC1b', 'DEBE3Dj8DTpP3Jfu', 'DEBE3DuDS4InhR4W', 'DEBE3DXGtdqu7bMg', 'DEBE3Dj5PfHq90WQ', 'DEBE3DAOZsPBF5wA']",0,0,False
+UUID_0a73e060-2bbd-4774-89d8-6bf8e9d03476,486.393310546875,True,,0.0,2,,,,1000,16.388,,,,,Not available,35,35,True
+DEBE3DmidNY7gnLr,72.681396484375,True,,0.0,2,,,,1000,19.313,,,,,Not available,7,7,True
+DEBE3Dkh6GP4GC1b,34.356201171875,True,0.0040000000000048885,0.057,2,,,,1000,15.605,,,,,Not available,6,6,True
+DEBE3Dj8DTpP3Jfu,25.820068359375,True,0.7070000000000007,10.121,2,,,,1000,16.392,,,,,Not available,6,6,True
+DEBE3DuDS4InhR4W,53.261962890625,True,,0.0,2,,,,1000,21.543,,,,,Not available,8,8,True
+DEBE3DXGtdqu7bMg,49.843994140625,True,,0.0,2,,,,1000,15.773,,,,,Not available,11,11,True
+DEBE3Dj5PfHq90WQ,43.84130859375,True,,0.0,2,,,,1000,19.337,,,,,Not available,5,5,True
+DEBE3DAOZsPBF5wA,234.673583984375,True,0.006999999999997897,1.839,2,,,,1000,15.614,,,,,Not available,24,24,True
+DEBE3D04YY50000RXk,0.0,False,,,2,31001_1010,,1905,,,,,,,"['UUID_960903a0-f79a-4309-8787-874ffb6c6f09', 'DEBE3DR3LLSWgNuN', 'DEBE3Dh84XjQPdCs', 'DEBE3DWZiYGaqnsG']",0,0,False
+UUID_960903a0-f79a-4309-8787-874ffb6c6f09,238.509033203125,True,,0.0,2,,,,1000,21.889,,,,,Not available,8,8,True
+DEBE3DR3LLSWgNuN,38.3603515625,True,1.7090000000000032,34.238,2,,,,1000,20.558,,,,,Not available,8,8,True
+DEBE3Dh84XjQPdCs,231.503173828125,True,3.786999999999999,377.838,2,,,,5000,20.084,,,,,Not available,11,11,True
+DEBE3DWZiYGaqnsG,58.431396484375,True,4.523999999999994,134.912,2,,,,1000,21.893,,,,,Not available,8,8,True
+DEBE3D04YY500003BD,211.677001953125,True,4.1739999999999995,454.24,2,31001_1010,,,3100,25.419,,,,,[],11,14,False
+DEBE3D04YY500006ls,241.53759765625,True,0.3410000000000011,41.182,2,31001_2460,,,1000,3.136,,,,,[],5,5,False
+DEBE3D04YY50000BAQ,0.0,False,,,2,31001_1010,,,,,,,,,"['DEBE3DmSZU42UEYH', 'DEBE3DyyBdBqFMDN', 'DEBE3DnEwQ6oLyAQ', 'DEBE3DYOkdWcy12v']",0,0,False
+DEBE3DmSZU42UEYH,34.333251953125,True,5.412000000000006,98.481,2,,,,1000,22.982,,,,,Not available,5,5,True
+DEBE3DyyBdBqFMDN,51.884033203125,True,3.0649999999999977,73.878,2,,,,5000,20.713,,,,,Not available,7,7,True
+DEBE3DnEwQ6oLyAQ,213.96313481659578,True,,0.0,2,,,,1000,20.877,,,,,Not available,7,7,True
+DEBE3DYOkdWcy12v,53.959716796875,True,,0.0,2,,,,1000,20.488,,,,,Not available,6,6,True
+DEBE3D04YY50000L1T,0.0,False,,,2,31001_1010,,,,,,,,,"['UUID_0697b4c5-ea2d-4bec-831b-f4a62fed7a7d', 'DEBE3Dzyjj4X2Hpv', 'DEBE3DclZhA2suwd']",0,0,False
+UUID_0697b4c5-ea2d-4bec-831b-f4a62fed7a7d,199.558837890625,True,8.009999999999998,564.448,2,,,,5000,28.987,,,,,Not available,9,9,True
+DEBE3Dzyjj4X2Hpv,210.98828125,True,4.285000000000004,281.07,2,,,,3100,24.421,,,,,Not available,8,8,True
+DEBE3DclZhA2suwd,26.419921875,True,6.266999999999996,47.573,2,,,,3100,28.316,,,,,Not available,6,6,True
+DEBE3D04YY50000AWJ,0.0,False,,,2,31001_1010,,,,,,,,,"['DEBE3DRsgm5MlTJh', 'DEBE3DkktJxoZ1Vn']",0,0,False
+DEBE3DRsgm5MlTJh,96.53955078125,True,,0.0,2,,,,1000,13.066,,,,,Not available,7,7,True
+DEBE3DkktJxoZ1Vn,40.2490234375,True,,0.0,2,,,,1000,12.977,,,,,Not available,5,5,True
+DEBE3D04YY50000Cyx,0.0,False,,,2,31001_1010,,1905,,,,,,,"['DEBE3DlMwKNVPiQp', 'DEBE3DjNLwZRE7l1', 'DEBE3DBQHuBj9W3w', 'DEBE3DKdgL1GInP8', 'DEBE3DHzWaTGMmXw']",0,0,False
+DEBE3DlMwKNVPiQp,228.415771484375,True,3.4620000000000033,218.445,2,,,,9999,24.863,,,,,Not available,18,18,True
+DEBE3DjNLwZRE7l1,66.933349609375,True,3.3840000000000003,80.90199999999999,2,,,,5000,24.757,,,,,Not available,10,10,True
+DEBE3DBQHuBj9W3w,28.648193359375,True,6.657000000000004,126.621,2,,,,1000,26.324,,,,,Not available,5,5,True
+DEBE3DKdgL1GInP8,208.961669921875,True,3.6839999999999975,238.269,2,,,,9999,23.837,,,,,Not available,15,15,True
+DEBE3DHzWaTGMmXw,49.459716796875,True,5.012999999999998,125.161,2,,,,1000,25.239,,,,,Not available,4,4,True
+DEBE3D04YY500008VN,0.0,False,,,2,31001_1010,,1905,,,,,,,"['DEBE3DvBU4ExvRym', 'DEBE3DCoVAtmHVAK', 'DEBE3DamvYPx3atc', 'DEBE3DzOg34ihEG3', 'DEBE3De1JCLuMuj9']",0,0,False
+DEBE3DvBU4ExvRym,26.852294921875,True,4.231999999999999,57.57,2,,,,1000,23.364,,,,,Not available,4,4,True
+DEBE3DCoVAtmHVAK,237.02978515625,True,1.3059999999999974,158.531,2,,,,1000,24.184,,,,,Not available,9,9,True
+DEBE3DamvYPx3atc,159.427001953125,True,3.784000000000006,184.57999999999998,2,,,,3100,22.898,,,,,Not available,10,10,True
+DEBE3DzOg34ihEG3,103.1845703125,True,2.344000000000001,111.352,2,,,,3100,22.83,,,,,Not available,15,15,True
+DEBE3De1JCLuMuj9,71.624755859375,True,3.597999999999999,97.645,2,,,,5000,22.999,,,,,Not available,10,10,True
+DEBE3D04YY500009iU,37.533447265625,True,,0.0,2,31001_2460,,,1000,2.55,,,,,[],2,5,False
+DEBE3D04YY50000Exx,0.0,False,,,2,31001_1010,,,,,,,,,"['UUID_17c60d2e-b713-434b-8b92-7ba286ce841d', 'DEBE04YY50000Exx_01']",0,0,False
+UUID_17c60d2e-b713-434b-8b92-7ba286ce841d,206.51172263892167,True,,0.0,2,,,,1000,21.488,,,,,Not available,11,11,True
+DEBE04YY50000Exx_01,74.5205078125,True,,0.0,2,,,,1000,22.626,,,,,Not available,7,7,True
+DEBE3D04YY500000uD,0.0,False,,,2,31001_1010,,1905,,,,,,,"['UUID_4c96d9f6-72ce-4c0d-9aaf-2381605605ad', 'DEBE04YY500000uD_01']",0,0,False
+UUID_4c96d9f6-72ce-4c0d-9aaf-2381605605ad,175.2470703125,True,,0.0,2,,,,1000,16.202,,,,,Not available,10,10,True
+DEBE04YY500000uD_01,11.500732421875,True,0.09300000000000352,0.535,2,,,,1000,16.376,,,,,Not available,4,4,True
+DEBE3D04YY50000JUQ,0.0,False,,,2,31001_1010,,1905,,,,,,,"['UUID_89fd9c04-11a5-421f-9b1f-72356cb164c2', 'DEBE3DsI1bOFMN7B', 'DEBE3DGJulWNGhGi']",0,0,False
+UUID_89fd9c04-11a5-421f-9b1f-72356cb164c2,214.9267578125,True,1.4399999999999977,157.567,2,,,,1000,23.445,,,,,Not available,7,7,True
+DEBE3DsI1bOFMN7B,60.607421875,True,,0.0,2,,,,1000,20.668,,,,,Not available,4,4,True
+DEBE3DGJulWNGhGi,67.29296875,True,1.0619999999999976,29.775,2,,,,5000,21.484,,,,,Not available,7,7,True
+DEBE3D04YY50000Jzy,0.0,False,,,2,31001_1010,,1905,,,,,,,"['DEBE3DRI47kGRwCg', 'DEBE3Df3fRGpb5S6', 'DEBE3DwXnFXWNHZp', 'DEBE3DpxT5kooXSM']",0,0,False
+DEBE3DRI47kGRwCg,241.811279296875,True,3.155000000000001,262.204,2,,,,3100,22.278,,,,,Not available,11,11,True
+DEBE3Df3fRGpb5S6,34.443603515625,True,1.634999999999998,31.295,2,,,,1000,20.463,,,,,Not available,5,5,True
+DEBE3DwXnFXWNHZp,229.02490234375,True,,0.0,2,,,,9999,3.0,,,,,Not available,14,14,True
+DEBE3DpxT5kooXSM,76.79223631150391,True,,0.0,2,,,,1000,20.022,,,,,Not available,7,7,True
+DEBE3D04YY500005Ha,0.0,False,,,2,31001_1010,,,,,,,,,"['DEBE3DvJ2eWWDBcg', 'DEBE3DrBpGmW26vK', 'DEBE04YY500005Ha_01']",0,0,False
+DEBE3DvJ2eWWDBcg,51.87084937508147,True,,0.0,2,,,,1000,18.775,,,,,Not available,7,8,True
+DEBE3DrBpGmW26vK,263.635986328125,True,,0.0,2,,,,1000,18.764,,,,,Not available,5,6,True
+DEBE04YY500005Ha_01,24.8232421875,True,0.003999999999997783,0.102,2,,,,1000,18.73,,,,,Not available,9,9,True
+DEBE3D04YY50002bng,88.877197265625,True,0.3290000000000006,16.401,2,51009_1610,,1905,1000,3.384,,,,,[],3,6,False
+DEBE3D04YY50000PNl,0.0,False,,,2,31001_1010,,1905,,,,,,,"['UUID_4eec615a-76fd-469b-9385-b50173082c94', 'DEBE3DWtOPums9e2', 'DEBE3DIHn8l6iorD']",0,0,False
+UUID_4eec615a-76fd-469b-9385-b50173082c94,263.119140625,True,0.8800000000000026,129.955,2,,,,1000,21.463,,,,,Not available,8,8,True
+DEBE3DWtOPums9e2,237.87304689033644,True,2.506999999999998,113.15799999999999,2,,,,9999,21.349,,,,,Not available,6,6,True
+DEBE3DIHn8l6iorD,81.4794921875,True,0.8179999999999978,33.519,2,,,,1000,21.378,,,,,Not available,7,7,True
+DEBE3D04YY500008AI,0.0,False,,,2,31001_1010,,1955,,,,,,,"['DEBE3DIZj9gK4xQn', 'DEBE3DsdLP5vIjFM']",0,0,False
+DEBE3DIZj9gK4xQn,333.357666015625,True,4.371000000000002,662.935,2,,,,5000,19.83,,,,,Not available,26,26,True
+DEBE3DsdLP5vIjFM,395.82905254026997,True,4.638000000000005,880.1959999999999,2,,,,5000,20.024,,,,,Not available,20,20,True
+DEBE3D04YY50000GVa,0.0,False,,,2,31001_1010,,,,,,,,,"['DEBE04YY50000GVa_02', 'DEBE3DZXcl3k7dP6', 'DEBE3DmzGqPwvURD', 'DEBE04YY50000GVa_01']",0,0,False
+DEBE04YY50000GVa_02,60.042236328125,True,0.6479999999999961,20.261,2,,,,1000,8.571,,,,,Not available,4,4,True
+DEBE3DZXcl3k7dP6,239.137939453125,True,3.8320000000000007,286.067,2,,,,3100,24.862,,,,,Not available,11,11,True
+DEBE3DmzGqPwvURD,29.951171875,True,1.4149999999999991,21.355,2,,,,1000,24.26,,,,,Not available,4,4,True
+DEBE04YY50000GVa_01,7.0498046875,True,2.700000000000003,7.503,2,,,,5000,10.769,,,,,Not available,5,5,True
+DEBE3D04YY50002cJf,4.731689453125,True,,0.0,2,51009_1610,,,1000,0.068,,,,,[],4,4,False
+DEBE3D04YY500003rP,212.09765624954807,True,2.7509999999999977,101.349,2,31001_1010,,,9999,21.959,,,,,[],5,9,False
+DEBE3D04YY50000G12,0.0,False,,,2,31001_1010,,1905,,,,,,,"['DEBE3DY2GQYf6Wm4', 'DEBE3Dtss9GCZIuD', 'DEBE3DOgQzlAY1Lv', 'DEBE3DOKiqvoXtqN', 'DEBE3DNjXbtARvI4', 'DEBE3DUG1tyCGpNt', 'DEBE3DFGPLCWug2r']",0,0,False
+DEBE3DY2GQYf6Wm4,27.579833984375,True,3.4239999999999995,22.983,2,,,,9999,23.73,,,,,Not available,5,5,True
+DEBE3Dtss9GCZIuD,122.8486328125,True,9.393999999999998,586.626,2,,,,3100,26.7,,,,,Not available,8,8,True
+DEBE3DOgQzlAY1Lv,50.4521484375,True,7.198999999999998,176.982,2,,,,3100,27.063,,,,,Not available,6,6,True
+DEBE3DOKiqvoXtqN,223.655029296875,True,3.7820000000000036,248.91,2,,,,5000,24.162,,,,,Not available,14,14,True
+DEBE3DNjXbtARvI4,251.60302734375,True,3.561,290.128,2,,,,3100,24.067,,,,,Not available,13,13,True
+DEBE3DUG1tyCGpNt,53.9873046875,True,4.885999999999996,136.024,2,,,,1000,23.277,,,,,Not available,6,6,True
+DEBE3DFGPLCWug2r,139.303466796875,True,,0.0,2,,,,1000,21.554,,,,,Not available,16,16,True
+DEBE3D04YY50000PyU,0.0,False,,,2,31001_1010,,1955,,,,,,,"['DEBE04YY50000PyU_01', 'DEBE3DC8kiVUk3jy', 'DEBE3DvNHx0aeW2A', 'DEBE3DyfahmMtd4y']",0,0,False
+DEBE04YY50000PyU_01,73.053955078125,True,0.3269999999999982,13.132,2,,,,1000,15.193,,,,,Not available,6,6,True
+DEBE3DC8kiVUk3jy,40.4423828125,True,0.5889999999999986,11.908,2,,,,1000,21.126,,,,,Not available,5,5,True
+DEBE3DvNHx0aeW2A,132.08056640625,True,1.2019999999999982,76.15899999999999,2,,,,3100,21.262,,,,,Not available,9,9,True
+DEBE3DyfahmMtd4y,31.72314453125,True,1.1139999999999972,18.451,2,,,,1000,21.233,,,,,Not available,6,6,True
+DEBE3D04YY50000IeR,0.0,False,,,2,31001_3211,,1905,,,,,,,"['DEBE3DSWuORfMLIq', 'DEBE3DVELdWQ57gR', 'DEBE3DoIc6DSdbgH', 'DEBE3DmCZ87ULbsr', 'DEBE3DbfrhIhhSRP']",0,0,False
+DEBE3DSWuORfMLIq,161.371826171875,True,,0.0,2,,,,1000,8.009,,,,,Not available,4,4,True
+DEBE3DVELdWQ57gR,80.30859375,True,0.0010000000000047748,0.027,2,,,,1000,7.84,,,,,Not available,4,4,True
+DEBE3DoIc6DSdbgH,3609.864013671875,True,7.8260000000000005,10163.86,2,,,,9999,14.791,,,,,Not available,16,16,True
+DEBE3DmCZ87ULbsr,86.58349609375,True,,0.0,2,,,,1000,8.049,,,,,Not available,6,6,True
+DEBE3DbfrhIhhSRP,81.356689453125,True,,0.0,2,,,,1000,7.844,,,,,Not available,7,7,True
+DEBE3D04YY500005Xu,12.758789067043429,True,0.4580000000000055,2.932,2,31001_2143,,1905,1000,3.157,,,,,[],4,5,False
+DEBE3D04YY50000Msk,290.460693359375,True,,0.0,2,31001_1010,,,1000,16.914,,,,,[],3,4,False
+DEBE3D04YY50000Lg8,108.77685531594585,True,,0.0,2,31001_1010,,1905,1000,3.329,,,,,[],4,6,False
+DEBE3D04YY50002c04,7.4482421875,True,,0.0,2,51009_1610,,,1000,15.432,,,,,[],4,6,False
+DEBE3D04YY500004jI,0.0,False,,,2,31001_3034,,,,,,,,,"['DEBE3DytbwsejTS1', 'DEBE3DiUC8fPGUiz', 'DEBE04YY500004jI_02', 'DEBE3DzuAVvA5T4I', 'DEBE3DVKnQmcFzHN']",0,0,False
+DEBE3DytbwsejTS1,95.895263671875,True,1.4269999999999996,62.396,2,,,,3100,9.493,,,,,Not available,9,9,True
+DEBE3DiUC8fPGUiz,6.1335452162266995,True,,0.0,2,,,,1000,8.441,,,,,Not available,3,3,True
+DEBE04YY500004jI_02,48.814453125,True,,0.0,2,,,,1000,3.769,,,,,Not available,4,4,True
+DEBE3DzuAVvA5T4I,18.50927734375,True,,0.0,2,,,,1000,8.483,,,,,Not available,3,3,True
+DEBE3DVKnQmcFzHN,969.083740234375,True,,0.0,2,,,,1000,9.467,,,,,Not available,20,20,True
+DEBE3D04YY500008pH,413.30908203125,True,1.296999999999997,91.304,2,31001_1010,,1905,5000,20.046,,,,,[],13,16,False
+DEBE3D04YY500001jd,297.53955078125,True,,0.0,2,31001_3000,,,1000,8.185,,,,,[],7,26,False
+DEBE3D04YY50000NvO,0.0,False,,,2,31001_1010,,,,,,,,,"['DEBE3DCtKzHo72AV', 'DEBE3Dbzb72NgtSj', 'DEBE3DtqMMcXx2bd']",0,0,False
+DEBE3DCtKzHo72AV,32.265625,True,1.583999999999996,34.264,2,,,,1000,21.871,,,,,Not available,6,6,True
+DEBE3Dbzb72NgtSj,314.052490234375,True,3.558,406.23,2,,,,3100,23.416,,,,,Not available,18,18,True
+DEBE3DtqMMcXx2bd,76.77978515625,True,,0.0,2,,,,1000,21.384,,,,,Not available,6,6,True
+DEBE3D04YY500003I0,0.0,False,,,2,31001_3060,,1905,,,,,,,"['UUID_fc2e7ae6-e49b-4b56-b3e4-2e93f76db3b6', 'DEBE3DbcZoa9AlFT', 'DEBE3DM753Qd2W1r', 'DEBE04YY500003I0_02']",0,0,False
+UUID_fc2e7ae6-e49b-4b56-b3e4-2e93f76db3b6,107.52001952247078,True,0.4720000000000013,31.851,2,,,,1000,22.108,,,,,Not available,8,8,True
+DEBE3DbcZoa9AlFT,43.40552193337827,True,,0.0,2,,,,1000,19.071,,,,,Not available,5,5,True
+DEBE3DM753Qd2W1r,120.53955078125,True,,0.0,2,,,,1000,19.095,,,,,Not available,9,9,True
+DEBE04YY500003I0_02,15.783202830894881,True,,0.0,2,,,,1000,2.784,,,,,Not available,5,6,True
+DEBE3D04YY50000IJD,1046.439453125,True,,0.0,2,31001_1010,,1905,1000,22.437,,,,,[],46,49,False
+DEBE3D04YY500004xw,974.410888671875,True,,0.0,2,31001_1010,,,1000,1.051,,,,,[],50,55,False
+DEBE3D04YY50002ceG,24.8212890625,True,2.067,19.11,2,51009_1610,,1905,5000,17.135,,,,,[],5,6,False
+DEBE3D04YY50002baL,41.55493164035184,True,0.5140000000000029,10.68,2,51009_1610,,,1000,0.739,,,,,[],3,4,False
+DEBE3D04YY500001Lj,30.26123046875,True,2.799999999999997,28.239,2,31001_2463,,,5000,2.843,,,,,[],5,5,False
+DEBE3D04YY500006sZ,160.4648435015436,True,,0.0,2,31001_1010,,,1000,13.366,,,,,[],7,9,False
+DEBE3D04YY50000GIG,766.618896484375,True,3.2779999999999987,501.20900000000006,2,31001_1010,,,5000,26.776,,,,,[],83,90,False
+DEBE3D00YY1Ha0003w,0.0,False,,,2,31001_1010,,1905,,,,,,,"['UUID_78a9b219-7722-4bf9-a5b6-8bb4ca3d1c27', 'DEBE00YY1Ha0003w_01']",0,0,False
+UUID_78a9b219-7722-4bf9-a5b6-8bb4ca3d1c27,228.948974609375,True,0.769999999999996,88.056,2,,,,1000,14.846,,,,,Not available,6,10,True
+DEBE00YY1Ha0003w_01,39.92578125,True,1.5630000000000024,30.237,2,,,,1000,8.564,,,,,Not available,7,7,True
+DEBE3D04YY5000025z,139.30373893013982,True,,0.0,2,31001_1010,,,1000,22.708,,,,,[],5,7,False
+DEBE3D04YY50000PO8,0.0,False,,,2,31001_1010,,1900,,,,,,,"['DEBE04YY50000PO8_01', 'DEBE3DRGSuSSxPFm', 'DEBE3DmsxtZtQEIX', 'DEBE3DkwpILbFBm5']",0,0,False
+DEBE04YY50000PO8_01,55.876953125,True,0.5769999999999982,15.216,2,,,,1000,8.857,,,,,Not available,3,5,True
+DEBE3DRGSuSSxPFm,40.71240234375,True,,0.0,2,,,,1000,23.028,,,,,Not available,2,4,True
+DEBE3DmsxtZtQEIX,265.614501953125,True,4.338999999999999,304.151,2,,,,9999,23.102,,,,,Not available,13,13,True
+DEBE3DkwpILbFBm5,97.41745056548574,True,1.1909999999999954,62.4,2,,,,5000,22.234,,,,,Not available,12,12,True
+DEBE3D04YY5000058C,0.0,False,,,2,31001_1010,,1905,,,,,,,"['UUID_8835b6e5-8beb-46e1-bd9f-ff2c3bffaefe', 'DEBE04YY5000058C_01']",0,0,False
+UUID_8835b6e5-8beb-46e1-bd9f-ff2c3bffaefe,593.942138671875,True,,0.0,2,,,,1000,21.638,,,,,Not available,51,51,True
+DEBE04YY5000058C_01,5.876930387324073,True,,0.0,2,,,,1000,18.441,,,,,Not available,4,4,True
+DEBE3D04YY500007Ml,0.0,False,,,2,31001_1120,,,,,,,,,"['DEBE3DQwl9Tso7Rh', 'DEBE3DPAsxmxFDAn']",0,0,False
+DEBE3DQwl9Tso7Rh,357.754150390625,True,,0.0,2,,,,1000,5.407,,,,,Not available,7,7,True
+DEBE3DPAsxmxFDAn,245.5283203125,True,,0.0,2,,,,1000,22.652,,,,,Not available,6,6,True
+DEBE3D04YY500007Wv,0.0,False,,,2,31001_1010,,1905,,,,,,,"['UUID_04141b0e-e630-4ddd-b67a-34a6e4538b10', 'DEBE3DDL2caEk9xN', 'DEBE3DUqAcUPNbXp', 'DEBE3DnmXS7VXNqZ']",0,0,False
+UUID_04141b0e-e630-4ddd-b67a-34a6e4538b10,224.583984375,True,4.032000000000004,280.735,2,,,,3100,24.236,,,,,Not available,16,16,True
+DEBE3DDL2caEk9xN,50.13134765625,True,4.966999999999999,124.549,2,,,,1000,25.363,,,,,Not available,4,4,True
+DEBE3DUqAcUPNbXp,95.398681640625,True,7.241,341.344,2,,,,5000,25.829,,,,,Not available,10,10,True
+DEBE3DnmXS7VXNqZ,210.78369140625,True,3.716000000000001,243.11900000000003,2,,,,3100,23.927,,,,,Not available,14,14,True
+DEBE3D04YY50000Bap,0.0,False,,,2,31001_1010,,,,,,,,,"['UUID_a418c586-6590-42a6-8273-c5d860a4f59c', 'DEBE04YY50000Bap_01']",0,0,False
+UUID_a418c586-6590-42a6-8273-c5d860a4f59c,174.6530760089775,True,,0.0,2,,,,1000,22.427,,,,,Not available,8,8,True
+DEBE04YY50000Bap_01,47.870361328125,True,1.5549999999999997,39.365,2,,,,1000,23.957,,,,,Not available,5,5,True
+DEBE3D04YY500001Yv,0.0,False,,,2,31001_1010,,,,,,,,,"['DEBE3DyVl7xB2j1Y', 'DEBE3DlFMHwfDooR', 'DEBE3Drhe17FHAPu']",0,0,False
+DEBE3DyVl7xB2j1Y,59.661376953125,True,1.3490000000000038,40.214,2,,,,1000,23.829,,,,,Not available,5,5,True
+DEBE3DlFMHwfDooR,205.776611328125,True,0.8870000000000005,87.614,2,,,,3100,23.669,,,,,Not available,18,18,True
+DEBE3Drhe17FHAPu,57.40185546875,True,1.0850000000000009,31.181,2,,,,1000,23.87,,,,,Not available,5,5,True
+DEBE3D04YY500005a4,236.73779296875,True,1.5230000000000032,171.012,2,31001_1010,,1905,3100,23.27,,,,,[],3,6,False
+DEBE3D04YY500001MA,0.0,False,,,2,31001_1010,,1905,,,,,,,"['DEBE3DoLH2ImEbFi', 'DEBE3DoY84AxpPbz', 'DEBE3DFe7GrYP5aZ']",0,0,False
+DEBE3DoLH2ImEbFi,230.852783203125,True,4.073999999999998,251.665,2,,,,9999,24.672,,,,,Not available,14,14,True
+DEBE3DoY84AxpPbz,34.71880870513137,True,,0.0,2,,,,1000,23.432,,,,,Not available,15,15,True
+DEBE3DFe7GrYP5aZ,211.337646484375,True,4.6810000000000045,520.504,2,,,,5000,25.003,,,,,Not available,14,14,True
+DEBE3D04YY50000GBo,0.0,False,,,2,31001_1010,,1905,,,,,,,"['DEBE3Dhm6lBKIcI3', 'DEBE3DQxQVGNTzcr']",0,0,False
+DEBE3Dhm6lBKIcI3,66.98022466856806,True,4.43,153.072,2,,,,1000,24.262,,,,,Not available,6,6,True
+DEBE3DQxQVGNTzcr,219.3166394467081,True,,0.0,2,,,,1000,22.472,,,,,Not available,10,10,True
+DEBE3D04YY50000CB1,0.0,False,,,2,31001_1120,,,,,,,,,"['UUID_64e7c073-ec8a-460c-baed-11e3129078a6', 'DEBE04YY50000CB1_03', 'DEBE04YY50000CB1_01', 'DEBE04YY50000CB1_02']",0,0,False
+UUID_64e7c073-ec8a-460c-baed-11e3129078a6,178.25219728167613,True,,0.0,2,,,,1000,24.189,,,,,Not available,4,4,True
+DEBE04YY50000CB1_03,36.51220703125,True,3.1899999999999977,55.705,2,,,,5000,24.638,,,,,Not available,7,7,True
+DEBE04YY50000CB1_01,36.010009765625,True,,0.0,2,,,,1000,23.446,,,,,Not available,4,4,True
+DEBE04YY50000CB1_02,30.200927734375,True,0.4170000000000016,6.692,2,,,,1000,2.98,,,,,Not available,6,6,True
+DEBE3D04AL5e30000G,235.885009765625,True,,0.0,2,31001_1120,,,9999,21.314,,,,,[],6,10,False
+DEBE3D04YY50002cQp,3.200439454770924,True,,0.0,2,51009_1610,,1905,1000,1.023,,,,,[],4,4,False
+DEBE3D04YY5000016D,0.0,False,,,2,31001_1010,,,,,,,,,"['UUID_bfa31180-0b31-4d8e-84f6-c8425efa1eaf', 'DEBE04YY5000016D_01', 'DEBE04YY5000016D_02', 'DEBE04YY5000016D_002', 'DEBE04YY5000016D_001']",0,0,False
+UUID_bfa31180-0b31-4d8e-84f6-c8425efa1eaf,157.9697265625,True,,0.0,2,,,,1000,22.962,,,,,Not available,28,28,True
+DEBE04YY5000016D_01,117.96630859375,True,,0.0,2,,,,1000,22.793,,,,,Not available,34,34,True
+DEBE04YY5000016D_02,10.156492673130243,True,1.5590000000000046,9.451,2,,,,1000,24.156,,,,,Not available,7,7,True
+DEBE04YY5000016D_002,0.737060546875,True,,0.0,2,,,,9999,3.0,,,,,Not available,6,6,True
+DEBE04YY5000016D_001,29.4326171875,True,1.820999999999998,30.933,2,,,,1000,24.324,,,,,Not available,14,14,True
+DEBE3D04YY50002cQh,17.22753901666882,True,0.20199999999999818,1.698,2,51009_1610,,,1000,3.282,,,,,[],2,4,False
+DEBE3D04YY50002bj7,48.779052734375,True,,0.0,2,51009_1610,,,1000,4.622,,,,,[],3,5,False
+DEBE3D04YY500002Vz,0.0,False,,,2,31001_1010,,1905,,,,,,,"['DEBE3DNmi23fN3KR', 'DEBE3DZUxUeLB1F6', 'DEBE3DAE86kVAG0w']",0,0,False
+DEBE3DNmi23fN3KR,213.775390625,True,3.914999999999999,213.148,2,,,,9999,23.719,,,,,Not available,8,8,True
+DEBE3DZUxUeLB1F6,95.58447265625,True,,0.0,2,,,,1000,22.833,,,,,Not available,9,9,True
+DEBE3DAE86kVAG0w,74.584716796875,True,,0.0,2,,,,1000,23.589,,,,,Not available,8,8,True
+DEBE3D04YY50002cb6,51.60693359375,True,2.0660000000000025,44.4,2,51009_1610,,,5000,5.114,,,,,[],3,6,False
+DEBE3D04YY50000E7O,831.389404296875,True,,0.0,2,31001_1010,,,1000,25.921,,,,,[],45,45,False
+DEBE3D04YY500003Pf,0.0,False,,,2,31001_1010,,,,,,,,,"['UUID_55de4721-2495-4234-aae8-a9a676af2475', 'DEBE3DlSsqbjt0fw', 'DEBE04YY500003Pf_01', 'DEBE04YY500003Pf_002', 'DEBE04YY500003Pf_001', 'DEBE3DkpPGtffcmC']",0,0,False
+UUID_55de4721-2495-4234-aae8-a9a676af2475,4.68530297094381,True,,0.0,2,,,,1000,19.846,,,,,Not available,4,4,True
+DEBE3DlSsqbjt0fw,137.410400390625,True,1.2549999999999955,70.687,2,,,,5000,19.106,,,,,Not available,21,21,True
+DEBE04YY500003Pf_01,39.817138671875,True,,0.0,2,,,,1000,21.212,,,,,Not available,14,14,True
+DEBE04YY500003Pf_002,3.091552664790106,True,,0.0,2,,,,1000,19.84,,,,,Not available,4,4,True
+DEBE04YY500003Pf_001,385.09130859375,True,5.832999999999998,1040.82,2,,,,5000,24.324,,,,,Not available,71,71,True
+DEBE3DkpPGtffcmC,44.649658203125,True,,0.0,2,,,,1000,18.492,,,,,Not available,4,4,True
+DEBE3D04YY50000Cec,0.0,False,,,2,31001_1120,,,,,,,,,"['DEBE3DWqMopv1b9x', 'DEBE3Djr3nFR1Ou0']",0,0,False
+DEBE3DWqMopv1b9x,50.22412109375,True,,0.0,2,,,,1000,24.486,,,,,Not available,5,6,True
+DEBE3Djr3nFR1Ou0,166.365478515625,True,,0.0,2,,,,1000,24.429,,,,,Not available,15,15,True
+DEBE3D04YY50000CKg,0.0,False,,,2,31001_1010,,,,,,,,,"['UUID_11ce3bd0-0d86-411e-bd51-a05ca054945c', 'DEBE3DukgCRQWKI2', 'DEBE3DMNAq7FhtvK', 'DEBE3DNcZXukac9T']",0,0,False
+UUID_11ce3bd0-0d86-411e-bd51-a05ca054945c,187.57080078125,True,,0.0,2,,,,1000,12.759,,,,,Not available,35,35,True
+DEBE3DukgCRQWKI2,59.849609375,True,,0.0,2,,,,1000,9.768,,,,,Not available,3,3,True
+DEBE3DMNAq7FhtvK,90.1201171875,True,,0.0,2,,,,1000,9.827,,,,,Not available,9,9,True
+DEBE3DNcZXukac9T,54.54638671875,True,1.2280000000000015,36.658,2,,,,1000,13.1,,,,,Not available,14,14,True
+DEBE3D04YY500003Mh,645.565673828125,True,,0.0,2,31001_1010,,,1000,21.307,,,,,[],18,20,False
+DEBE3D04YY50002cDn,0.0,False,,,2,51009_1610,,,,,,,,,"['DEBE3DcpCo2ePk3E', 'DEBE3DIDGgiyuj4s']",0,0,False
+DEBE3DcpCo2ePk3E,81.533447265625,True,1.485999999999997,47.112,2,,,,5000,6.161,,,,,Not available,9,9,True
+DEBE3DIDGgiyuj4s,59.1064453125,True,,0.0,2,,,,1000,4.631,,,,,Not available,4,5,True
+DEBE3D04YY500002lt,0.0,False,,,2,31001_1010,,1905,,,,,,,"['DEBE3DgWbKwAAnnT', 'DEBE3DrvzFm4nGvG']",0,0,False
+DEBE3DgWbKwAAnnT,174.193603515625,True,,0.0,2,,,,1000,19.283,,,,,Not available,11,11,True
+DEBE3DrvzFm4nGvG,377.834716796875,True,0.0009999999999976694,0.362,2,,,,1000,19.284,,,,,Not available,9,9,True
+DEBE3D04YY500003Ow,551.3349609375,True,,0.0,2,31001_1120,,,1000,20.754,,,,,[],11,12,False
+DEBE3D04YY50002blL,17.57788084516007,True,,0.0,2,51009_1610,,1905,1000,3.542,,,,,[],4,4,False
+DEBE3D04AL5e90001L,43.6337890625,True,0.4969999999999999,9.232,2,51009_1610,,,1000,4.44,,,,,[],6,7,False
+DEBE3D04YY50000Qxi,0.0,False,,,2,31001_1010,,,,,,,,,"['DEBE04YY50000Qxi_01', 'DEBE3DafvNYLif5R', 'DEBE3DGEeLhTY6RY', 'DEBE3DrlHyG1YJvK', 'DEBE3DNmOJh2wQP0']",0,0,False
+DEBE04YY50000Qxi_01,198.0810546875,True,8.551000000000002,777.7139999999999,2,,,,5000,28.644,,,,,Not available,30,30,True
+DEBE3DafvNYLif5R,162.333984375,True,8.741,480.66200000000003,2,,,,5000,26.75,,,,,Not available,11,11,True
+DEBE3DGEeLhTY6RY,35.084228515625,True,2.358000000000004,29.893,2,,,,9999,23.255,,,,,Not available,13,13,True
+DEBE3DrlHyG1YJvK,137.139404296875,True,1.5850000000000009,101.082,2,,,,3100,24.283,,,,,Not available,9,9,True
+DEBE3DNmOJh2wQP0,317.593017578125,True,8.456999999999994,895.801,2,,,,5000,27.704,,,,,Not available,16,16,True
+DEBE3D04YY500009jQ,0.0,False,,,2,31001_1010,,1905,,,,,,,"['DEBE3Dk6lzzYDDtv', 'DEBE3DNhzpeI1UVS', 'DEBE3DrhXYGT007j', 'DEBE3DErYgSQI2VM']",0,0,False
+DEBE3Dk6lzzYDDtv,238.466552734375,True,3.4720000000000013,232.571,2,,,,9999,23.644,,,,,Not available,4,8,True
+DEBE3DNhzpeI1UVS,90.264404296875,True,,0.0,2,,,,1000,21.866,,,,,Not available,10,10,True
+DEBE3DrhXYGT007j,61.369873046875,True,,0.0,2,,,,1000,22.453,,,,,Not available,4,4,True
+DEBE3DErYgSQI2VM,215.633544921875,True,5.698,633.4359999999999,2,,,,3100,25.21,,,,,Not available,9,9,True
+DEBE3D04YY500009Qd,759.65087890625,True,,0.0,2,31001_1010,,1905,1000,21.427,,,,,[],40,44,False
+DEBE3D04YY500004b8,0.0,False,,,2,31001_1010,,,,,,,,,"['UUID_c9e6535e-ddc2-4c54-88bb-533dc388010d', 'DEBE04YY500004b8_01', 'DEBE04YY500004b8_02']",0,0,False
+UUID_c9e6535e-ddc2-4c54-88bb-533dc388010d,225.34033203125,True,,0.0,2,,,,1000,14.815,,,,,Not available,22,22,True
+DEBE04YY500004b8_01,13.696533203125,True,0.29399999999999693,2.728,2,,,,1000,11.639,,,,,Not available,2,2,True
+DEBE04YY500004b8_02,10.309326171875,True,0.9690000000000012,6.757,2,,,,1000,12.468,,,,,Not available,2,2,True
+DEBE3D04YY500003ZJ,0.0,False,,,2,31001_1010,,,,,,,,,"['DEBE3DYjGyBaAL0T', 'DEBE3DLJ9UWBhUTW', 'DEBE3Dl7LO0MLn4a', 'DEBE3DPL8lGUWuyx']",0,0,False
+DEBE3DYjGyBaAL0T,51.068359375,True,0.3709999999999951,9.98,2,,,,1000,15.549,,,,,Not available,5,5,True
+DEBE3DLJ9UWBhUTW,31.651123046875,True,0.22100000000000364,3.434,2,,,,1000,15.484,,,,,Not available,5,5,True
+DEBE3Dl7LO0MLn4a,281.482666015625,True,0.0030000000000001137,0.838,2,,,,1000,15.28,,,,,Not available,13,13,True
+DEBE3DPL8lGUWuyx,115.562255859375,True,0.003999999999997783,0.156,2,,,,1000,15.274,,,,,Not available,8,8,True
+DEBE3D04YY50000DEj,0.0,False,,,2,31001_1010,,1905,,,,,,,"['UUID_0a6b3e41-b95d-4548-9bf5-2e94a0feb33a', 'DEBE04YY50000DEj_01']",0,0,False
+UUID_0a6b3e41-b95d-4548-9bf5-2e94a0feb33a,201.95849609375,True,,0.0,2,,,,1000,16.251,,,,,Not available,4,4,True
+DEBE04YY50000DEj_01,16.871337890625,True,,0.0,2,,,,1000,4.076,,,,,Not available,3,3,True
+DEBE3D04YY500009Fz,23.05859375,True,,0.0,2,31001_2143,,1905,1000,17.89,,,,,[],5,6,False
+DEBE3D04YY50000COa,0.0,False,,,2,31001_1010,,1905,,,,,,,"['UUID_7a4082e2-89cc-43b9-a26f-8f2e4e3e4afa', 'DEBE04YY50000COa_01']",0,0,False
+UUID_7a4082e2-89cc-43b9-a26f-8f2e4e3e4afa,598.000244140625,True,,0.0,2,,,,1000,21.662,,,,,Not available,16,16,True
+DEBE04YY50000COa_01,77.808837890625,True,1.756999999999998,69.497,2,,,,1000,21.561,,,,,Not available,6,7,True
+DEBE3D04YY500002ND,0.0,False,,,2,31001_1010,,,,,,,,,"['DEBE3DiONMAy6mDQ', 'DEBE3DfnCvJrJtLN']",0,0,False
+DEBE3DiONMAy6mDQ,249.139404296875,True,,0.0,2,,,,1000,19.584,,,,,Not available,6,6,True
+DEBE3DfnCvJrJtLN,150.308837890625,True,,0.0,2,,,,1000,19.621,,,,,Not available,6,7,True
+DEBE3D04YY500003Re,0.0,False,,,2,31001_3016,,,,,,,,,"['DEBE3DBxKYFAjQqF', 'DEBE3DDFpe90nfOO']",0,0,False
+DEBE3DBxKYFAjQqF,29.070556640625,True,2.978999999999999,43.299,2,,,,1000,16.775,,,,,Not available,4,4,True
+DEBE3DDFpe90nfOO,335.89892578125,True,3.6340000000000003,170.15099999999998,2,,,,9999,17.058,,,,,Not available,16,16,True
+DEBE3D04YY50000PBN,0.0,False,,,2,31001_1010,,1905,,,,,,,"['DEBE3DD1gcgfNTmz', 'DEBE3DLjH8utG6Ej', 'DEBE3DQSHg6E1qUt']",0,0,False
+DEBE3DD1gcgfNTmz,245.8115234375,True,,0.0,2,,,,1000,22.591,,,,,Not available,18,18,True
+DEBE3DLjH8utG6Ej,414.86572265625,True,3.280999999999999,488.324,2,,,,3100,24.909,,,,,Not available,13,13,True
+DEBE3DQSHg6E1qUt,51.794921875,True,0.5919999999999987,15.385,2,,,,1000,22.658,,,,,Not available,4,4,True
+DEBE3D04YY50000D5W,0.0,False,,,2,31001_1010,,,,,,,,,"['DEBE3DAiHuOOI1hn', 'DEBE3DA8mEUqvYKy', 'DEBE3DpH0qCRteRP']",0,0,False
+DEBE3DAiHuOOI1hn,57.151611328125,True,0.5229999999999961,17.353,2,,,,1000,23.401,,,,,Not available,5,5,True
+DEBE3DA8mEUqvYKy,61.214111328125,True,0.6119999999999948,20.192,2,,,,1000,23.447,,,,,Not available,6,6,True
+DEBE3DpH0qCRteRP,289.259765625,True,1.0009999999999977,144.767,2,,,,1000,23.965,,,,,Not available,6,6,True
+DEBE3D04YY500003zn,269.4638671875,True,,0.0,2,31001_1010,,,1000,22.718,,,,,[],20,21,False
+DEBE3D04YY5000010A,0.0,False,,,2,31001_3010,,,,,,,,,"['UUID_6ea27d5d-85da-45b2-8fe7-7c6bef164099', 'DEBE04YY5000010A_01', 'DEBE04YY5000010A_001']",0,0,False
+UUID_6ea27d5d-85da-45b2-8fe7-7c6bef164099,132.388671875,True,4.3969999999999985,195.81900000000002,2,,,,3500,13.5,,,,,Not available,7,7,True
+DEBE04YY5000010A_01,812.916015625,True,5.751999999999995,1961.01,2,,,,3100,11.46,,,,,Not available,11,11,True
+DEBE04YY5000010A_001,131.66723496066086,True,4.265999999999998,189.818,2,,,,3500,13.355,,,,,Not available,10,10,True
+DEBE3D04YY50000IVk,0.0,False,,,2,31001_1010,,1905,,,,,,,"['DEBE3DzIUyPy0GF5', 'DEBE3Dm46cplXNa5', 'DEBE3Dh6N9HdP29x', 'DEBE3Dg0JmG6p7Lg']",0,0,False
+DEBE3DzIUyPy0GF5,30.2919921875,True,0.6170000000000044,10.415,2,,,,1000,24.289,,,,,Not available,5,5,True
+DEBE3Dm46cplXNa5,255.7685546875,True,1.5689999999999955,216.98,2,,,,1000,25.117,,,,,Not available,9,9,True
+DEBE3Dh6N9HdP29x,85.98681640625,True,0.6030000000000015,25.381,2,,,,1000,24.246,,,,,Not available,9,9,True
+DEBE3Dg0JmG6p7Lg,64.358642578125,True,4.268999999999998,160.297,2,,,,3100,24.02,,,,,Not available,8,8,True
+DEBE3D04YY50000OZp,328.487060546875,True,,0.0,2,31001_1010,,,1000,19.643,,,,,[],6,8,False
+DEBE3D04YY500005Jv,191.65185546875,True,1.1359999999999957,92.684,2,31001_1010,,,5000,14.766,,,,,[],16,18,False
+DEBE3D04YY500004IA,0.0,False,,,2,31001_1010,,1905,,,,,,,"['DEBE3Dznv2pfgqrb', 'DEBE3DVfBTCGpPcE', 'DEBE3DMEDsTiQAkA', 'DEBE3DtyYd5w73Pn']",0,0,False
+DEBE3Dznv2pfgqrb,309.33447265625,True,3.5859999999999985,271.13,2,,,,9999,22.283,,,,,Not available,14,14,True
+DEBE3DVfBTCGpPcE,49.99365234375,True,5.795999999999999,143.81900000000002,2,,,,5000,24.613,,,,,Not available,8,9,True
+DEBE3DMEDsTiQAkA,324.908203125,True,4.234000000000002,343.35400000000004,2,,,,9999,22.172,,,,,Not available,16,16,True
+DEBE3DtyYd5w73Pn,26.160644139766777,True,4.909999999999997,53.870999999999995,2,,,,5000,23.417,,,,,Not available,4,4,True
+DEBE3D04YY50002bxx,3.474123149405072,True,,0.0,2,51009_1610,,,1000,3.406,,,,,[],3,4,False
+DEBE3D04YY50000Cxy,0.0,False,,,2,31001_1010,,,,,,,,,"['UUID_6b49ed59-6063-496e-a297-acf4d4992f75', 'DEBE04YY50000Cxy_01', 'DEBE04YY50000Cxy_001']",0,0,False
+UUID_6b49ed59-6063-496e-a297-acf4d4992f75,224.2138667457259,True,1.2970000000000041,158.065,2,,,,1000,21.608,,,,,Not available,8,8,True
+DEBE04YY50000Cxy_01,62.46728515625,True,0.4140000000000015,12.776,2,,,,1000,18.818,,,,,Not available,5,5,True
+DEBE04YY50000Cxy_001,191.840087890625,True,1.3909999999999982,130.712,2,,,,3100,19.762,,,,,Not available,12,12,True
+DEBE3D04YY500007nt,15.410400390625,True,,0.0,2,31001_2523,,,1000,3.003,,,,,[],4,4,False
+DEBE3D04YY500006JC,0.0,False,,,2,31001_1010,,1905,,,,,,,"['DEBE3DCE8hzlT9J5', 'DEBE3Dv1l92bmK84', 'DEBE3DY2gOUgPhZq', 'DEBE3DKKINQX9m54']",0,0,False
+DEBE3DCE8hzlT9J5,288.88134765625,True,3.3569999999999993,187.821,2,,,,9999,22.639,,,,,Not available,10,10,True
+DEBE3Dv1l92bmK84,33.63916015625,True,4.1370000000000005,40.051,2,,,,3100,22.437,,,,,Not available,8,8,True
+DEBE3DY2gOUgPhZq,387.60302735834756,True,4.716999999999999,502.53700000000003,2,,,,5000,23.835,,,,,Not available,5,5,True
+DEBE3DKKINQX9m54,100.282470703125,True,,0.0,2,,,,1000,22.355,,,,,Not available,11,11,True
+DEBE3D04YY50000R68,175.126708984375,True,,0.0,2,31001_2120,,,1000,20.284,,,,,[],5,7,False
+DEBE3D04YY50002cVL,3.4921875,True,,0.0,2,51009_1610,,,1000,15.733,,,,,[],3,4,False
+DEBE3D04YY50000K83,85.0234375,True,1.3350000000000009,69.718,2,31001_1010,,,1000,20.658,,,,,[],5,6,False
+DEBE3D04YY500006oB,0.0,False,,,2,31001_1010,,1905,,,,,,,"['DEBE3DNvy8Mr4hpJ', 'DEBE3DDRVFXIUl9Q', 'DEBE3DrKmGsJEbVs']",0,0,False
+DEBE3DNvy8Mr4hpJ,77.6105946205066,True,1.301000000000002,72.26,2,,,,1000,22.625,,,,,Not available,5,5,True
+DEBE3DDRVFXIUl9Q,108.845458984375,True,,0.0,2,,,,1000,22.304,,,,,Not available,7,7,True
+DEBE3DrKmGsJEbVs,229.8447265625,True,,0.0,2,,,,1000,22.48,,,,,Not available,7,7,True
+DEBE3D04YY500001FC,0.0,False,,,2,31001_1010,,1905,,,,,,,"['DEBE3DILqw8Vt9SY', 'DEBE3Dgm6leVFakw', 'DEBE3DcB7KfauXjd', 'DEBE3DSsstcP0GPj', 'DEBE3DWXoQawVjpR', 'DEBE04YY500001FC_01']",0,0,False
+DEBE3DILqw8Vt9SY,195.730224609375,True,3.7749999999999986,197.54399999999998,2,,,,9999,24.116,,,,,Not available,13,13,True
+DEBE3Dgm6leVFakw,218.1455078125,True,1.743000000000002,179.245,2,,,,5000,24.948,,,,,Not available,12,12,True
+DEBE3DcB7KfauXjd,131.525390625,True,6.895000000000003,445.95399999999995,2,,,,5000,27.447,,,,,Not available,12,12,True
+DEBE3DSsstcP0GPj,64.64404296875,True,4.814999999999998,121.75,2,,,,3100,25.842,,,,,Not available,5,5,True
+DEBE3DWXoQawVjpR,96.963623046875,True,5.985999999999997,289.793,2,,,,1000,25.995,,,,,Not available,7,7,True
+DEBE04YY500001FC_01,28.171630859375,True,2.4000000000000057,30.396,2,,,,5000,3.764,,,,,Not available,5,5,True
+DEBE3D04YY50000OFp,0.0,False,,,2,31001_1010,,,,,,,,,"['UUID_3637e33b-a543-4bf5-aba8-0e79f29656a1', 'DEBE04YY50000OFp_03', 'DEBE04YY50000OFp_02', 'DEBE04YY50000OFp_01']",0,0,False
+UUID_3637e33b-a543-4bf5-aba8-0e79f29656a1,103.357177734375,True,,0.0,2,,,,1000,19.334,,,,,Not available,10,10,True
+DEBE04YY50000OFp_03,48.76733415616162,True,,0.0,2,,,,1000,13.015,,,,,Not available,4,4,True
+DEBE04YY50000OFp_02,108.241943359375,True,,0.0,2,,,,1000,16.5,,,,,Not available,4,6,True
+DEBE04YY50000OFp_01,12.400633933310212,True,,0.0,2,,,,1000,18.515,,,,,Not available,1,2,True
+DEBE3D04YY50000C20,0.0,False,,,2,31001_3010,,,,,,,,,"['DEBE3DUDdtefrf81', 'DEBE04YY50000C20_01', 'DEBE3DfGM6z7hppl', 'DEBE3DRyLQctJooD']",0,0,False
+DEBE3DUDdtefrf81,87.855712890625,True,,0.0,2,,,,1000,22.624,,,,,Not available,7,7,True
+DEBE04YY50000C20_01,32.4765625,True,,0.0,2,,,,1000,5.352,,,,,Not available,21,21,True
+DEBE3DfGM6z7hppl,384.87939453125,True,1.2310000000000016,231.56,2,,,,1000,22.931,,,,,Not available,8,8,True
+DEBE3DRyLQctJooD,81.106689453125,True,,0.0,2,,,,1000,22.706,,,,,Not available,7,7,True
+DEBE3D04YY50000BBT,152.091796875,True,3.6880000000000024,213.42,2,31001_2591,,,3200,7.946,,,,,[],10,10,False
+DEBE3D04YY500006na,788.22900390625,True,,0.0,2,31001_1010,,1905,9999,3.0,,,,,[],17,22,False
+DEBE3D04YY50000Mls,0.0,False,,,2,31001_1010,,1955,,,,,,,"['DEBE3DuEyXxgNxQp', 'DEBE3Dcl7oAdpvit']",0,0,False
+DEBE3DuEyXxgNxQp,261.413818359375,True,0.5110000000000028,69.588,2,,,,1000,17.267,,,,,Not available,20,20,True
+DEBE3Dcl7oAdpvit,55.69873046875,True,0.527000000000001,17.77,2,,,,1000,17.26,,,,,Not available,6,6,True
+DEBE3D04YY50000OyT,0.0,False,,,2,31001_1010,,,,,,,,,"['DEBE3DuzXkY0MS99', 'DEBE3Dq1vkizkIea', 'DEBE3DA4LYCKZzB5', 'DEBE3Dww66KUn1nw']",0,0,False
+DEBE3DuzXkY0MS99,85.430419921875,True,1.2179999999999964,57.72,2,,,,1000,21.76,,,,,Not available,9,9,True
+DEBE3Dq1vkizkIea,189.77490234375,True,2.2749999999999986,44.882,2,,,,9999,20.766,,,,,Not available,8,8,True
+DEBE3DA4LYCKZzB5,39.1728515625,True,0.9429999999999978,23.248,2,,,,1000,21.134,,,,,Not available,5,5,True
+DEBE3Dww66KUn1nw,205.571044921875,True,0.9230000000000018,101.946,2,,,,1000,21.82,,,,,Not available,12,12,True
+DEBE3D04YY50000PbF,84.51855446559493,True,8.368000000000002,349.65700000000004,2,31001_2460,,1905,5000,17.561,,,,,[],7,7,False
+DEBE3D04YY50000MFN,0.0,False,,,2,31001_1010,,1905,,,,,,,"['DEBE3DrqmkUfTHzn', 'DEBE3DAuc8N2usSo', 'DEBE3DKrHUGNteGF', 'DEBE3DUroIEPtE9R', 'DEBE3DVfrr0gQwm6']",0,0,False
+DEBE3DrqmkUfTHzn,223.984619140625,True,2.4979999999999976,112.088,2,,,,9999,23.636,,,,,Not available,11,11,True
+DEBE3DAuc8N2usSo,48.043212890625,True,0.9930000000000021,23.948,2,,,,1000,22.43,,,,,Not available,5,5,True
+DEBE3DKrHUGNteGF,27.703369140625,True,3.924999999999997,30.267,2,,,,3100,23.263,,,,,Not available,6,6,True
+DEBE3DUroIEPtE9R,119.9921875,True,,0.0,2,,,,1000,21.98,,,,,Not available,10,10,True
+DEBE3DVfrr0gQwm6,27.441650390625,True,3.4170000000000016,29.410999999999998,2,,,,3100,24.187,,,,,Not available,6,6,True
+DEBE3D04YY50000ImQ,0.0,False,,,2,31001_1010,,1905,,,,,,,"['DEBE3Ds1PjN4tHeI', 'DEBE3Dxvrpn6kedC', 'DEBE3Dcogx8ciw2f', 'DEBE3DK2y6RWvOtn']",0,0,False
+DEBE3Ds1PjN4tHeI,199.65380859375,True,2.8599999999999994,127.58099999999999,2,,,,9999,20.883,,,,,Not available,15,15,True
+DEBE3Dxvrpn6kedC,42.203125,True,4.5049999999999955,96.694,2,,,,1000,22.713,,,,,Not available,4,4,True
+DEBE3Dcogx8ciw2f,62.511962890625,True,,0.0,2,,,,1000,20.619,,,,,Not available,9,9,True
+DEBE3DK2y6RWvOtn,58.73278854712692,True,,0.0,2,,,,1000,20.762,,,,,Not available,6,6,True
+DEBE3D04YY50000Rfo,196.41845703125,True,,0.0,2,31001_1010,,1905,1000,21.315,,,,,[],20,23,False
+DEBE3D04YY50000AJm,0.0,False,,,2,31001_1010,,1905,,,,,,,"['DEBE3DXzoNKD0xX9', 'DEBE04YY50000AJm_01', 'DEBE3Dy50HNkKdnK']",0,0,False
+DEBE3DXzoNKD0xX9,52.4375,True,,0.0,2,,,,1000,24.924,,,,,Not available,7,7,True
+DEBE04YY50000AJm_01,97.24560546875,True,,0.0,2,,,,1000,21.833,,,,,Not available,14,14,True
+DEBE3Dy50HNkKdnK,202.727294921875,True,1.678999999999995,184.029,2,,,,3100,27.829,,,,,Not available,10,10,True
+DEBE3D04YY50000Rt0,0.0,False,,,2,31001_1010,,1905,,,,,,,"['DEBE3Db2q6AeNnua', 'DEBE3DK56s0w830s']",0,0,False
+DEBE3Db2q6AeNnua,48.765380859375,True,,0.0,2,,,,1000,21.501,,,,,Not available,7,7,True
+DEBE3DK56s0w830s,219.894287109375,True,3.658999999999999,144.528,2,,,,9999,22.853,,,,,Not available,10,10,True
+DEBE3D04YY50000OVk,200.471435546875,True,0.9539999999999935,101.056,2,31001_1010,,,3100,15.651,,,,,[],14,18,False
+DEBE3D04YY50000Qyp,0.0,False,,,2,31001_2200,,,,,,,,,"['DEBE3DDOWZ0fI0Pt', 'DEBE3Dmc3LxUGBnK', 'DEBE04YY50000Qyp_01']",0,0,False
+DEBE3DDOWZ0fI0Pt,771.7490234375,True,3.701999999999998,601.7900000000001,2,,,,9999,25.969,,,,,Not available,7,7,True
+DEBE3Dmc3LxUGBnK,46.265625,True,3.9170000000000016,67.929,2,,,,3100,26.075,,,,,Not available,12,12,True
+DEBE04YY50000Qyp_01,7.20166015625,True,,0.0,2,,,,9999,3.0,,,,,Not available,14,14,True
+DEBE3D04YY50000AJz,470.560546875,True,,0.0,2,31001_1010,,,3100,20.782,,,,,[],21,23,False
+DEBE3D04YY50000ERg,233.747802734375,True,4.859000000000002,241.708,2,31001_1010,,1905,9999,22.3,,,,,[],11,17,False
+DEBE3D04YY500001Wu,0.0,False,,,2,31001_1010,,1905,,,,,,,"['DEBE3DyvbLV7M5LD', 'DEBE3DpZoUfGEZuQ', 'DEBE3DrOL3Uc7bsG']",0,0,False
+DEBE3DyvbLV7M5LD,237.701171875,True,1.654999999999994,169.565,2,,,,5000,22.598,,,,,Not available,7,7,True
+DEBE3DpZoUfGEZuQ,248.45556640625,True,4.791000000000004,354.783,2,,,,9999,21.402,,,,,Not available,15,15,True
+DEBE3DrOL3Uc7bsG,108.150634765625,True,,0.0,2,,,,1000,21.259,,,,,Not available,9,9,True
+DEBE3D04YY50000LDg,58.4775390625,True,,0.0,2,31001_2460,,1905,1000,2.388,,,,,[],4,4,False
+DEBE3D04YY5000090d,0.0,False,,,2,31001_1010,,,,,,,,,"['DEBE3DAyiXEsQWtk', 'DEBE3DTnq8mTSaNE', 'DEBE3DZkSuRynAkw']",0,0,False
+DEBE3DAyiXEsQWtk,201.08935546875,True,2.658999999999999,268.882,2,,,,3100,21.955,,,,,Not available,17,17,True
+DEBE3DTnq8mTSaNE,50.330078125,True,1.1360000000000028,30.473,2,,,,1000,20.802,,,,,Not available,8,8,True
+DEBE3DZkSuRynAkw,29.23388671875,True,2.3530000000000015,38.933,2,,,,1000,21.109,,,,,Not available,5,5,True
+DEBE3D04YY500006iV,0.0,False,,,2,31001_1010,,1905,,,,,,,"['DEBE04YY500006iV_05', 'DEBE04YY500006iV_01', 'DEBE3DcjEnxajUvM', 'DEBE04YY500006iV_06', 'DEBE04YY500006iV_02', 'DEBE04YY500006iV_04', 'DEBE3DM5hkyyVeO0', 'DEBE04YY500006iV_03']",0,0,False
+DEBE04YY500006iV_05,10.821044904957283,True,1.5329999999999941,7.615,2,,,,3100,20.967,,,,,Not available,3,3,True
+DEBE04YY500006iV_01,4.6450227251102705,True,,0.0,2,,,,1000,22.313,,,,,Not available,3,3,True
+DEBE3DcjEnxajUvM,125.723876953125,True,,0.0,2,,,,1000,22.632,,,,,Not available,13,13,True
+DEBE04YY500006iV_06,3.2714841903244154,True,,0.0,2,,,,1000,22.396,,,,,Not available,2,2,True
+DEBE04YY500006iV_02,2.226319479046411,True,,0.0,2,,,,1000,22.902,,,,,Not available,4,4,True
+DEBE04YY500006iV_04,3.9193562034800022,True,,0.0,2,,,,1000,16.216,,,,,Not available,3,3,True
+DEBE3DM5hkyyVeO0,92.856689453125,True,,0.0,2,,,,1000,22.513,,,,,Not available,4,4,True
+DEBE04YY500006iV_03,6.748615186106653,True,,0.0,2,,,,1000,22.268,,,,,Not available,11,11,True
+DEBE3D04YY50002bxT,2.501220703125,True,,0.0,2,51009_1610,,,1000,3.912,,,,,[],4,4,False
+DEBE3D04YY50000FnV,0.0,False,,,2,31001_1010,,,,,,,,,"['DEBE04YY50000FnV_01', 'DEBE3DIpeGUz9YBN', 'DEBE3Dr7CJdJLb26']",0,0,False
+DEBE04YY50000FnV_01,34.118408203125,True,0.3879999999999981,6.619,2,,,,1000,4.327,,,,,Not available,3,3,True
+DEBE3DIpeGUz9YBN,109.742919921875,True,,0.0,2,,,,1000,22.903,,,,,Not available,13,13,True
+DEBE3Dr7CJdJLb26,228.577880859375,True,3.727000000000004,311.016,2,,,,3100,24.546,,,,,Not available,11,11,True
+DEBE3D04YY50000P3L,494.45458984375,True,,0.0,2,31001_1010,,,1000,22.299,,,,,[],20,22,False
+DEBE3D04YY500009yI,0.0,False,,,2,31001_1120,,,,,,,,,"['DEBE3DEUCJJqmxtO', 'DEBE3DFWGsRSnEsn', 'DEBE3DQhY9ERt8s3']",0,0,False
+DEBE3DEUCJJqmxtO,65.78955078125,True,4.116,103.94800000000001,2,,,,5000,21.457,,,,,Not available,7,7,True
+DEBE3DFWGsRSnEsn,227.01611328125,True,4.087000000000003,590.341,2,,,,3100,25.268,,,,,Not available,15,15,True
+DEBE3DQhY9ERt8s3,70.044189453125,True,4.503999999999998,164.591,2,,,,3100,22.732,,,,,Not available,8,8,True
+DEBE3D04YY500002jr,0.0,False,,,2,31001_1010,,1905,,,,,,,"['UUID_fceb27c1-af69-4a5d-8df1-677d03caa986', 'DEBE04YY500002jr_01']",0,0,False
+UUID_fceb27c1-af69-4a5d-8df1-677d03caa986,202.91138042543307,True,,0.0,2,,,,1000,15.768,,,,,Not available,5,5,True
+DEBE04YY500002jr_01,16.875488377916774,True,,0.0,2,,,,1000,3.686,,,,,Not available,3,3,True
+DEBE3D04YY50000LnT,0.0,False,,,2,31001_1010,,,,,,,,,"['UUID_2c1b244a-3dbb-4f07-bbfe-c8e7453d6120', 'DEBE04YY50000LnT_01', 'DEBE04YY50000LnT_02']",0,0,False
+UUID_2c1b244a-3dbb-4f07-bbfe-c8e7453d6120,354.84326171875,True,1.9069999999999965,343.086,2,,,,5000,24.97,,,,,Not available,51,51,True
+DEBE04YY50000LnT_01,137.9365234375,True,,0.0,2,,,,1000,21.954,,,,,Not available,9,10,True
+DEBE04YY50000LnT_02,83.8388671875,True,0.6090000000000018,37.468,2,,,,1000,21.931,,,,,Not available,13,15,True
+DEBE3D04YY50000Dbq,15.728271558976555,True,,0.0,2,31001_2143,,,1000,2.825,,,,,[],4,4,False
+DEBE3D04YY50000FQS,867.34619140625,True,2.3329999999999984,244.19,2,31001_1010,,1905,5000,25.08,,,,,[],36,40,False
+DEBE3D04YY50000JjD,73.32373046875,True,,0.0,2,31001_2460,,1905,1000,2.207,,,,,[],4,4,False
+DEBE3D04YY50000AwI,192.676757825959,True,2.7550000000000026,139.949,2,31001_1010,,,9999,21.883,,,,,[],6,6,False
+DEBE3D04YY50000Hsc,0.0,False,,,2,31001_1010,,1905,,,,,,,"['UUID_0918b144-3ac7-48f3-b63a-a65cd62ad6bb', 'DEBE3DWYUq5mjplt', 'DEBE3DGwLK9086zj']",0,0,False
+UUID_0918b144-3ac7-48f3-b63a-a65cd62ad6bb,250.025146484375,True,1.7109999999999985,203.25900000000001,2,,,,3100,21.315,,,,,Not available,11,11,True
+DEBE3DWYUq5mjplt,137.79638671875,True,,0.0,2,,,,1000,21.109,,,,,Not available,9,10,True
+DEBE3DGwLK9086zj,46.946533203125,True,1.2629999999999981,22.985,2,,,,5000,21.44,,,,,Not available,6,6,True
+DEBE3D04AL5e30000K,26.54736328125,True,0.5090000000000003,6.724,2,31001_2523,,,1000,2.693,,,,,[],2,4,False
+DEBE3D04YY500002aB,0.0,False,,,2,31001_1010,,,,,,,,,"['DEBE3DYojyn19IYm', 'DEBE3DYDPpsvbUpl']",0,0,False
+DEBE3DYojyn19IYm,26.65673828125,True,0.4750000000000014,6.458,2,,,,1000,19.544,,,,,Not available,3,5,True
+DEBE3DYDPpsvbUpl,385.87084291407626,True,,0.0,2,,,,1000,19.163,,,,,Not available,20,20,True
+DEBE3D04YY50000Cyt,0.0,False,,,2,31001_1010,,1905,,,,,,,"['DEBE3Dh8eiYlMtaP', 'DEBE3DksLMqvFR56']",0,0,False
+DEBE3Dh8eiYlMtaP,34.759033203125,True,1.3490000000000038,23.504,2,,,,1000,22.18,,,,,Not available,4,4,True
+DEBE3DksLMqvFR56,213.5595703125,True,3.796999999999997,244.81799999999998,2,,,,3100,22.963,,,,,Not available,9,9,True
+DEBE3D04YY50000PVY,48.128438924280424,True,1.0279999999999987,79.078,2,31001_1010,,,5000,20.063,,,,,[],14,18,False
+DEBE3D04YY50000POZ,0.0,False,,,2,31001_1010,,1905,,,,,,,"['DEBE3DUlXEhFujTd', 'DEBE3DileYug4YfW']",0,0,False
+DEBE3DUlXEhFujTd,151.63623046875,True,1.009999999999998,88.033,2,,,,1000,21.528,,,,,Not available,15,15,True
+DEBE3DileYug4YfW,152.56159487779865,True,2.851000000000006,124.857,2,,,,9999,21.548,,,,,Not available,13,13,True
+DEBE3D04YY50000CFB,46.820068359375,True,,0.0,2,31001_2463,,,1000,2.8,,,,,[],4,4,False
+DEBE3D04YY50000OMC,0.0,False,,,2,31001_1010,,,,,,,,,"['UUID_708caf4c-fd35-46fd-8b00-afb080094ada', 'DEBE3DAYrLUZc05y', 'DEBE3DOkzrTWNG6u']",0,0,False
+UUID_708caf4c-fd35-46fd-8b00-afb080094ada,50.02880657698041,True,3.048000000000002,40.230999999999995,2,,,,9999,22.781,,,,,Not available,9,9,True
+DEBE3DAYrLUZc05y,119.751953125,True,3.492999999999995,130.452,2,,,,9999,24.125,,,,,Not available,9,9,True
+DEBE3DOkzrTWNG6u,53.6298828125,True,,0.0,2,,,,1000,24.085,,,,,Not available,7,7,True
+DEBE3D04YY500002cG,0.0,False,,,2,31001_1010,,1905,,,,,,,"['DEBE3DKZPqgfd53F', 'DEBE3DKcQPjKsz0L', 'DEBE3DxEgYvnXH7B', 'DEBE3Dd6pq96v7vM']",0,0,False
+DEBE3DKZPqgfd53F,52.3125,True,4.2479999999999976,149.561,2,,,,1000,24.666,,,,,Not available,7,7,True
+DEBE3DKcQPjKsz0L,220.07275390625,True,3.4370000000000047,178.394,2,,,,9999,23.262,,,,,Not available,15,15,True
+DEBE3DxEgYvnXH7B,207.22802734375,True,5.7450000000000045,571.326,2,,,,3100,25.628,,,,,Not available,13,13,True
+DEBE3Dd6pq96v7vM,84.70751953125,True,,0.0,2,,,,1000,22.95,,,,,Not available,8,8,True
+DEBE3D04YY50000NMB,0.0,False,,,2,31001_1010,,1905,,,,,,,"['DEBE3DgvkLCVY4ss', 'DEBE3DU7sWLMbzdR', 'DEBE04YY50000NMB_03', 'DEBE04YY50000NMB_05', 'DEBE04YY50000NMB_01', 'DEBE04YY50000NMB_04', 'DEBE04YY50000NMB_02']",0,0,False
+DEBE3DgvkLCVY4ss,130.57098123262037,True,1.1479999999999961,60.459,2,,,,5000,23.647,,,,,Not available,16,16,True
+DEBE3DU7sWLMbzdR,38.956298828125,True,,0.0,2,,,,1000,22.641,,,,,Not available,7,7,True
+DEBE04YY50000NMB_03,4.266357421875,True,,0.0,2,,,,1000,20.119,,,,,Not available,3,3,True
+DEBE04YY50000NMB_05,2.3583984375,True,,0.0,2,,,,9999,21.752,,,,,Not available,6,6,True
+DEBE04YY50000NMB_01,2.6274606670361367,True,,0.0,2,,,,1000,22.97,,,,,Not available,6,6,True
+DEBE04YY50000NMB_04,2.4052669167890017,True,,0.0,2,,,,1000,17.146,,,,,Not available,3,3,True
+DEBE04YY50000NMB_02,23.816162109375,True,,0.0,2,,,,9999,3.0,,,,,Not available,6,6,True
+DEBE3D04YY500006k7,14.802246092276052,True,,0.0,2,31001_2463,,,1000,2.178,,,,,[],4,5,False
+DEBE3D04YY500008PC,0.0,False,,,2,31001_1010,,1955,,,,,,,"['DEBE3DVLwZYj28GI', 'DEBE3DVIq6kM0KvY', 'DEBE3DZbE12ZLpse']",0,0,False
+DEBE3DVLwZYj28GI,71.36328125,True,0.4540000000000006,16.13,2,,,,1000,17.336,,,,,Not available,3,3,True
+DEBE3DVIq6kM0KvY,51.8076171875,True,0.48100000000000165,13.366,2,,,,1000,17.332,,,,,Not available,4,4,True
+DEBE3DZbE12ZLpse,52.611083984375,True,0.47800000000000153,14.192,2,,,,1000,17.341,,,,,Not available,4,4,True
+DEBE3D04YY500002HX,0.0,False,,,2,31001_2071,,1955,,,,,,,"['UUID_4408b385-b44c-4c3e-9a38-0593026a62e9', 'DEBE04YY500002HX_01']",0,0,False
+UUID_4408b385-b44c-4c3e-9a38-0593026a62e9,234.628662109375,True,0.9740000000000038,123.79,2,,,,1000,22.281,,,,,Not available,28,28,True
+DEBE04YY500002HX_01,53.708251953125,True,,0.0,2,,,,1000,4.873,,,,,Not available,9,9,True
+DEBE3D04YY50000D1X,254.486328125,True,5.527999999999999,469.877,2,31001_1010,,,9999,24.761,,,,,[],22,28,False
+DEBE3D04YY50000Oju,0.0,False,,,2,31001_1010,,1905,,,,,,,"['DEBE3DDdjQ74rlSf', 'DEBE3DtJTXk1wwWi', 'DEBE3DKcoaJ20cQx', 'DEBE3Di8Tgf9Q0Nf', 'DEBE04YY50000Oju_01']",0,0,False
+DEBE3DDdjQ74rlSf,132.164306640625,True,1.631999999999998,59.748000000000005,2,,,,9999,21.437,,,,,Not available,11,11,True
+DEBE3DtJTXk1wwWi,98.3466796875,True,1.5420000000000016,79.86,2,,,,1000,21.82,,,,,Not available,8,8,True
+DEBE3DKcoaJ20cQx,241.485595703125,True,4.134999999999998,291.272,2,,,,3100,22.921,,,,,Not available,9,9,True
+DEBE3Di8Tgf9Q0Nf,118.02197265625,True,7.351000000000006,254.665,2,,,,9999,21.304,,,,,Not available,11,11,True
+DEBE04YY50000Oju_01,20.240234375,True,0.5630000000000024,5.774,2,,,,1000,6.512,,,,,Not available,4,4,True
+DEBE3D04YY50002bpa,6.681884765625,True,,0.0,2,51009_1610,,1905,1000,2.799,,,,,[],3,4,False
+DEBE3D04YY50000OEZ,0.0,False,,,2,31001_1010,,,,,,,,,"['DEBE3DCVj5EFf3bW', 'DEBE3DOf94HBhWrg']",0,0,False
+DEBE3DCVj5EFf3bW,34.170654296875,True,4.511000000000003,69.40299999999999,2,,,,5000,21.354,,,,,Not available,11,11,True
+DEBE3DOf94HBhWrg,210.97900390625,True,,0.0,2,,,,1000,22.4,,,,,Not available,12,12,True
+DEBE3D04YY50000GQP,94.7705078125,True,,0.0,2,31001_2460,,1905,1000,2.493,,,,,[],24,24,False
+DEBE3D04YY500002Pn,575.8359375,True,4.460000000000001,1219.758,2,31001_1120,,,5000,16.262,,,,,[],10,17,False
+DEBE3D04YY50000Nwi,0.0,False,,,2,31001_1010,,1905,,,,,,,"['DEBE3Dt2kVS3T2fm', 'DEBE3DuUtczs60VP', 'DEBE3DFNZG9HMzQT', 'DEBE3DM9IXEKnoTa']",0,0,False
+DEBE3Dt2kVS3T2fm,217.00537109304824,True,2.730000000000004,100.716,2,,,,9999,21.718,,,,,Not available,6,6,True
+DEBE3DuUtczs60VP,87.920654296875,True,,0.0,2,,,,1000,20.158,,,,,Not available,9,9,True
+DEBE3DFNZG9HMzQT,198.78662109375,True,2.5219999999999985,125.09200000000001,2,,,,9999,20.431,,,,,Not available,9,9,True
+DEBE3DM9IXEKnoTa,48.851806640625,True,1.463000000000001,35.977,2,,,,1000,20.634,,,,,Not available,5,5,True
+DEBE3D04YY5000065F,79.51489257695685,True,0.3260000000000005,12.961,2,31001_2460,,1955,1000,2.682,,,,,[],5,6,False
+DEBE3D04YY50000EY7,0.0,False,,,2,31001_1010,,1905,,,,,,,"['DEBE3DMOP1cdur73', 'DEBE3DB3Ka6z8v6M']",0,0,False
+DEBE3DMOP1cdur73,233.853515625,True,2.1400000000000006,280.082,2,,,,1000,24.332,,,,,Not available,10,10,True
+DEBE3DB3Ka6z8v6M,55.777099609375,True,1.0480000000000018,29.47,2,,,,1000,23.408,,,,,Not available,6,6,True
+DEBE3D04YY50000GTB,0.0,False,,,2,31001_1010,,1905,,,,,,,"['DEBE3DI3bUGXeqPe', 'DEBE3DZZBQxPkRW8']",0,0,False
+DEBE3DI3bUGXeqPe,213.619384765625,True,3.5219999999999985,216.432,2,,,,9999,22.714,,,,,Not available,6,6,True
+DEBE3DZZBQxPkRW8,151.208251953125,True,,0.0,2,,,,1000,21.388,,,,,Not available,11,11,True
+DEBE3D04YY50000Cxk,0.0,False,,,2,31001_1010,,1905,,,,,,,"['DEBE3DThC10JE9Bv', 'DEBE3DnB4LGRTGnC', 'DEBE3DWFMlI0x145', 'DEBE3DVoM0JlVAwb']",0,0,False
+DEBE3DThC10JE9Bv,100.5068359375,True,4.409999999999997,184.356,2,,,,3100,23.469,,,,,Not available,13,13,True
+DEBE3DnB4LGRTGnC,54.949462890625,True,,0.0,2,,,,1000,22.583,,,,,Not available,6,6,True
+DEBE3DWFMlI0x145,63.66748046875,True,,0.0,2,,,,1000,22.339,,,,,Not available,4,4,True
+DEBE3DVoM0JlVAwb,229.99072265625,True,2.8389999999999986,134.156,2,,,,9999,23.692,,,,,Not available,5,10,True
+DEBE3D04YY50000CuT,0.0,False,,,2,31001_1010,,,,,,,,,"['DEBE3DNmQuRRn8js', 'DEBE3De4JtEeQJOf', 'DEBE3DC1SXPnlsR3', 'DEBE3DxmvzZlmfTo']",0,0,False
+DEBE3DNmQuRRn8js,242.0751953125,True,2.475999999999999,246.69600000000003,2,,,,3100,24.01,,,,,Not available,13,13,True
+DEBE3De4JtEeQJOf,59.86328245755126,True,0.8700000000000045,27.167,2,,,,1000,23.164,,,,,Not available,7,7,True
+DEBE3DC1SXPnlsR3,79.80419921875,True,1.4650000000000034,65.362,2,,,,1000,23.211,,,,,Not available,11,11,True
+DEBE3DxmvzZlmfTo,53.9111328125,True,0.9799999999999969,26.144,2,,,,1000,23.337,,,,,Not available,6,6,True
+DEBE3D04YY50000A3t,59.115478515625,True,0.2909999999999968,8.601,2,31001_2460,,1955,1000,2.632,,,,,[],3,4,False
+DEBE3D04YY50000AJb,0.0,False,,,2,31001_1010,,1905,,,,,,,"['DEBE3Dwa8TnHRetB', 'DEBE3DDu9Lc2LhQ5']",0,0,False
+DEBE3Dwa8TnHRetB,33.702392578125,True,1.1049999999999969,18.958,2,,,,1000,21.961,,,,,Not available,5,5,True
+DEBE3DDu9Lc2LhQ5,217.554930351548,True,3.1400000000000006,146.097,2,,,,9999,22.265,,,,,Not available,8,8,True
+DEBE3D04YY500001Sk,64.00727782242024,True,2.120999999999995,45.426,2,31001_1010,,,5000,23.909,,,,,[],22,22,False
+DEBE3D04YY50000NEy,477.790283203125,True,,0.0,2,31001_1010,,1905,1000,20.679,,,,,[],29,30,False
+DEBE3D04YY50000G4a,129.7419433675504,True,,0.0,2,31001_1010,,,1000,13.091,,,,,[],4,5,False
+DEBE3D04YY50000HGP,0.0,False,,,2,31001_1010,,1905,,,,,,,"['DEBE3DW1nw2utJj8', 'DEBE3DdWCtTuHf6R', 'DEBE3DnuplDev98k']",0,0,False
+DEBE3DW1nw2utJj8,231.342041015625,True,2.2479999999999976,317.768,2,,,,5000,21.57,,,,,Not available,13,14,True
+DEBE3DdWCtTuHf6R,369.763916015625,True,9.313000000000002,1706.173,2,,,,3100,28.433,,,,,Not available,17,19,True
+DEBE3DnuplDev98k,161.467041015625,True,,0.0,2,,,,1000,21.078,,,,,Not available,10,11,True
+DEBE3D04YY50000REj,0.0,False,,,2,31001_1010,,,,,,,,,"['DEBE3DKRhYoYkbHF', 'DEBE3DEao9jDsY89']",0,0,False
+DEBE3DKRhYoYkbHF,137.5537109375,True,0.003999999999997783,0.461,2,,,,1000,19.301,,,,,Not available,3,4,True
+DEBE3DEao9jDsY89,124.218505859375,True,0.001999999999995339,0.1,2,,,,1000,19.296,,,,,Not available,7,7,True
+DEBE3D04YY50000JZF,0.0,False,,,2,31001_1010,,1905,,,,,,,"['DEBE3DpYASjX4nVy', 'DEBE3DZwfjm4aBQF']",0,0,False
+DEBE3DpYASjX4nVy,173.01513671875,True,,0.0,2,,,,1000,21.421,,,,,Not available,17,17,True
+DEBE3DZwfjm4aBQF,250.450439453125,True,1.8159999999999954,186.764,2,,,,3100,22.64,,,,,Not available,9,9,True
+DEBE3D04YY50000CEY,0.0,False,,,2,31001_1010,,1905,,,,,,,"['DEBE3DbJqKipFeu1', 'DEBE3DwKLEgma2A5', 'DEBE3DcFbHTFSVDK', 'DEBE3DgWGe6XELA7']",0,0,False
+DEBE3DbJqKipFeu1,87.31591796875,True,,0.0,2,,,,1000,21.879,,,,,Not available,10,10,True
+DEBE3DwKLEgma2A5,48.29736328125,True,,0.0,2,,,,1000,21.409,,,,,Not available,4,4,True
+DEBE3DcFbHTFSVDK,223.7744140625,True,3.7509999999999977,258.09299999999996,2,,,,3100,24.137,,,,,Not available,10,10,True
+DEBE3DgWGe6XELA7,204.811279296875,True,1.6189999999999998,138.882,2,,,,3100,22.116,,,,,Not available,8,8,True
+DEBE3D04YY500005uF,0.0,False,,,2,31001_1010,,,,,,,,,"['DEBE3Dj0r4QcxVRt', 'DEBE3DLlP3hsGijT']",0,0,False
+DEBE3Dj0r4QcxVRt,89.716552734375,True,,0.0,2,,,,1000,16.373,,,,,Not available,10,10,True
+DEBE3DLlP3hsGijT,139.2436526396437,True,,0.0,2,,,,1000,16.338,,,,,Not available,16,17,True
+DEBE3D04YY500004GA,0.0,False,,,2,31001_1010,,,,,,,,,"['DEBE3Ddm6PnKKrQ4', 'DEBE3DtayWufYy9k']",0,0,False
+DEBE3Ddm6PnKKrQ4,122.183349609375,True,1.041000000000004,64.554,2,,,,5000,20.042,,,,,Not available,10,13,True
+DEBE3DtayWufYy9k,111.92578125,True,1.279999999999994,58.434,2,,,,5000,20.099,,,,,Not available,12,12,True
+DEBE3D04YY50000C1Y,114.23533935146867,True,,0.0,2,31001_2100,,,1000,24.274,,,,,[],6,8,False
+DEBE3D04YY50000HK8,0.0,False,,,2,31001_1010,,1905,,,,,,,"['DEBE3DzFmYTl0RNR', 'DEBE3DhIkzgCB2g7', 'DEBE3DBt8eN7WB3P', 'DEBE3DjFBbrcXAdy']",0,0,False
+DEBE3DzFmYTl0RNR,197.564697265625,True,7.549999999999997,692.245,2,,,,3100,29.006,,,,,Not available,9,9,True
+DEBE3DhIkzgCB2g7,117.667724609375,True,,0.0,2,,,,1000,23.523,,,,,Not available,17,17,True
+DEBE3DBt8eN7WB3P,60.2666015625,True,1.5529999999999973,47.756,2,,,,1000,24.01,,,,,Not available,7,7,True
+DEBE3DjFBbrcXAdy,28.698731024812474,True,1.0760000000000005,13.955,2,,,,5000,22.734,,,,,Not available,31,31,True
+DEBE3D04YY500001Kt,0.0,False,,,2,31001_3034,,,,,,,,,"['UUID_2b7d44f4-756e-4beb-bd2a-50233f7da294', 'DEBE3DhsMdFwXjO9', 'DEBE3DHNAc8QkV80', 'DEBE3DwjloU1nl2u', 'DEBE3DXfFEw4hzNs']",0,0,False
+UUID_2b7d44f4-756e-4beb-bd2a-50233f7da294,347.331787109375,True,,0.0,2,,,,1000,20.889,,,,,Not available,12,12,True
+DEBE3DhsMdFwXjO9,172.576904296875,True,,0.0,2,,,,1000,17.319,,,,,Not available,8,8,True
+DEBE3DHNAc8QkV80,279.095947265625,True,,0.0,2,,,,1000,17.153,,,,,Not available,8,8,True
+DEBE3DwjloU1nl2u,112.01976558361892,True,,0.0,2,,,,1000,17.102,,,,,Not available,9,9,True
+DEBE3DXfFEw4hzNs,272.10693359375,True,0.7629999999999981,104.311,2,,,,1000,17.758,,,,,Not available,9,9,True
+DEBE3D04YY50000Q97,0.0,False,,,2,31001_1010,,1905,,,,,,,"['DEBE3DQzsDrPBUdP', 'DEBE3DhhwSupqTAj', 'DEBE3DPB35QTeDFC']",0,0,False
+DEBE3DQzsDrPBUdP,217.3359375,True,,0.0,2,,,,1000,22.707,,,,,Not available,8,8,True
+DEBE3DhhwSupqTAj,96.2490234375,True,1.1880000000000024,65.186,2,,,,1000,21.855,,,,,Not available,7,7,True
+DEBE3DPB35QTeDFC,105.66331958635189,True,1.208999999999996,64.188,2,,,,1000,21.935,,,,,Not available,7,7,True
+DEBE3D04YY50000Mw6,0.0,False,,,2,31001_1010,,,,,,,,,"['DEBE3DjI1KIH4iDJ', 'DEBE3Dha9AMItFEU']",0,0,False
+DEBE3DjI1KIH4iDJ,212.921142578125,True,,0.0,2,,,,1000,20.93,,,,,Not available,11,11,True
+DEBE3Dha9AMItFEU,130.270263671875,True,,0.0,2,,,,1000,20.891,,,,,Not available,4,5,True
+DEBE3D04YY500009La,184.96826171875,True,,0.0,2,31001_1010,,,1000,18.861,,,,,[],6,10,False
+DEBE3D04YY50000GKb,0.0,False,,,2,31001_1010,,1905,,,,,,,"['DEBE3DgyldXiZV2n', 'DEBE3DQotUeBm2SA', 'DEBE04YY50000GKb_01']",0,0,False
+DEBE3DgyldXiZV2n,255.897216796875,True,4.945999999999998,541.0640000000001,2,,,,3100,25.322,,,,,Not available,9,9,True
+DEBE3DQotUeBm2SA,46.642333984375,True,1.0900000000000034,25.313,2,,,,1000,23.619,,,,,Not available,7,7,True
+DEBE04YY50000GKb_01,265.1542851588475,True,7.354999999999997,856.1479999999999,2,,,,5000,23.24,,,,,Not available,16,16,True
+DEBE3D04YY50000KBl,0.0,False,,,2,31001_1010,,1905,,,,,,,"['DEBE3DMitCFsMhVe', 'DEBE3Da3lUHXmTFe', 'DEBE04YY50000KBl_01', 'DEBE3DLE2xbyvnzo']",0,0,False
+DEBE3DMitCFsMhVe,106.036376953125,True,1.3520000000000039,73.421,2,,,,1000,23.035,,,,,Not available,5,8,True
+DEBE3Da3lUHXmTFe,113.979736328125,True,1.6799999999999997,106.406,2,,,,1000,23.1,,,,,Not available,11,11,True
+DEBE04YY50000KBl_01,71.336181640625,True,,0.0,2,,,,1000,21.139,,,,,Not available,6,6,True
+DEBE3DLE2xbyvnzo,63.111083984375,True,0.3719999999999999,15.255,2,,,,1000,21.703,,,,,Not available,8,9,True
+DEBE3D04YY50002Xut,0.0,False,,,2,31001_1010,,1905,,,,,,,"['UUID_8d334f37-145f-4603-86fd-dd6ea174712a', 'DEBE04YY50002Xut_02', 'DEBE04YY50002Xut_01']",0,0,False
+UUID_8d334f37-145f-4603-86fd-dd6ea174712a,246.255615234375,True,,0.0,2,,,,1000,25.556,,,,,Not available,9,9,True
+DEBE04YY50002Xut_02,18.614013671875,True,,0.0,2,,,,1000,27.974,,,,,Not available,6,6,True
+DEBE04YY50002Xut_01,56.299560546875,True,,0.0,2,,,,1000,21.135,,,,,Not available,7,7,True
+DEBE3D04YY5000085H,0.0,False,,,2,31001_1010,,1905,,,,,,,"['DEBE3DR1xmNO6Z7i', 'DEBE3DVc5jx2fCWn', 'DEBE3DLJyFsd5oTu']",0,0,False
+DEBE3DR1xmNO6Z7i,248.639892578125,True,1.3360000000000056,166.605,2,,,,1000,22.362,,,,,Not available,6,6,True
+DEBE3DVc5jx2fCWn,78.529296875,True,0.9759999999999991,39.407,2,,,,1000,21.341,,,,,Not available,6,6,True
+DEBE3DLJyFsd5oTu,246.541748046875,True,1.6600000000000037,226.59699999999998,2,,,,3100,21.191,,,,,Not available,9,11,True
+DEBE3D04YY50000Gy6,0.0,False,,,2,31001_1120,,,,,,,,,"['DEBE3DX4XbBpi632', 'DEBE3Dx71Pb6YR5g', 'DEBE3DbmWywyTyhP', 'DEBE3DHL10F9ioj8', 'DEBE04YY50000Gy6_01']",0,0,False
+DEBE3DX4XbBpi632,59.7197265625,True,,0.0,2,,,,1000,20.768,,,,,Not available,3,3,True
+DEBE3Dx71Pb6YR5g,222.0390625,True,,0.0,2,,,,1000,20.825,,,,,Not available,26,27,True
+DEBE3DbmWywyTyhP,68.1171875,True,0.5689999999999955,21.428,2,,,,1000,20.995,,,,,Not available,5,5,True
+DEBE3DHL10F9ioj8,199.470947265625,True,,0.0,2,,,,1000,20.753,,,,,Not available,5,5,True
+DEBE04YY50000Gy6_01,8.7314453125,True,,0.0,2,,,,1000,16.811,,,,,Not available,2,2,True
+DEBE3D04YY50000Jos,0.0,False,,,2,31001_2463,,,,,,,,,"['DEBE3DcFhlFn0MuM', 'DEBE3DjflaUO63Ph']",0,0,False
+DEBE3DcFhlFn0MuM,113.98974609375,True,,0.0,2,,,,1000,2.632,,,,,Not available,6,6,True
+DEBE3DjflaUO63Ph,26.20166015625,True,,0.0,2,,,,1000,6.945,,,,,Not available,4,4,True
+DEBE3D04YY500008L6,0.0,False,,,2,31001_1010,,,,,,,,,"['DEBE3DRQPdODDs3n', 'DEBE04YY500008L6_02', 'DEBE04YY500008L6_01', 'DEBE3DKYsdhCgBSD']",0,0,False
+DEBE3DRQPdODDs3n,52.828369140625,True,0.5829999999999984,16.045,2,,,,1000,22.316,,,,,Not available,7,7,True
+DEBE04YY500008L6_02,27.697021484375,True,0.5590000000000046,7.729,2,,,,1000,5.521,,,,,Not available,3,3,True
+DEBE04YY500008L6_01,25.129394553614596,True,3.477000000000004,36.999,2,,,,5000,23.009,,,,,Not available,4,4,True
+DEBE3DKYsdhCgBSD,208.99853515625,True,3.5970000000000013,213.747,2,,,,9999,22.534,,,,,Not available,13,13,True
+DEBE3D04YY50000MPv,0.0,False,,,2,31001_1010,,,,,,,,,"['DEBE3DeA2hTAz199', 'DEBE3DEuy7dBnoqC', 'DEBE3DKqR9znNXd1', 'DEBE3DS2R3fVdCqk', 'DEBE3DwiXz1mlSoh', 'DEBE3DRNR2zNZEfV']",0,0,False
+DEBE3DeA2hTAz199,44.3359375,True,,0.0,2,,,,1000,21.365,,,,,Not available,7,7,True
+DEBE3DEuy7dBnoqC,52.559814453125,True,3.8100000000000023,97.525,2,,,,1000,23.348,,,,,Not available,6,6,True
+DEBE3DKqR9znNXd1,254.802734375,True,4.070999999999998,497.93899999999996,2,,,,3100,23.186,,,,,Not available,21,21,True
+DEBE3DS2R3fVdCqk,52.56884765625,True,7.140999999999998,298.577,2,,,,1000,23.02,,,,,Not available,8,8,True
+DEBE3DwiXz1mlSoh,164.64794921875,True,3.512999999999998,176.822,2,,,,9999,22.446,,,,,Not available,11,11,True
+DEBE3DRNR2zNZEfV,104.60595703125,True,4.518999999999998,203.75900000000001,2,,,,3100,23.354,,,,,Not available,6,6,True
+DEBE3D04YY500001ZD,304.2421875,True,2.549999999999997,384.721,2,31001_3034,,,3100,15.21,,,,,[],10,10,False
+DEBE3D04YY50000JuW,0.0,False,,,2,31001_1010,,1905,,,,,,,"['DEBE3DKNIFfTomMG', 'DEBE3DyqwrAu7VtV', 'DEBE3DC4rE4paN6W']",0,0,False
+DEBE3DKNIFfTomMG,244.61474609375,True,6.331000000000003,519.933,2,,,,3100,22.429,,,,,Not available,13,13,True
+DEBE3DyqwrAu7VtV,237.42065454488358,True,,0.0,2,,,,1000,21.861,,,,,Not available,6,6,True
+DEBE3DC4rE4paN6W,95.599609375,True,,0.0,2,,,,1000,21.497,,,,,Not available,7,7,True
+DEBE3D04YY500001tj,163.868408203125,True,,0.0,2,31001_1010,,1955,1000,20.209,,,,,[],8,9,False
+DEBE3D04YY50000H4G,0.0,False,,,2,31001_1010,,,,,,,,,"['UUID_0abd0d9a-b7b5-4fc6-bb78-21f37d16a6c0', 'DEBE3DWuQs0yHo92', 'DEBE3DPHn8dgxfpD', 'DEBE3DsixEZHRX0J', 'DEBE04YY50000H4G_02']",0,0,False
+UUID_0abd0d9a-b7b5-4fc6-bb78-21f37d16a6c0,276.8036381270716,True,0.9849999999999994,150.893,2,,,,1000,22.401,,,,,Not available,20,21,True
+DEBE3DWuQs0yHo92,60.48291015625,True,0.8090000000000046,25.85,2,,,,1000,22.624,,,,,Not available,7,8,True
+DEBE3DPHn8dgxfpD,51.7783203125,True,0.8469999999999942,23.95,2,,,,1000,22.636,,,,,Not available,7,7,True
+DEBE3DsixEZHRX0J,61.64111328125,True,1.0690000000000026,27.584,2,,,,1000,22.97,,,,,Not available,4,4,True
+DEBE04YY50000H4G_02,48.068603515625,True,,0.0,2,,,,1000,5.464,,,,,Not available,6,6,True
+DEBE3D04YY500004uU,474.9189453125,True,,0.0,2,31001_2461,,,9999,3.0,,,,,[],1,8,False
+DEBE3D04YY50000FEP,373.516845703125,True,,0.0,2,31001_1010,,1900,1000,21.255,,,,,[],21,21,False
+DEBE3D04YY50002cg6,5.438720703125,True,,0.0,2,51009_1610,,,1000,0.641,,,,,[],4,4,False
+DEBE3D04YY50000EAO,0.0,False,,,2,31001_1010,,,,,,,,,"['UUID_117165f2-a220-4b12-811b-555c5baf92bf', 'DEBE04YY50000EAO_01']",0,0,False
+UUID_117165f2-a220-4b12-811b-555c5baf92bf,197.25585828326058,True,,0.0,2,,,,1000,24.013,,,,,Not available,16,16,True
+DEBE04YY50000EAO_01,3.813232421875,True,,0.0,2,,,,9999,3.0,,,,,Not available,7,7,True
+DEBE3D04YY500006zT,0.0,False,,,2,31001_3021,,1905,,,,,,,"['DEBE04YY500006zT_001', 'DEBE3DtcvAHneuQH', 'DEBE3Deo0ERXEdQ2', 'DEBE3DOqtuSa7u2F', 'DEBE04YY500006zT_04', 'DEBE3DAx6QDA6P0V', 'DEBE04YY500006zT_01', 'DEBE3Dn562M1LdIK', 'DEBE04YY500006zT_02']",0,0,False
+DEBE04YY500006zT_001,28.327140245547557,True,,0.0,2,,,,1000,18.441,,,,,Not available,6,6,True
+DEBE3DtcvAHneuQH,107.75341722890292,True,,0.0,2,,,,1000,11.857,,,,,Not available,4,4,True
+DEBE3Deo0ERXEdQ2,59.370849609375,True,,0.0,2,,,,1000,11.917,,,,,Not available,1,1,True
+DEBE3DOqtuSa7u2F,64.166015625,True,0.35999999999999943,12.672,2,,,,1000,18.963,,,,,Not available,7,7,True
+DEBE04YY500006zT_04,373.2060546875,True,,0.0,2,,,,3200,14.936,,,,,Not available,9,9,True
+DEBE3DAx6QDA6P0V,228.49853515625,True,,0.0,2,,,,1000,18.684,,,,,Not available,8,8,True
+DEBE04YY500006zT_01,13.605958993230331,True,,0.0,2,,,,1000,21.472,,,,,Not available,5,5,True
+DEBE3Dn562M1LdIK,43.63818359375,True,0.48100000000000165,10.201,2,,,,3100,12.151,,,,,Not available,5,5,True
+DEBE04YY500006zT_02,19.59130859375,True,1.506999999999998,14.871,2,,,,1000,16.059,,,,,Not available,4,4,True
+DEBE3D04YY50000LtY,0.0,False,,,2,31001_1010,,1905,,,,,,,"['DEBE3Dnc1x7U3w13', 'DEBE3DWnGVvjvRsf', 'DEBE3DjIomGnClkk', 'DEBE3DZSsvZMW3n4', 'DEBE3DwvL9FhiDuS']",0,0,False
+DEBE3Dnc1x7U3w13,200.058349609375,True,2.4110000000000014,221.882,2,,,,3100,24.531,,,,,Not available,7,7,True
+DEBE3DWnGVvjvRsf,76.0126953125,True,1.1119999999999948,43.751,2,,,,1000,24.807,,,,,Not available,11,11,True
+DEBE3DjIomGnClkk,31.81494140625,True,1.0429999999999993,24.214,2,,,,1000,22.722,,,,,Not available,20,20,True
+DEBE3DZSsvZMW3n4,62.553466796875,True,0.8079999999999998,29.034,2,,,,1000,24.631,,,,,Not available,9,9,True
+DEBE3DwvL9FhiDuS,37.06201171875,True,,0.0,2,,,,1000,24.422,,,,,Not available,5,5,True
+DEBE3D04YY50000Gtj,624.610107421875,True,7.744,3393.8430000000003,2,31001_1010,,,5000,25.421,,,,,[],36,49,False
+DEBE3D04YY50000EzX,329.529296875,True,,0.0,2,31001_1010,,,1000,16.44,,,,,[],16,19,False
+DEBE3D04YY50000G7N,0.0,False,,,2,31001_1010,,1905,,,,,,,"['DEBE3Dd3RcM0WBz9', 'DEBE3DN6E1S1VEj6', 'DEBE3DKRB2fuO4Sn']",0,0,False
+DEBE3Dd3RcM0WBz9,84.153564453125,True,0.4339999999999975,24.696,2,,,,1000,23.07,,,,,Not available,6,6,True
+DEBE3DN6E1S1VEj6,227.501220703125,True,1.0180000000000007,117.873,2,,,,1000,24.261,,,,,Not available,8,8,True
+DEBE3DKRB2fuO4Sn,90.654541015625,True,,0.0,2,,,,1000,23.131,,,,,Not available,7,7,True
+DEBE3D04YY50000Gpp,180.5483398351658,True,,0.0,2,31001_1010,,1955,1000,20.247,,,,,[],3,5,False
+DEBE3D04YY50000JNM,283.593505859375,True,1.168999999999997,253.5,2,31001_1010,,1905,1000,23.584,,,,,[],12,14,False
+DEBE3D04YY50000Czk,182.866943359375,True,,0.0,2,31001_1010,,1905,1000,21.693,,,,,[],4,4,False
+DEBE3D04YY500004c9,48.387451171875,True,,0.0,2,31001_2460,,1905,1000,1.923,,,,,[],7,7,False
+DEBE3D04YY500007Zn,0.0,False,,,2,31001_3034,,,,,,,,,"['UUID_010220e9-009e-46e7-85d9-b2fe34f4f60c', 'DEBE3DuGWhFP1L1V', 'DEBE04YY500007Zn_02', 'DEBE3DYBRFLoKAKF', 'DEBE3Du7OI1ahAKe', 'DEBE3DxKILilvSwV', 'DEBE3DkhK3Do28jq', 'DEBE3DbCXjssNtUZ']",0,0,False
+UUID_010220e9-009e-46e7-85d9-b2fe34f4f60c,586.550048828125,True,1.1169999999999973,120.637,2,,,,9999,16.067,,,,,Not available,29,29,True
+DEBE3DuGWhFP1L1V,28.931640625,True,3.557000000000002,49.528,2,,,,5000,9.257,,,,,Not available,4,14,True
+DEBE04YY500007Zn_02,149.17358400628734,True,1.5949999999999989,80.822,2,,,,3500,13.261,,,,,Not available,8,8,True
+DEBE3DYBRFLoKAKF,35.12158203125,True,1.8079999999999998,35.213,2,,,,3100,8.72,,,,,Not available,17,17,True
+DEBE3Du7OI1ahAKe,682.599853515625,True,2.780999999999999,905.156,2,,,,5000,10.051,,,,,Not available,10,11,True
+DEBE3DxKILilvSwV,102.587646484375,True,3.970000000000006,226.985,2,,,,3100,9.701,,,,,Not available,12,19,True
+DEBE3DkhK3Do28jq,41.869873046875,True,0.5910000000000011,12.278,2,,,,1000,8.219,,,,,Not available,4,5,True
+DEBE3DbCXjssNtUZ,181.86376635396113,True,2.5429999999999993,226.208,2,,,,3100,9.808,,,,,Not available,8,8,True
+DEBE3D04YY50000GqT,0.0,False,,,2,31001_1010,,,,,,,,,"['UUID_ca557c36-4695-4a4f-97f8-053129369267', 'DEBE3DwdEInjN4Yg', 'DEBE3DPfHylOnPmj']",0,0,False
+UUID_ca557c36-4695-4a4f-97f8-053129369267,256.91064453125,True,,0.0,2,,,,1000,21.887,,,,,Not available,9,9,True
+DEBE3DwdEInjN4Yg,250.876953125,True,2.955999999999996,163.77599999999998,2,,,,9999,22.518,,,,,Not available,13,13,True
+DEBE3DPfHylOnPmj,111.3857421875,True,4.106999999999999,200.913,2,,,,5000,22.942,,,,,Not available,8,8,True
+DEBE3D04YY50000HgO,218.395263671875,True,,0.0,2,31001_1010,,,1000,22.661,,,,,[],15,15,False
+DEBE3D04YY50000Exo,0.0,False,,,2,31001_1010,,,,,,,,,"['DEBE3DjySgPL02NK', 'DEBE3DBadcj2MLby', 'DEBE3Dwr3FEnShQt']",0,0,False
+DEBE3DjySgPL02NK,270.0205078125,True,6.207999999999998,834.129,2,,,,3100,27.037,,,,,Not available,9,9,True
+DEBE3DBadcj2MLby,84.5625,True,1.3900000000000006,67.17,2,,,,1000,23.428,,,,,Not available,6,7,True
+DEBE3Dwr3FEnShQt,125.87839345615365,True,,0.0,2,,,,1000,23.05,,,,,Not available,8,11,True
+DEBE3D04YY50000ICL,0.0,False,,,2,31001_1010,,1905,,,,,,,"['DEBE3DP5GPK5Yp5v', 'DEBE3DDDe7Oowz8d', 'DEBE3DuU6URj7yUz']",0,0,False
+DEBE3DP5GPK5Yp5v,138.101318359375,True,,0.0,2,,,,1000,20.696,,,,,Not available,7,7,True
+DEBE3DDDe7Oowz8d,69.622802734375,True,1.7789999999999964,60.621,2,,,,1000,21.452,,,,,Not available,4,4,True
+DEBE3DuU6URj7yUz,247.90478515625,True,,0.0,2,,,,1000,22.294,,,,,Not available,9,9,True
+DEBE3D04YY5000024v,0.0,False,,,2,31001_1010,,1905,,,,,,,"['DEBE3DFmSmweQtSZ', 'DEBE3Dj81F8JIhzN', 'DEBE3DXRpfmvynmD', 'DEBE3DJlWvCMCsJ7', 'DEBE3DIkqruzMZto', 'DEBE3DDzl4WD7l9p', 'DEBE3Dgd2CgZl807']",0,0,False
+DEBE3DFmSmweQtSZ,106.90283203125,True,3.192999999999998,126.485,2,,,,3100,23.616,,,,,Not available,11,11,True
+DEBE3Dj81F8JIhzN,44.58642578125,True,1.0420000000000016,25.611,2,,,,1000,22.554,,,,,Not available,6,6,True
+DEBE3DXRpfmvynmD,31.39111328125,True,1.6540000000000035,21.426,2,,,,5000,22.725,,,,,Not available,5,5,True
+DEBE3DJlWvCMCsJ7,120.805419921875,True,2.729999999999997,127.604,2,,,,3100,23.464,,,,,Not available,10,10,True
+DEBE3DIkqruzMZto,215.23803654621702,True,3.257000000000005,266.277,2,,,,3100,23.795,,,,,Not available,8,8,True
+DEBE3DDzl4WD7l9p,62.11523446064888,True,,0.0,2,,,,1000,22.177,,,,,Not available,6,6,True
+DEBE3Dgd2CgZl807,43.80541961101552,True,5.841999999999999,127.941,2,,,,1000,25.16,,,,,Not available,7,7,True
+DEBE3D04YY500004kM,0.0,False,,,2,31001_1010,,,,,,,,,"['UUID_9032bd0e-568a-4878-b9c5-1ecd0f57735d', 'DEBE3DB8IoJWUfmx', 'DEBE3Dfq9IVfZNPU']",0,0,False
+UUID_9032bd0e-568a-4878-b9c5-1ecd0f57735d,178.498291015625,True,1.4869999999999948,127.669,2,,,,3100,20.02,,,,,Not available,6,6,True
+DEBE3DB8IoJWUfmx,191.36572386288276,True,0.7349999999999994,79.902,2,,,,1000,17.021,,,,,Not available,8,9,True
+DEBE3Dfq9IVfZNPU,30.56298828125,True,0.24600000000000222,4.189,2,,,,1000,16.91,,,,,Not available,3,4,True
+DEBE3D04YY500004lS,0.0,False,,,2,31001_1120,,,,,,,,,"['DEBE3DXUvnbZ5RmY', 'DEBE3DZoNcGF3WRD']",0,0,False
+DEBE3DXUvnbZ5RmY,52.296142578125,True,2.8930000000000007,49.638,2,,,,3100,21.958,,,,,Not available,4,4,True
+DEBE3DZoNcGF3WRD,275.196533203125,True,1.1909999999999954,164.538,2,,,,1000,22.506,,,,,Not available,9,9,True
+DEBE3D04YY500008Rf,0.0,False,,,2,31001_1010,,1905,,,,,,,"['UUID_6dd0060b-3d1b-4d01-9420-171f1c081d7e', 'DEBE04YY500008Rf_01', 'DEBE04YY500008Rf_02']",0,0,False
+UUID_6dd0060b-3d1b-4d01-9420-171f1c081d7e,154.49169921875,True,1.2809999999999988,98.617,2,,,,3100,20.213,,,,,Not available,9,9,True
+DEBE04YY500008Rf_01,36.648193359375,True,1.2070000000000007,22.028,2,,,,1000,5.742,,,,,Not available,2,3,True
+DEBE04YY500008Rf_02,53.966552734375,True,1.2850000000000037,36.31,2,,,,1000,16.854,,,,,Not available,4,5,True
+DEBE3D04YY50002d5n,18.538818359375,True,,0.0,2,51009_1610,,,1000,19.143,,,,,[],4,4,False
+DEBE3D04YY500005bW,229.800537109375,True,2.1410000000000053,219.20499999999998,2,31001_1010,,,3100,24.129,,,,,[],10,12,False
+DEBE3D04YY50000Q3t,14.514404296875,True,3.8119999999999976,27.486,2,31001_2463,,,1000,4.033,,,,,[],4,4,False
+DEBE3D04YY50000RA9,0.0,False,,,2,31001_1120,,,,,,,,,"['DEBE3Dyf9vNmNrp5', 'DEBE3DqODewsfzeG']",0,0,False
+DEBE3Dyf9vNmNrp5,73.37744140625,True,1.3789999999999978,50.867,2,,,,1000,22.545,,,,,Not available,6,8,True
+DEBE3DqODewsfzeG,320.03173828125,True,1.6139999999999972,255.445,2,,,,3100,23.057,,,,,Not available,15,16,True
+DEBE3D04YY50000A3p,84.56787109375,True,2.1099999999999994,84.56299999999999,2,31001_3010,,,5000,5.226,,,,,[],4,7,False
+DEBE3D04YY50002coK,44.28466796875,True,0.7220000000000013,15.958,2,51009_1610,,,1000,5.877,,,,,[],5,6,False
+DEBE3D04YY500003c8,0.0,False,,,2,31001_1010,,,,,,,,,"['DEBE3DbZST0nVfnG', 'DEBE3DKa9syI1YYZ']",0,0,False
+DEBE3DbZST0nVfnG,74.417724609375,True,0.43200000000000216,14.267,2,,,,1000,21.285,,,,,Not available,7,7,True
+DEBE3DKa9syI1YYZ,269.07421875,True,,0.0,2,,,,1000,21.01,,,,,Not available,6,9,True
+DEBE3D04YY50000F4L,169.18894530251154,True,1.125,96.235,2,31001_1010,,,5000,20.371,,,,,[],16,18,False
+DEBE3D04YY50000R1u,0.0,False,,,2,31001_1010,,1905,,,,,,,"['UUID_5cdedce9-2461-4673-8588-f178672883ff', 'DEBE3DOGBgLab0LE', 'DEBE3DsRAPvhy0xz', 'DEBE3DURyKfpr2CC', 'DEBE3DpArYZtdIv3']",0,0,False
+UUID_5cdedce9-2461-4673-8588-f178672883ff,244.72021484375,True,2.184999999999995,252.40699999999998,2,,,,3100,23.395,,,,,Not available,14,14,True
+DEBE3DOGBgLab0LE,26.2255859375,True,0.7709999999999937,12.443,2,,,,1000,23.292,,,,,Not available,6,6,True
+DEBE3DsRAPvhy0xz,43.284912109375,True,,0.0,2,,,,1000,22.386,,,,,Not available,9,9,True
+DEBE3DURyKfpr2CC,97.304931640625,True,4.827999999999996,176.483,2,,,,3100,23.221,,,,,Not available,10,10,True
+DEBE3DpArYZtdIv3,96.95166015625,True,4.114999999999995,114.70500000000001,2,,,,5000,21.914,,,,,Not available,18,18,True
+DEBE3D04YY500007YH,0.0,False,,,2,31001_1010,,1905,,,,,,,"['DEBE3DP4j2hV4TAM', 'DEBE3DOzSZSKp8hE', 'DEBE3DiqkmI6RUjG']",0,0,False
+DEBE3DP4j2hV4TAM,341.2802734375,True,2.3770000000000024,396.798,2,,,,3100,23.384,,,,,Not available,11,13,True
+DEBE3DOzSZSKp8hE,90.486083984375,True,,0.0,2,,,,1000,21.026,,,,,Not available,6,7,True
+DEBE3DiqkmI6RUjG,72.915283203125,True,0.9679999999999964,35.176,2,,,,1000,21.464,,,,,Not available,7,7,True
+DEBE3D04YY50000IcJ,0.0,False,,,2,31001_2030,,,,,,,,,"['DEBE3DaRrarxgnsV', 'DEBE3DpqN6lm4qbI']",0,0,False
+DEBE3DaRrarxgnsV,59.57958984375,True,,0.0,2,,,,1000,4.192,,,,,Not available,5,5,True
+DEBE3DpqN6lm4qbI,107.3154296875,True,,0.0,2,,,,1000,4.351,,,,,Not available,7,7,True
+DEBE3D04YY50000PTk,367.0830078125,True,,0.0,2,31001_1010,,1905,1000,23.029,,,,,[],23,28,False
+DEBE3D04YY500006VZ,0.0,False,,,2,31001_1010,,1905,,,,,,,"['DEBE3DBEiY2xBjVp', 'DEBE3DRG5N9vlOQ6', 'DEBE3DF8pTXL1q7v']",0,0,False
+DEBE3DBEiY2xBjVp,71.067626953125,True,,0.0,2,,,,1000,21.515,,,,,Not available,6,6,True
+DEBE3DRG5N9vlOQ6,135.753662109375,True,0.8960000000000008,61.873,2,,,,1000,21.851,,,,,Not available,6,6,True
+DEBE3DF8pTXL1q7v,216.86767578125,True,1.8459999999999965,199.784,2,,,,3100,23.466,,,,,Not available,7,10,True
+DEBE3D04YY50000Itw,118.1749992214426,True,,0.0,2,31001_2054,,1905,1000,4.105,,,,,[],4,7,False
+DEBE3D04YY500003gj,0.0,False,,,2,31001_2020,,,,,,,,,"['DEBE3DZbpFspmW5J', 'DEBE3DlEJbzKUF6Y', 'DEBE3Ddr5ARrEibR', 'DEBE3DqoE61D1a2c']",0,0,False
+DEBE3DZbpFspmW5J,42.8037109375,True,0.3680000000000021,7.749,2,,,,1000,19.121,,,,,Not available,4,4,True
+DEBE3DlEJbzKUF6Y,138.248291015625,True,,0.0,2,,,,1000,19.002,,,,,Not available,15,15,True
+DEBE3Ddr5ARrEibR,31.64599609126306,True,0.37700000000000244,5.988,2,,,,1000,19.121,,,,,Not available,3,3,True
+DEBE3DqoE61D1a2c,26.033935546875,True,0.3149999999999977,3.822,2,,,,1000,19.078,,,,,Not available,14,14,True
+DEBE3D04YY50000QjM,0.0,False,,,2,31001_1010,,1905,,,,,,,"['DEBE3DfONPlVzYqq', 'DEBE3DAdS9PClxZY', 'DEBE3DRiYnayaqR7']",0,0,False
+DEBE3DfONPlVzYqq,102.85791015625,True,1.131999999999998,61.111,2,,,,1000,20.989,,,,,Not available,8,8,True
+DEBE3DAdS9PClxZY,101.327880859375,True,,0.0,2,,,,1000,20.508,,,,,Not available,5,5,True
+DEBE3DRiYnayaqR7,354.7365722725537,True,4.256999999999998,437.779,2,,,,3100,23.131,,,,,Not available,10,10,True
+DEBE3D04YY50000IT5,137.34956729675108,True,0.9380000000000024,60.818,2,31001_1010,,,5000,14.022,,,,,[],7,9,False
+DEBE3D04YY50000AYw,0.0,False,,,2,31001_2120,,,,,,,,,"['UUID_95cd3186-d787-4806-982c-8eed8d942507', 'DEBE04YY50000AYw_01']",0,0,False
+UUID_95cd3186-d787-4806-982c-8eed8d942507,60.20556654473276,True,0.7830000000000013,23.657,2,,,,1000,9.893,,,,,Not available,5,5,True
+DEBE04YY50000AYw_01,62.494140625,True,0.5290000000000035,17.591,2,,,,1000,3.732,,,,,Not available,7,7,True
+DEBE3D04YY500002tg,545.05517578125,True,,0.0,2,31001_1010,,1905,9999,19.986,,,,,[],19,19,False
+DEBE3D04YY50000RqS,226.4736328125,True,1.656000000000006,191.486,2,31001_1010,,1905,5000,21.046,,,,,[],15,19,False
+DEBE3D04YY50002cJS,19.921142578125,True,0.527000000000001,5.236,2,51009_1610,,,1000,5.599,,,,,[],2,4,False
+DEBE3D04YY500009ac,0.0,False,,,2,31001_1010,,,,,,,,,"['DEBE3DJAX2s7Rjw9', 'DEBE3DIfPvZsC7Z0']",0,0,False
+DEBE3DJAX2s7Rjw9,64.841064453125,True,3.426000000000002,87.759,2,,,,5000,23.356,,,,,Not available,8,10,True
+DEBE3DIfPvZsC7Z0,210.958740234375,True,1.6140000000000043,156.707,2,,,,3100,23.865,,,,,Not available,6,9,True
+DEBE3D04YY50000Fkp,0.0,False,,,2,31001_1010,,1905,,,,,,,"['DEBE3DASB1tKO4Ix', 'DEBE3DrWTOo19z6V', 'DEBE3DfBrxCOBF2j']",0,0,False
+DEBE3DASB1tKO4Ix,53.536865234375,True,0.6599999999999966,17.426,2,,,,1000,22.516,,,,,Not available,4,4,True
+DEBE3DrWTOo19z6V,59.912841796875,True,,0.0,2,,,,1000,20.831,,,,,Not available,9,9,True
+DEBE3DfBrxCOBF2j,198.285400390625,True,3.5360000000000014,187.23200000000003,2,,,,9999,23.593,,,,,Not available,10,10,True
+DEBE3D04YY50000CRa,0.0,False,,,2,31001_1010,,,,,,,,,"['UUID_697db781-2888-4be1-9d5a-3d227194d7a1', 'DEBE04YY50000CRa_02', 'DEBE04YY50000CRa_01']",0,0,False
+UUID_697db781-2888-4be1-9d5a-3d227194d7a1,232.9892578125,True,4.006,341.875,2,,,,3100,25.767,,,,,Not available,14,16,True
+DEBE04YY50000CRa_02,139.65478515625,True,0.784000000000006,58.726,2,,,,1000,16.418,,,,,Not available,6,6,True
+DEBE04YY50000CRa_01,54.716308599480655,True,0.7049999999999983,19.788,2,,,,1000,14.656,,,,,Not available,8,8,True
+DEBE3D04YY50000EoG,194.0537109375,True,,0.0,2,31001_1010,,1905,1000,23.685,,,,,[],7,8,False
+DEBE3D04YY500001wn,595.9541015625,True,5.939,1759.617,2,31001_1010,,,3100,26.211,,,,,[],18,25,False
+DEBE3D04YY50000FW2,51.2666015625,True,1.7279999999999944,35.884,2,31001_2120,,,5000,4.395,,,,,[],6,8,False
+DEBE3D04YY500003Mn,202.51708984375,True,,0.0,2,31001_1010,,1905,1000,19.638,,,,,[],8,8,False
+DEBE3D04YY500009MX,0.0,False,,,2,31001_1010,,1905,,,,,,,"['DEBE3DzrwD125CWl', 'DEBE3Dm3UINlz8lm', 'DEBE3DrhU64AvJ8T', 'DEBE04YY500009MX_01']",0,0,False
+DEBE3DzrwD125CWl,229.859619140625,True,5.697000000000003,521.957,2,,,,9999,26.552,,,,,Not available,9,12,True
+DEBE3Dm3UINlz8lm,55.46630859375,True,,0.0,2,,,,1000,23.604,,,,,Not available,6,7,True
+DEBE3DrhU64AvJ8T,29.12060546875,True,3.358000000000004,35.422000000000004,2,,,,3100,24.299,,,,,Not available,5,6,True
+DEBE04YY500009MX_01,55.51220703125,True,1.235999999999997,43.538,2,,,,1000,13.248,,,,,Not available,4,5,True
+DEBE3D04YY50002cbt,22.780029306209617,True,1.0600000000000023,12.166,2,51009_1610,,,1000,4.3,,,,,[],4,4,False
+DEBE3D04YY500009QV,0.0,False,,,2,31001_3081,,,,,,,,,"['UUID_a27bb101-c031-4921-b10c-f1224fea7079', 'DEBE04YY500009QV_01', 'DEBE04YY500009QV_02']",0,0,False
+UUID_a27bb101-c031-4921-b10c-f1224fea7079,187.31982421875,True,2.054000000000002,200.486,2,,,,3100,14.662,,,,,Not available,24,24,True
+DEBE04YY500009QV_01,10.123043761313065,True,3.230000000000004,12.306999999999999,2,,,,5000,16.018,,,,,Not available,3,3,True
+DEBE04YY500009QV_02,139.51220703125,True,1.1310000000000002,80.31899999999999,2,,,,3100,9.457,,,,,Not available,15,15,True
+DEBE3D04YY50002bkm,5.954833859524497,True,,0.0,2,51009_1610,,,1000,15.774,,,,,[],4,4,False
+DEBE3D00YY1Y50004M,29.725341796875,True,2.075000000000003,20.732,2,51009_1610,,1905,5000,22.889,,,,,[],5,6,False
+DEBE3D04YY500001kU,0.0,False,,,2,31001_1120,,,,,,,,,"['DEBE3DEtGQA3dvKA', 'DEBE3DywD998J0Vr', 'DEBE3DJdZEORSFDD', 'DEBE3DTlAaLTvFfy']",0,0,False
+DEBE3DEtGQA3dvKA,26.16186336451974,True,4.179000000000002,43.589,2,,,,5000,21.072,,,,,Not available,4,4,True
+DEBE3DywD998J0Vr,42.258544921875,True,1.1829999999999998,18.957,2,,,,5000,23.57,,,,,Not available,9,9,True
+DEBE3DJdZEORSFDD,284.23583984375,True,8.684999999999995,1312.733,2,,,,3100,22.236,,,,,Not available,17,17,True
+DEBE3DTlAaLTvFfy,233.03466796875,True,2.8800000000000026,341.023,2,,,,3100,24.616,,,,,Not available,13,13,True
+DEBE3D04YY50000JzN,0.0,False,,,2,31001_1010,,,,,,,,,"['UUID_74bee8bd-3586-4571-8d7e-9b26ee13d2f1', 'DEBE04YY50000JzN_02', 'DEBE04YY50000JzN_01']",0,0,False
+UUID_74bee8bd-3586-4571-8d7e-9b26ee13d2f1,232.945556640625,True,,0.0,2,,,,1000,14.624,,,,,Not available,22,22,True
+DEBE04YY50000JzN_02,15.483154296875,True,,0.0,2,,,,1000,6.3,,,,,Not available,2,2,True
+DEBE04YY50000JzN_01,10.250240485873327,True,2.1430000000000007,14.664,2,,,,1000,12.841,,,,,Not available,2,2,True
+DEBE3D04YY5000037N,194.912841796875,True,,0.0,2,31001_1010,,,1000,21.414,,,,,[],11,13,False
+DEBE3D04YY500000pJ,0.0,False,,,2,31001_3021,,1905,,,,,,,"['UUID_71de127f-2c87-4184-93ce-c95ac95cb396', 'DEBE3DMkvNcrU2NY', 'DEBE3DAC2oDgcflw', 'DEBE3DU9nWpY0Zgm', 'DEBE3DiJFDbIbkLi', 'DEBE04YY500000pJ_01', 'DEBE3DA6mtJZUEtT']",0,0,False
+UUID_71de127f-2c87-4184-93ce-c95ac95cb396,2381.871826171875,True,,0.0,2,,,,1000,10.164,,,,,Not available,42,42,True
+DEBE3DMkvNcrU2NY,107.4833984375,True,0.003999999999997783,0.215,2,,,,1000,13.567,,,,,Not available,3,3,True
+DEBE3DAC2oDgcflw,133.77001953125,True,0.0010000000000047748,0.047,2,,,,1000,13.422,,,,,Not available,4,4,True
+DEBE3DU9nWpY0Zgm,610.0556640625,True,0.005000000000002558,2.89,2,,,,1000,13.576,,,,,Not available,9,9,True
+DEBE3DiJFDbIbkLi,227.01708984375,True,0.0010000000000047748,0.267,2,,,,1000,13.423,,,,,Not available,8,8,True
+DEBE04YY500000pJ_01,132.806396484375,True,,0.0,2,,,,1000,6.428,,,,,Not available,3,3,True
+DEBE3DA6mtJZUEtT,619.3623046875,True,,0.0,2,,,,1000,13.529,,,,,Not available,9,9,True
+DEBE3D04YY50000Plp,51.1484375,True,,0.0,2,31001_2140,,1905,1000,1.627,,,,,[],3,4,False
+DEBE3D04YY500007qf,0.0,False,,,2,31001_1010,,,,,,,,,"['DEBE3DZcz2lqcxhN', 'DEBE3DuQ7zszk8nr', 'DEBE3DA4hVwenHQq']",0,0,False
+DEBE3DZcz2lqcxhN,56.62255859375,True,,0.0,2,,,,1000,22.978,,,,,Not available,6,7,True
+DEBE3DuQ7zszk8nr,209.16748046875,True,4.344999999999999,324.49800000000005,2,,,,5000,24.161,,,,,Not available,9,11,True
+DEBE3DA4hVwenHQq,193.940673828125,True,9.344999999999999,583.35,2,,,,9999,23.196,,,,,Not available,14,15,True
+DEBE3D04YY50000QWP,279.772216796875,True,,0.0,2,31001_1010,,,1000,18.484,,,,,[],8,10,False
+DEBE3D04YY50000RdA,206.469482421875,True,,0.0,2,31001_1010,,1905,1000,16.136,,,,,[],6,9,False
+DEBE3D04YY50000QgJ,396.543701171875,True,,0.0,2,31001_1010,,,3100,21.217,,,,,[],26,28,False
+DEBE3D04YY50000PvY,0.0,False,,,2,31001_1010,,1955,,,,,,,"['DEBE3DT6a5GV8ETL', 'DEBE3Db821GCT4kf']",0,0,False
+DEBE3DT6a5GV8ETL,215.0478515625,True,4.598999999999997,503.642,2,,,,3100,25.165,,,,,Not available,18,18,True
+DEBE3Db821GCT4kf,52.464599609375,True,3.4299999999999997,92.03,2,,,,5000,22.812,,,,,Not available,8,8,True
+DEBE3D04YY500005mD,0.0,False,,,2,31001_1120,,1905,,,,,,,"['DEBE3DwYc8eqAvcp', 'DEBE04YY500005mD_01', 'DEBE3DAdj3yszjCV']",0,0,False
+DEBE3DwYc8eqAvcp,299.891845703125,True,1.6149999999999949,283.076,2,,,,1000,24.429,,,,,Not available,20,21,True
+DEBE04YY500005mD_01,21.595948715552808,True,1.088000000000001,11.951,2,,,,1000,6.71,,,,,Not available,2,3,True
+DEBE3DAdj3yszjCV,163.34765625,True,3.6499999999999986,265.765,2,,,,5000,24.224,,,,,Not available,12,12,True
+DEBE3D04YY50000KsD,0.0,False,,,2,31001_1010,,,,,,,,,"['DEBE3DBwHRGuXtqu', 'DEBE3DzI2eJAnq9g', 'DEBE3DkGsW0zceKh', 'DEBE3Dd8u6GCepjS', 'DEBE3DoU9YWfwveQ', 'DEBE3DRaEhkA0yHq', 'DEBE3DYd6c42guGm', 'DEBE3DJqsVL3gUXJ', 'DEBE3DRcMM8PU7Xn', 'DEBE3DafdktDKph8', 'DEBE3DKQ9ov1lP65', 'DEBE3DtCYbiOpHsD', 'DEBE3DfiVHa6Nx0f']",0,0,False
+DEBE3DBwHRGuXtqu,42.65380859375,True,3.279999999999994,65.574,2,,,,5000,27.234,,,,,Not available,6,6,True
+DEBE3DzI2eJAnq9g,25.636474609375,True,1.75,18.532000000000004,2,,,,5000,26.124,,,,,Not available,4,4,True
+DEBE3DkGsW0zceKh,69.6279296875,True,,0.0,2,,,,1000,27.389,,,,,Not available,3,3,True
+DEBE3Dd8u6GCepjS,58.291748046875,True,1.0490000000000066,56.311,2,,,,1000,25.348,,,,,Not available,9,9,True
+DEBE3DoU9YWfwveQ,30.482421875,True,2.1060000000000016,36.359,2,,,,3100,25.275,,,,,Not available,7,7,True
+DEBE3DRaEhkA0yHq,33.3974609375,True,1.0300000000000011,14.193999999999999,2,,,,3100,25.022,,,,,Not available,7,7,True
+DEBE3DYd6c42guGm,37.122314453125,True,2.2049999999999983,33.903999999999996,2,,,,5000,26.189,,,,,Not available,4,4,True
+DEBE3DJqsVL3gUXJ,356.28076171875,True,,0.0,2,,,,1000,27.405,,,,,Not available,6,6,True
+DEBE3DRcMM8PU7Xn,84.409423828125,True,,0.0,2,,,,1000,25.504,,,,,Not available,6,6,True
+DEBE3DafdktDKph8,55.71826171875,True,,0.0,2,,,,1000,27.391,,,,,Not available,3,3,True
+DEBE3DKQ9ov1lP65,64.425537109375,True,0.4269999999999996,13.632,2,,,,1000,24.707,,,,,Not available,6,6,True
+DEBE3DtCYbiOpHsD,41.35791015625,True,0.6910000000000025,11.190999999999999,2,,,,3100,24.884,,,,,Not available,5,5,True
+DEBE3DfiVHa6Nx0f,58.11279296875,True,10.184000000000005,586.172,2,,,,5000,25.204,,,,,Not available,12,12,True
+DEBE3D04YY500006kf,0.0,False,,,2,31001_1010,,,,,,,,,"['DEBE3DkLnWvS2EEe', 'DEBE3DBj4ZM9betO', 'DEBE3DZGmM0BwwZp']",0,0,False
+DEBE3DkLnWvS2EEe,61.10962012609847,True,0.3260000000000005,6.801,2,,,,1000,16.526,,,,,Not available,7,9,True
+DEBE3DBj4ZM9betO,136.12158203125,True,0.6679999999999993,46.313,2,,,,1000,19.661,,,,,Not available,10,10,True
+DEBE3DZGmM0BwwZp,292.83520570032806,True,,0.0,2,,,,1000,16.46,,,,,Not available,7,9,True
+DEBE3D04YY500004DN,0.0,False,,,2,31001_3023,,1905,,,,,,,"['DEBE3DYIaldkPyOT', 'DEBE3DejoC5naCij', 'DEBE3Du0csIsSz22']",0,0,False
+DEBE3DYIaldkPyOT,385.127197265625,True,4.760999999999996,732.0070000000001,2,,,,5000,25.083,,,,,Not available,12,12,True
+DEBE3DejoC5naCij,98.55322265625,True,3.8659999999999997,177.60000000000002,2,,,,3100,24.864,,,,,Not available,4,4,True
+DEBE3Du0csIsSz22,400.29052734375,True,4.609000000000002,750.3330000000001,2,,,,5000,25.075,,,,,Not available,13,13,True
+DEBE3D04YY50002cFP,62.147217103471874,True,,0.0,2,51009_1610,,1905,1000,2.741,,,,,[],3,4,False
+DEBE3D04YY500002Ap,0.0,False,,,2,31001_1010,,,,,,,,,"['DEBE3DLEglplveWj', 'DEBE04YY500002Ap_01', 'DEBE04YY500002Ap_02', 'DEBE3DEbMLIQYFrf', 'DEBE3DFN1Z0jjQAH', 'DEBE3DCP1lmS2Iux', 'DEBE04YY500002Ap_04']",0,0,False
+DEBE3DLEglplveWj,36.162353515625,True,,0.0,2,,,,1000,23.909,,,,,Not available,4,4,True
+DEBE04YY500002Ap_01,124.18403578040547,True,3.953000000000003,174.25799999999998,2,,,,5000,22.423,,,,,Not available,8,8,True
+DEBE04YY500002Ap_02,153.97314453125,True,,0.0,2,,,,5000,19.292,,,,,Not available,14,16,True
+DEBE3DEbMLIQYFrf,38.91064453125,True,9.083000000000006,201.968,2,,,,5000,23.993,,,,,Not available,8,8,True
+DEBE3DFN1Z0jjQAH,25.971435546875,True,0.006000000000000227,0.138,2,,,,1000,23.754,,,,,Not available,4,4,True
+DEBE3DCP1lmS2Iux,168.42700187072126,True,0.0040000000000048885,0.225,2,,,,1000,23.792,,,,,Not available,4,4,True
+DEBE04YY500002Ap_04,48.09993788633152,True,2.911999999999999,70.025,2,,,,1000,22.891,,,,,Not available,4,4,True
+DEBE3D04YY50002ckS,5.402099609375,True,,0.0,2,51009_1610,,,1000,19.962,,,,,[],3,4,False
+DEBE3D04YY50002clD,36.328857423238354,True,0.29299999999999926,5.322,2,51009_1610,,,1000,5.43,,,,,[],3,4,False
+DEBE3D04YY500001cl,0.0,False,,,2,31001_1010,,1905,,,,,,,"['DEBE3DrXCSB2YJaD', 'DEBE3Dvf1vrC7uPm', 'DEBE3DWqzLi7vFSc', 'DEBE3DG8vBRibRRo', 'DEBE3DfsjliLKMBY']",0,0,False
+DEBE3DrXCSB2YJaD,51.24658203125,True,2.699000000000005,46.942,2,,,,3100,24.932,,,,,Not available,8,8,True
+DEBE3Dvf1vrC7uPm,190.61865234375,True,8.659999999999997,688.4019999999999,2,,,,5000,28.056,,,,,Not available,18,21,True
+DEBE3DWqzLi7vFSc,52.064453125,True,3.8089999999999975,64.512,2,,,,5000,23.55,,,,,Not available,6,6,True
+DEBE3DG8vBRibRRo,30.07069645617244,True,,0.0,2,,,,1000,22.688,,,,,Not available,6,6,True
+DEBE3DfsjliLKMBY,85.95068359375,True,3.524000000000001,107.742,2,,,,3100,23.863,,,,,Not available,9,10,True
+DEBE3D04YY500002Cb,912.5732421875,True,,0.0,2,31001_1010,,1905,5000,19.057,,,,,[],20,25,False
+DEBE3D04YY50000FFj,200.95727548814637,True,,0.0,2,31001_1010,,,1000,16.616,,,,,[],4,4,False
+DEBE3D04YY50000IeG,400.4384765625,True,,0.0,2,31001_1120,,,3100,21.989,,,,,[],24,30,False
+DEBE3D04YY50000Ebk,65.19116129364079,True,0.7759999999999962,26.14,2,31001_2463,,,1000,2.482,,,,,[],5,5,False
+DEBE3D04YY500005S1,0.0,False,,,2,31001_1010,,1905,,,,,,,"['DEBE3DuFj6nYcL43', 'DEBE3DONs1v9Uvtw', 'DEBE3DTD7jidcGkb', 'DEBE3DQpevmnYbyH', 'DEBE3DrYInQ1Gmxl']",0,0,False
+DEBE3DuFj6nYcL43,93.50537109375,True,,0.0,2,,,,1000,24.128,,,,,Not available,12,12,True
+DEBE3DONs1v9Uvtw,94.247802734375,True,4.265000000000001,192.865,2,,,,5000,23.407,,,,,Not available,11,11,True
+DEBE3DTD7jidcGkb,232.0771484375,True,2.8899999999999935,183.13199999999998,2,,,,9999,24.814,,,,,Not available,17,17,True
+DEBE3DQpevmnYbyH,28.966796875,True,4.295000000000002,61.022,2,,,,1000,23.573,,,,,Not available,5,5,True
+DEBE3DrYInQ1Gmxl,166.150634765625,True,5.133000000000003,310.765,2,,,,5000,23.993,,,,,Not available,17,17,True
+DEBE3D04YY500002Bm,94.605712890625,True,5.75,267.588,2,31001_1010,,1905,1000,24.883,,,,,[],5,6,False
+DEBE3D04YY50000419,223.732421875,True,5.496000000000002,625.818,2,31001_1010,,1905,3100,23.998,,,,,[],8,8,False
+DEBE3D04YY500005BZ,202.138916015625,True,1.759999999999998,169.29899999999998,2,31001_1010,,,3100,26.165,,,,,[],10,10,False
+DEBE3D04YY500004tf,0.0,False,,,2,31001_1120,,,,,,,,,"['DEBE3DoNvpUCCxHL', 'DEBE3Ditf0K14vqg', 'DEBE04YY500004tf_01', 'DEBE3DXLL8BAiBRR', 'DEBE3DjfFBUh4NsP', 'DEBE3Dez2qSvha9u', 'DEBE3DATZQvCLgzt']",0,0,False
+DEBE3DoNvpUCCxHL,93.505126953125,True,1.9480000000000004,93.738,2,,,,3100,24.932,,,,,Not available,8,8,True
+DEBE3Ditf0K14vqg,80.52880859375,True,1.1069999999999993,46.758,2,,,,1000,24.161,,,,,Not available,6,7,True
+DEBE04YY500004tf_01,91.09130859375,True,0.8410000000000011,37.975,2,,,,1000,5.317,,,,,Not available,1,1,True
+DEBE3DXLL8BAiBRR,61.69580078125,True,1.350999999999999,40.327,2,,,,5000,23.6,,,,,Not available,6,6,True
+DEBE3DjfFBUh4NsP,58.73583984375,True,,0.0,2,,,,1000,22.444,,,,,Not available,4,4,True
+DEBE3Dez2qSvha9u,67.735107421875,True,1.5459999999999994,43.955,2,,,,3100,24.736,,,,,Not available,9,9,True
+DEBE3DATZQvCLgzt,420.562255859375,True,5.963000000000001,1130.9389999999999,2,,,,3100,28.466,,,,,Not available,15,16,True
+DEBE3D04YY500003s0,0.0,False,,,2,31001_3034,,,,,,,,,"['UUID_95140693-aa87-4b12-8aaa-9adf7426eb6d', 'DEBE04YY500003s0_001', 'DEBE04YY500003s0_01']",0,0,False
+UUID_95140693-aa87-4b12-8aaa-9adf7426eb6d,596.87353515625,True,,0.0,2,,,,1000,14.892,,,,,Not available,24,24,True
+DEBE04YY500003s0_001,269.5443182785299,True,1.5289999999999964,157.075,2,,,,3500,17.332,,,,,Not available,11,11,True
+DEBE04YY500003s0_01,79.956787109375,True,,0.0,2,,,,9999,3.0,,,,,Not available,14,14,True
+DEBE3D04YY50000DPy,387.09716796875,True,4.442,796.775,2,31001_1120,,,5000,15.744,,,,,[],10,17,False
+DEBE3D04YY50000R1k,0.0,False,,,2,31001_1010,,1905,,,,,,,"['DEBE3Dk4lZHfGjCG', 'DEBE3DKBo9zUUeLS', 'DEBE3DD6UT09KaXK', 'DEBE3DNWr3gvtb22']",0,0,False
+DEBE3Dk4lZHfGjCG,43.61767578125,True,1.632000000000005,35.787,2,,,,1000,21.423,,,,,Not available,4,4,True
+DEBE3DKBo9zUUeLS,237.07666015625,True,3.321000000000005,319.164,2,,,,3100,22.92,,,,,Not available,12,12,True
+DEBE3DD6UT09KaXK,252.68896484375,True,6.022999999999996,423.912,2,,,,9999,21.108,,,,,Not available,14,14,True
+DEBE3DNWr3gvtb22,28.609619140625,True,4.287000000000006,61.622,2,,,,1000,22.667,,,,,Not available,4,4,True
+DEBE3D04YY500009FA,0.0,False,,,2,31001_1120,,,,,,,,,"['DEBE3DQzsUeRC4LJ', 'DEBE3DVKnPyISJjK']",0,0,False
+DEBE3DQzsUeRC4LJ,336.90966796875,True,,0.0,2,,,,1000,22.505,,,,,Not available,3,4,True
+DEBE3DVKnPyISJjK,248.582275390625,True,,0.0,2,,,,1000,22.589,,,,,Not available,6,9,True
+DEBE3D04YY5000077W,0.0,False,,,2,31001_1010,,1905,,,,,,,"['DEBE3DgD6Tv7k6D1', 'DEBE3DNVxSIQeY4E', 'DEBE3DuNPJYE8WDe', 'DEBE3DoeK33UEkRp']",0,0,False
+DEBE3DgD6Tv7k6D1,44.954345703125,True,,0.0,2,,,,1000,21.966,,,,,Not available,6,6,True
+DEBE3DNVxSIQeY4E,230.27490234375,True,3.4280000000000044,246.476,2,,,,3100,23.673,,,,,Not available,6,6,True
+DEBE3DuNPJYE8WDe,75.89404296875,True,0.9810000000000016,37.936,2,,,,1000,16.948,,,,,Not available,3,3,True
+DEBE3DoeK33UEkRp,207.99951171875,True,4.957999999999998,506.713,2,,,,3100,24.275,,,,,Not available,10,10,True
+DEBE3D04YY500002HZ,601.362060546875,True,,0.0,2,31001_1010,,1900,1000,20.999,,,,,[],29,31,False
+DEBE3D04YY5000079k,252.59960936177663,True,,0.0,2,31001_1010,,1955,1000,21.358,,,,,[],4,6,False
+DEBE3D04YY50000JNV,0.0,False,,,2,31001_1010,,1905,,,,,,,"['DEBE3DUGrcnDE7Qv', 'DEBE3DvPdvtWag0a', 'DEBE3DqljAotc5Mc', 'DEBE3Dr4oL9W2VY6', 'DEBE3DGTKQwPZye2']",0,0,False
+DEBE3DUGrcnDE7Qv,33.529052734375,True,3.344999999999999,34.681,2,,,,5000,22.712,,,,,Not available,6,6,True
+DEBE3DvPdvtWag0a,363.32958984375,True,3.212999999999994,409.962,2,,,,3100,23.517,,,,,Not available,12,12,True
+DEBE3DqljAotc5Mc,58.9931640625,True,1.3930000000000007,41.215,2,,,,1000,22.489,,,,,Not available,5,5,True
+DEBE3Dr4oL9W2VY6,33.08447265625,True,2.9370000000000047,27.696,2,,,,5000,22.723,,,,,Not available,6,6,True
+DEBE3DGTKQwPZye2,58.315673828125,True,1.3070000000000022,37.687,2,,,,1000,22.475,,,,,Not available,5,5,True
+DEBE3D04YY500009hf,249.5908203125,True,0.9959999999999951,131.981,2,31001_1010,,1905,1000,21.902,,,,,[],10,10,False
+DEBE3D04YY50000Ql1,0.0,False,,,2,31001_1120,,,,,,,,,"['DEBE3DgvtNTRo83Q', 'DEBE3DGPx0qP2Nfb', 'DEBE3DsrisBUsXEq', 'DEBE3DoMXZclqdRm']",0,0,False
+DEBE3DgvtNTRo83Q,41.445556640625,True,,0.0,2,,,,1000,22.926,,,,,Not available,8,9,True
+DEBE3DGPx0qP2Nfb,174.83056640625,True,3.706000000000003,161.97,2,,,,9999,24.27,,,,,Not available,12,12,True
+DEBE3DsrisBUsXEq,42.320068359375,True,1.9410000000000025,41.405,2,,,,1000,23.269,,,,,Not available,5,6,True
+DEBE3DoMXZclqdRm,89.02783203125,True,4.292000000000002,142.35899999999998,2,,,,5000,24.466,,,,,Not available,11,11,True
+DEBE3D04YY50000PV4,0.0,False,,,2,31001_1010,,,,,,,,,"['UUID_c29d43de-ce0c-403f-8620-080b929961fe', 'DEBE04YY50000PV4_02', 'DEBE04YY50000PV4_01']",0,0,False
+UUID_c29d43de-ce0c-403f-8620-080b929961fe,250.9266588077013,True,,0.0,2,,,,1000,19.469,,,,,Not available,11,12,True
+DEBE04YY50000PV4_02,131.01513671875,True,,0.0,2,,,,1000,17.103,,,,,Not available,5,6,True
+DEBE04YY50000PV4_01,199.07617189190807,True,1.3470000000000013,122.661,2,,,,3100,20.307,,,,,Not available,5,5,True
+DEBE3D04YY50000II3,0.0,False,,,2,31001_1010,,1905,,,,,,,"['DEBE3DKEbr6MOiCx', 'DEBE3DmTFkErMCeP', 'DEBE3DpryWIimVzX', 'DEBE3DMwT641c1zW']",0,0,False
+DEBE3DKEbr6MOiCx,270.580810546875,True,5.125,385.188,2,,,,9999,22.235,,,,,Not available,10,10,True
+DEBE3DmTFkErMCeP,183.1240234375,True,1.7700000000000031,125.75399999999999,2,,,,5000,23.115,,,,,Not available,8,8,True
+DEBE3DpryWIimVzX,222.817626953125,True,3.110999999999997,182.909,2,,,,9999,22.201,,,,,Not available,9,9,True
+DEBE3DMwT641c1zW,102.685546875,True,,0.0,2,,,,1000,20.248,,,,,Not available,10,10,True
+DEBE3D04YY500009Ah,66.553955078125,True,1.5399999999999991,55.981,2,31001_2120,,,1000,6.664,,,,,[],6,7,False
+DEBE3D04YY50000AQQ,0.0,False,,,2,31001_1120,,,,,,,,,"['UUID_27abeeb7-da7e-4a06-8026-fa5855273fda', 'DEBE04YY50000AQQ_001', 'DEBE04YY50000AQQ_01']",0,0,False
+UUID_27abeeb7-da7e-4a06-8026-fa5855273fda,203.587158203125,True,0.6510000000000034,67.055,2,,,,1000,17.291,,,,,Not available,10,10,True
+DEBE04YY50000AQQ_001,268.037353515625,True,0.6510000000000034,87.411,2,,,,1000,17.108,,,,,Not available,6,7,True
+DEBE04YY50000AQQ_01,10.11865234375,True,0.18299999999999983,0.889,2,,,,1000,4.268,,,,,Not available,3,4,True
+DEBE3D04YY500001fL,251.072509765625,True,,0.0,2,31001_1010,,,1000,19.062,,,,,[],12,12,False
+DEBE3D04YY50000RgT,0.0,False,,,2,31001_1010,,1905,,,,,,,"['DEBE3DKOiY03Vq12', 'DEBE04YY50000RgT_03', 'DEBE3DQsLvfIKljQ', 'DEBE3DhoAaS4JoQf', 'DEBE04YY50000RgT_01', 'DEBE3DIVgNlsUPhq']",0,0,False
+DEBE3DKOiY03Vq12,129.05810546875,True,1.029999999999994,66.544,2,,,,1000,9.454,,,,,Not available,8,8,True
+DEBE04YY50000RgT_03,30.82568359375,True,1.0769999999999982,16.391,2,,,,5000,15.849,,,,,Not available,6,6,True
+DEBE3DQsLvfIKljQ,52.622314453125,True,0.47399999999999665,12.425,2,,,,1000,9.081,,,,,Not available,5,5,True
+DEBE3DhoAaS4JoQf,46.734130859375,True,1.1460000000000008,20.826999999999998,2,,,,5000,21.817,,,,,Not available,8,8,True
+DEBE04YY50000RgT_01,71.50610351812163,True,0.31799999999999784,4.596,2,,,,9999,11.996,,,,,Not available,9,9,True
+DEBE3DIVgNlsUPhq,224.567138671875,True,3.3669999999999973,241.93200000000002,2,,,,3100,20.846,,,,,Not available,9,9,True
+DEBE3D04YY500006C3,0.0,False,,,2,31001_1010,,1905,,,,,,,"['DEBE04YY500006C3_01', 'DEBE3DLyOM25ntfS', 'DEBE3DLrVSSVHHpl']",0,0,False
+DEBE04YY500006C3_01,404.50732421875,True,,0.0,2,,,,1000,20.1,,,,,Not available,19,21,True
+DEBE3DLyOM25ntfS,211.82373046875,True,2.887999999999998,239.804,2,,,,3100,23.116,,,,,Not available,9,9,True
+DEBE3DLrVSSVHHpl,90.781005859375,True,4.142000000000003,115.72500000000001,2,,,,3100,22.876,,,,,Not available,3,5,True
+DEBE3D04YY500000nx,0.0,False,,,2,31001_3031,,,,,,,,,"['UUID_bc954f8a-e20b-4f49-88c7-1f62f2fb1de0', 'DEBE3Dh0fKWNIP8N', 'DEBE3DrXKMOZTjdb', 'DEBE3DnQQ3UYteZ3', 'DEBE3DD7LwkNGIZe', 'DEBE04YY500000nx_01', 'DEBE3DTIUgS4pltv']",0,0,False
+UUID_bc954f8a-e20b-4f49-88c7-1f62f2fb1de0,4560.0888671875,True,,0.0,2,,,,1000,15.209,,,,,Not available,241,241,True
+DEBE3Dh0fKWNIP8N,95.60205078125,True,2.8519999999999968,127.609,2,,,,3100,11.573,,,,,Not available,6,6,True
+DEBE3DrXKMOZTjdb,95.17822265625,True,3.142000000000003,144.001,2,,,,3100,11.672,,,,,Not available,4,4,True
+DEBE3DnQQ3UYteZ3,585.349609375,True,3.142000000000003,865.513,2,,,,3100,11.593,,,,,Not available,5,5,True
+DEBE3DD7LwkNGIZe,215.7420562236597,True,4.713999999999999,467.599,2,,,,9999,15.531,,,,,Not available,16,16,True
+DEBE04YY500000nx_01,1821.106201171875,True,,0.0,2,,,,5000,11.83,,,,,Not available,9,11,True
+DEBE3DTIUgS4pltv,579.3994140625,True,2.886000000000003,789.386,2,,,,3100,11.55,,,,,Not available,5,5,True
+DEBE3D04YY50000NA7,0.0,False,,,2,31001_1010,,1905,,,,,,,"['DEBE3DjiImmxMD4X', 'DEBE3Dc9i12AitVE', 'DEBE3DJUdOFmKt0A', 'DEBE3DXBdjuAG9Gu', 'DEBE3DZ3EJr8cxRG']",0,0,False
+DEBE3DjiImmxMD4X,32.87158203125,True,,0.0,2,,,,1000,21.273,,,,,Not available,8,8,True
+DEBE3Dc9i12AitVE,384.50341796875,True,4.878,559.502,2,,,,3100,25.77,,,,,Not available,10,12,True
+DEBE3DJUdOFmKt0A,26.605712890625,True,3.619000000000007,50.572,2,,,,1000,23.166,,,,,Not available,8,8,True
+DEBE3DXBdjuAG9Gu,103.76025390625,True,2.575000000000003,110.9,2,,,,3100,22.658,,,,,Not available,4,5,True
+DEBE3DZ3EJr8cxRG,65.657470703125,True,3.789999999999999,88.99000000000001,2,,,,3100,23.12,,,,,Not available,7,7,True
+DEBE3D04YY50000G53,0.0,False,,,2,31001_1010,,,,,,,,,"['DEBE3DSefEACgrrB', 'DEBE3DqaVL9pHtT4']",0,0,False
+DEBE3DSefEACgrrB,89.047607421875,True,,0.0,2,,,,1000,22.593,,,,,Not available,9,9,True
+DEBE3DqaVL9pHtT4,125.22412109375,True,,0.0,2,,,,1000,22.509,,,,,Not available,12,12,True
+DEBE3D04YY500002jj,0.0,False,,,2,31001_3036,,,,,,,,,"['DEBE3DOqsQPzbNIE', 'DEBE3DsZna24N45g']",0,0,False
+DEBE3DOqsQPzbNIE,734.624267578125,True,7.010999999999996,2415.8819999999996,2,,,,5000,24.656,,,,,Not available,29,29,True
+DEBE3DsZna24N45g,299.382568359375,True,6.505000000000003,945.5840000000001,2,,,,3100,24.716,,,,,Not available,10,11,True
+DEBE3D04YY5000070z,163.1513671875,True,,0.0,2,31001_1010,,1955,1000,20.256,,,,,[],4,5,False
+DEBE3D04YY500001Vv,0.0,False,,,2,31001_1010,,,,,,,,,"['DEBE3DxjpIni8TDQ', 'DEBE3DvU5kJV5LQy', 'DEBE3DUqZT8LaXw7', 'DEBE3DR4GvrG1YpQ', 'DEBE3Dd56DRtlHpZ']",0,0,False
+DEBE3DxjpIni8TDQ,153.2626953125,True,3.325000000000003,255.226,2,,,,5000,23.859,,,,,Not available,11,11,True
+DEBE3DvU5kJV5LQy,306.900390625,True,3.963000000000001,520.672,2,,,,5000,26.723,,,,,Not available,11,11,True
+DEBE3DUqZT8LaXw7,111.479248046875,True,,0.0,2,,,,1000,23.075,,,,,Not available,7,9,True
+DEBE3DR4GvrG1YpQ,30.55224609375,True,1.2680000000000007,18.093,2,,,,1000,23.298,,,,,Not available,4,4,True
+DEBE3Dd56DRtlHpZ,138.284423828125,True,2.915999999999997,101.529,2,,,,9999,25.962,,,,,Not available,11,11,True
+DEBE3D04YY50002btm,15.793701171875,True,0.7639999999999958,5.75,2,51009_1610,,,3100,4.606,,,,,[],6,6,False
+DEBE3D04YY50000AgW,173.349853515625,True,0.44700000000000273,43.066,2,31001_1010,,1955,1000,16.735,,,,,[],7,8,False
+DEBE3D04YY50000HtE,84.234130859375,True,0.8310000000000031,35.108,2,31001_2460,,,1000,3.611,,,,,[],3,4,False
+DEBE3D04YY500009nb,0.0,False,,,2,31001_1120,,,,,,,,,"['DEBE3DmiL6C8fHjS', 'DEBE3DAImYo8LWNh', 'DEBE04YY500009nb_01']",0,0,False
+DEBE3DmiL6C8fHjS,270.842041015625,True,1.3000000000000043,70.55900000000001,2,,,,9999,22.332,,,,,Not available,16,16,True
+DEBE3DAImYo8LWNh,44.5478515625,True,0.33500000000000085,7.535,2,,,,1000,22.406,,,,,Not available,4,4,True
+DEBE04YY500009nb_01,14.52734375,True,,0.0,2,,,,1000,16.355,,,,,Not available,3,3,True
+DEBE3D04YY50000FXx,0.0,False,,,2,31001_1010,,,,,,,,,"['DEBE3DxwQ0k50GVY', 'DEBE3DBOQXPcOgKq', 'DEBE3Dm0RjzF5LJo']",0,0,False
+DEBE3DxwQ0k50GVY,55.425537109375,True,0.42899999999999494,16.28,2,,,,1000,23.34,,,,,Not available,7,8,True
+DEBE3DBOQXPcOgKq,110.39697265625,True,4.121000000000002,153.387,2,,,,3100,24.153,,,,,Not available,12,12,True
+DEBE3Dm0RjzF5LJo,367.733154296875,True,1.6950000000000003,329.58000000000004,2,,,,3200,24.272,,,,,Not available,14,15,True
+DEBE3D04YY50000Jei,235.541015625,True,,0.0,2,31001_1010,,1905,1000,21.928,,,,,[],18,19,False
+DEBE3D04YY500006R0,64.445068359375,True,0.2890000000000015,9.168,2,31001_2460,,,1000,3.013,,,,,[],4,4,False
+DEBE3D04YY500007B5,0.0,False,,,2,31001_1010,,1905,,,,,,,"['UUID_d5dc0121-1b26-4b04-ac56-86cb761c4911', 'DEBE04YY500007B5_01']",0,0,False
+UUID_d5dc0121-1b26-4b04-ac56-86cb761c4911,251.6686179396649,True,0.8399999999999963,110.843,2,,,,1000,22.143,,,,,Not available,7,8,True
+DEBE04YY500007B5_01,92.825439453125,True,,0.0,2,,,,1000,19.671,,,,,Not available,9,9,True
+DEBE3D04YY50000Awx,78.5693359375,True,0.003999999999997783,0.285,2,31001_2140,,1905,1000,0.477,,,,,[],8,8,False
+DEBE3D04YY50000PV0,0.0,False,,,2,31001_1120,,,,,,,,,"['UUID_9683da29-343a-409e-b600-7dcd4dc943d4', 'DEBE04YY50000PV0_02', 'DEBE04YY50000PV0_01']",0,0,False
+UUID_9683da29-343a-409e-b600-7dcd4dc943d4,675.13134765625,True,,0.0,2,,,,1000,25.046,,,,,Not available,30,30,True
+DEBE04YY50000PV0_02,59.755859375,True,3.1300000000000026,85.365,2,,,,5000,23.881,,,,,Not available,7,7,True
+DEBE04YY50000PV0_01,8.249267578125,True,1.2049999999999983,3.4939999999999998,2,,,,5000,22.345,,,,,Not available,12,12,True
+DEBE3D04YY500007Us,0.0,False,,,2,31001_1010,,,,,,,,,"['UUID_00412e29-d0ec-4336-a872-e2e114313a7d', 'DEBE04YY500007Us_01']",0,0,False
+UUID_00412e29-d0ec-4336-a872-e2e114313a7d,394.50390625,True,,0.0,2,,,,1000,16.564,,,,,Not available,10,11,True
+DEBE04YY500007Us_01,21.114746981843577,True,0.8530000000000015,9.102,2,,,,1000,4.394,,,,,Not available,4,4,True
+DEBE3D04YY50000RWR,0.0,False,,,2,31001_1010,,,,,,,,,"['DEBE3DwWr7zKDCD4', 'DEBE3Dd0RoFEyJRg']",0,0,False
+DEBE3DwWr7zKDCD4,60.354248046875,True,1.4380000000000024,43.912,2,,,,1000,23.894,,,,,Not available,5,5,True
+DEBE3Dd0RoFEyJRg,125.948974609375,True,,0.0,2,,,,1000,23.301,,,,,Not available,6,7,True
+DEBE3D04YY500003p8,0.0,False,,,2,31001_1010,,,,,,,,,"['DEBE3DRxc2xQuyw5', 'DEBE04YY500003p8_01', 'DEBE3DeWK5ihzdyJ', 'DEBE04YY500003p8_03', 'DEBE04YY500003p8_02']",0,0,False
+DEBE3DRxc2xQuyw5,139.7060546875,True,,0.0,2,,,,1000,16.466,,,,,Not available,16,16,True
+DEBE04YY500003p8_01,12.8310546875,True,0.355000000000004,2.339,2,,,,1000,8.61,,,,,Not available,1,1,True
+DEBE3DeWK5ihzdyJ,131.93896484375,True,0.0020000000000024443,0.095,2,,,,1000,16.351,,,,,Not available,13,13,True
+DEBE04YY500003p8_03,7.111083984375,True,0.23499999999999943,0.931,2,,,,1000,14.469,,,,,Not available,2,2,True
+DEBE04YY500003p8_02,10.955810546875,True,1.983000000000004,14.938,2,,,,1000,12.81,,,,,Not available,2,2,True
+DEBE3D04YY500009Fp,0.0,False,,,2,31001_1010,,,,,,,,,"['DEBE04YY500009Fp_01', 'DEBE3DETHRI6cXai', 'DEBE3DCyxbsfcyvc']",0,0,False
+DEBE04YY500009Fp_01,10.666748046875,True,,0.0,2,,,,1000,15.057,,,,,Not available,8,8,True
+DEBE3DETHRI6cXai,98.49853515625,True,0.5050000000000026,26.119,2,,,,1000,14.286,,,,,Not available,11,11,True
+DEBE3DCyxbsfcyvc,212.873046875,True,,0.0,2,,,,1000,14.672,,,,,Not available,12,12,True
+DEBE3D04YY5000006x,545.099609375,True,3.5459999999999994,956.93,2,31001_3041,,1905,1000,14.453,,,,,[],25,25,False
+DEBE3D04YY50000Pqq,0.0,False,,,2,31001_1010,,1905,,,,,,,"['DEBE3DeVro4Xquwj', 'DEBE3Dwf1cbH5BOO', 'DEBE3DGZEl0ZaDEo']",0,0,False
+DEBE3DeVro4Xquwj,262.222900390625,True,1.918999999999997,279.379,2,,,,1000,23.46,,,,,Not available,10,10,True
+DEBE3Dwf1cbH5BOO,224.66357421875,True,3.260000000000005,201.54,2,,,,9999,21.499,,,,,Not available,12,12,True
+DEBE3DGZEl0ZaDEo,65.10302734375,True,1.1899999999999977,41.331,2,,,,1000,22.673,,,,,Not available,10,10,True
+DEBE3D04YY500007uo,0.0,False,,,2,31001_1010,,1905,,,,,,,"['DEBE3Dwpepm2UrAi', 'DEBE3DUU3qdnyI6z', 'DEBE3DbVwWvtueP9']",0,0,False
+DEBE3Dwpepm2UrAi,48.078369140625,True,1.4070000000000036,33.775,2,,,,1000,23.634,,,,,Not available,5,5,True
+DEBE3DUU3qdnyI6z,240.009521484375,True,8.545000000000002,1031.665,2,,,,3100,28.591,,,,,Not available,7,9,True
+DEBE3DbVwWvtueP9,97.78564453125,True,,0.0,2,,,,1000,23.154,,,,,Not available,7,9,True
+DEBE3D04YY500001aC,0.0,False,,,2,31001_1010,,,,,,,,,"['DEBE3DsVUlzxNPMh', 'DEBE3DfEI9X5nytc', 'DEBE3DALu4xHBPYt']",0,0,False
+DEBE3DsVUlzxNPMh,145.49365233996886,True,3.898999999999994,170.314,2,,,,3100,24.453,,,,,Not available,6,6,True
+DEBE3DfEI9X5nytc,360.439697265625,True,3.1670000000000016,403.97299999999996,2,,,,3100,24.168,,,,,Not available,11,11,True
+DEBE3DALu4xHBPYt,36.450439453125,True,0.5120000000000005,9.339,2,,,,1000,16.9,,,,,Not available,4,4,True
+DEBE3D04YY500008gK,230.52001910962215,True,5.280999999999999,314.55600000000004,2,31001_1010,,,9999,22.03,,,,,[],8,11,False
+DEBE3D04YY500002uy,8.990478509675874,True,,0.0,2,31001_2523,,,1000,13.05,,,,,[],4,4,False
+DEBE3D04YY500003nQ,307.5520019064342,True,1.4069999999999965,201.27499999999998,2,31001_3034,,,3100,5.646,,,,,[],10,10,False
+DEBE3D04YY50000CE7,0.0,False,,,2,31001_1010,,1905,,,,,,,"['DEBE3DmZCMmK3OPu', 'DEBE3DlcUQDihjmX']",0,0,False
+DEBE3DmZCMmK3OPu,142.63623046875,True,,0.0,2,,,,1000,20.245,,,,,Not available,11,12,True
+DEBE3DlcUQDihjmX,138.226806640625,True,2.886000000000003,113.584,2,,,,9999,20.745,,,,,Not available,9,9,True
+DEBE3D04YY50000J95,0.0,False,,,2,31001_1010,,,,,,,,,"['DEBE3Dn1Yw1s5r3Q', 'DEBE3DKAgg4J5X5K']",0,0,False
+DEBE3Dn1Yw1s5r3Q,228.66186502827878,True,,0.0,2,,,,1000,17.86,,,,,Not available,6,7,True
+DEBE3DKAgg4J5X5K,52.386962890625,True,0.4269999999999996,11.336,2,,,,1000,17.987,,,,,Not available,7,7,True
+DEBE3D04YY500005tB,31.5849609375,True,,0.0,2,31001_3020,,1905,1000,2.758,,,,,[],6,8,False
+DEBE3D04YY500003Aj,0.0,False,,,2,31001_1010,,,,,,,,,"['UUID_9cdcd5c7-9c49-4c6b-a2e6-7f2d9d2eb3f4', 'DEBE04YY500003Aj_02', 'DEBE04YY500003Aj_01', 'DEBE04YY500003Aj_001']",0,0,False
+UUID_9cdcd5c7-9c49-4c6b-a2e6-7f2d9d2eb3f4,410.74267578125,True,,0.0,2,,,,5000,21.307,,,,,Not available,44,45,True
+DEBE04YY500003Aj_02,26.314208984375,True,3.0009999999999977,38.969,2,,,,5000,18.581,,,,,Not available,6,7,True
+DEBE04YY500003Aj_01,63.447265625,True,,0.0,2,,,,1000,9.913,,,,,Not available,26,26,True
+DEBE04YY500003Aj_001,54.17456291095627,True,0.4209999999999994,13.391,2,,,,1000,10.148,,,,,Not available,3,4,True
+DEBE3D04YY500003zw,207.752685546875,True,,0.0,2,31001_1010,,1905,1000,18.473,,,,,[],7,8,False
+DEBE3D04YY50000M0X,0.0,False,,,2,31001_1010,,,,,,,,,"['DEBE3DnQeSs2teZs', 'DEBE3DNEUO1c0Wa8', 'DEBE3Dj6S47m5025', 'DEBE3DO5jAx4Imqv', 'DEBE3DfQSSGSBraz', 'DEBE3DYcL34w1BPC']",0,0,False
+DEBE3DnQeSs2teZs,63.48388671875,True,0.5129999999999981,12.109,2,,,,1000,16.301,,,,,Not available,7,7,True
+DEBE3DNEUO1c0Wa8,72.776123046875,True,,0.0,2,,,,1000,15.985,,,,,Not available,6,6,True
+DEBE3Dj6S47m5025,129.172607421875,True,,0.0,2,,,,1000,15.937,,,,,Not available,10,10,True
+DEBE3DO5jAx4Imqv,53.255126953125,True,,0.0,2,,,,1000,15.941,,,,,Not available,10,11,True
+DEBE3DfQSSGSBraz,198.199462890625,True,,0.0,2,,,,1000,15.925,,,,,Not available,11,11,True
+DEBE3DYcL34w1BPC,54.610595703125,True,,0.0,2,,,,1000,15.984,,,,,Not available,8,8,True
+DEBE3D04YY500009yQ,0.0,False,,,2,31001_1010,,1905,,,,,,,"['DEBE3DzG9lVKFAMl', 'DEBE3Do4LI4hVq8Y', 'DEBE3DFPtYNqEAlj', 'DEBE3DRHL5b6gzva']",0,0,False
+DEBE3DzG9lVKFAMl,46.78662109375,True,4.25,100.424,2,,,,1000,24.493,,,,,Not available,4,4,True
+DEBE3Do4LI4hVq8Y,76.45458984375,True,2.8689999999999998,71.393,2,,,,3100,23.104,,,,,Not available,11,12,True
+DEBE3DFPtYNqEAlj,231.660400390625,True,4.009,300.998,2,,,,3100,24.127,,,,,Not available,8,10,True
+DEBE3DRHL5b6gzva,202.98486328125,True,2.682000000000002,129.449,2,,,,9999,22.775,,,,,Not available,8,11,True
+DEBE3D04YY50000QcE,0.0,False,,,2,31001_1010,,,,,,,,,"['DEBE3DUDJn4qlInI', 'DEBE3DF4a6UBaoct', 'DEBE3DXF7IscVavH']",0,0,False
+DEBE3DUDJn4qlInI,142.694580078125,True,,0.0,2,,,,1000,21.003,,,,,Not available,5,5,True
+DEBE3DF4a6UBaoct,107.46142578125,True,,0.0,2,,,,1000,20.962,,,,,Not available,7,7,True
+DEBE3DXF7IscVavH,224.878662109375,True,,0.0,2,,,,1000,21.025,,,,,Not available,16,16,True
+DEBE3D04YY50000N0K,0.0,False,,,2,31001_1010,,1905,,,,,,,"['DEBE3DHcANJYmbOQ', 'DEBE04YY50000N0K_01', 'DEBE3DsAQQWr3IQC']",0,0,False
+DEBE3DHcANJYmbOQ,28.6083984375,True,0.8870000000000005,12.72,2,,,,1000,21.718,,,,,Not available,4,4,True
+DEBE04YY50000N0K_01,295.145263671875,True,,0.0,2,,,,9999,19.154,,,,,Not available,16,16,True
+DEBE3DsAQQWr3IQC,239.050048828125,True,3.2010000000000005,265.169,2,,,,3100,22.634,,,,,Not available,10,10,True
+DEBE3D04YY5000066E,0.0,False,,,2,31001_1010,,,,,,,,,"['DEBE3DjfBVYqLh7x', 'DEBE3DgmxjPjpa9J']",0,0,False
+DEBE3DjfBVYqLh7x,51.1171875,True,4.753,122.446,2,,,,3100,25.605,,,,,Not available,12,15,True
+DEBE3DgmxjPjpa9J,552.11572265625,True,5.894999999999996,1526.3020000000001,2,,,,5000,26.588,,,,,Not available,14,18,True
+DEBE3D04YY50002auP,7868.314208984375,True,,0.0,2,51006_1440,,1905,1000,1.286,,,,,[],35,35,False
+DEBE3D04YY500005qh,208.15087897529028,True,,0.0,2,31001_1010,,,1000,21.71,,,,,[],4,6,False
+DEBE3D04YY50000RJP,220.320068359375,True,,0.0,2,31001_1010,,,1000,22.535,,,,,[],6,7,False
+DEBE3D04YY50000Kfl,0.0,False,,,2,31001_1010,,1905,,,,,,,"['DEBE3DSJbCDuKS92', 'DEBE3DPJjgLC1e3j', 'DEBE04YY50000Kfl_01']",0,0,False
+DEBE3DSJbCDuKS92,233.4111328125,True,,0.0,2,,,,1000,17.092,,,,,Not available,9,9,True
+DEBE3DPJjgLC1e3j,262.72412109375,True,,0.0,2,,,,1000,17.057,,,,,Not available,5,5,True
+DEBE04YY50000Kfl_01,94.3310546875,True,,0.0,2,,,,1000,5.055,,,,,Not available,6,6,True
+DEBE3D04YY500008YZ,6463.1669921875,True,,0.0,2,31001_3015,,1925,1000,20.949,,,,,[],126,126,False
+DEBE3D04YY50002cUB,4.83740234375,True,,0.0,2,51009_1610,,,1000,2.206,,,,,[],4,4,False
+DEBE3D04YY50000HpD,0.0,False,,,2,31001_1010,,,,,,,,,"['DEBE3DgjTA8VoRq4', 'DEBE04YY50000HpD_01', 'DEBE3DR1uiuTblVS']",0,0,False
+DEBE3DgjTA8VoRq4,107.77148438259472,True,,0.0,2,,,,1000,22.704,,,,,Not available,4,5,True
+DEBE04YY50000HpD_01,31.95141334705495,True,0.625,9.986,2,,,,1000,19.017,,,,,Not available,4,4,True
+DEBE3DR1uiuTblVS,40.015869140625,True,,0.0,2,,,,1000,22.595,,,,,Not available,5,5,True
+DEBE3D04YY50002c8h,4.77490234375,True,0.8279999999999959,1.687,2,51009_1610,,,3100,11.82,,,,,[],6,6,False
+DEBE3D04YY50002bXF,0.0,False,,,2,51009_1610,,1905,,,,,,,"['DEBE3DowsI51EPL0', 'DEBE3DYqa839Znuy']",0,0,False
+DEBE3DowsI51EPL0,3.83203125,True,,0.0,2,,,,1000,0.601,,,,,Not available,4,4,True
+DEBE3DYqa839Znuy,14.46630859375,True,0.46700000000000585,3.799,2,,,,1000,0.675,,,,,Not available,3,3,True
+DEBE3D04YY50000AiJ,0.0,False,,,2,31001_1120,,,,,,,,,"['UUID_533e6435-fe9d-44c3-a096-5ea2fb9025fc', 'DEBE3DAc4hSjzknG', 'DEBE3DsGzEGkWDY6', 'DEBE3DpjoEOHkcT5']",0,0,False
+UUID_533e6435-fe9d-44c3-a096-5ea2fb9025fc,233.74365234375,True,1.7979999999999947,200.863,2,,,,3100,22.823,,,,,Not available,22,26,True
+DEBE3DAc4hSjzknG,60.9765625,True,0.6920000000000002,22.902,2,,,,1000,22.116,,,,,Not available,9,9,True
+DEBE3DsGzEGkWDY6,39.0009765625,True,3.5390000000000015,49.326,2,,,,3100,22.593,,,,,Not available,5,6,True
+DEBE3DpjoEOHkcT5,214.555908203125,True,4.6739999999999995,320.97799999999995,2,,,,9999,22.188,,,,,Not available,10,13,True
+DEBE3D04YY500005TE,0.0,False,,,2,31001_1010,,1905,,,,,,,"['DEBE3Dw6ZwSnAhYs', 'DEBE3DJvmMTQdtk9', 'DEBE04YY500005TE_02', 'DEBE3Dz23GZq0Ud2', 'DEBE04YY500005TE_01']",0,0,False
+DEBE3Dw6ZwSnAhYs,170.990478515625,True,1.064,97.85,2,,,,1000,23.197,,,,,Not available,9,9,True
+DEBE3DJvmMTQdtk9,97.137451171875,True,,0.0,2,,,,1000,22.734,,,,,Not available,5,5,True
+DEBE04YY500005TE_02,108.916748046875,True,3.729999999999997,173.32,2,,,,5000,23.59,,,,,Not available,9,9,True
+DEBE3Dz23GZq0Ud2,120.808837890625,True,2.875,31.134,2,,,,9999,22.962,,,,,Not available,10,10,True
+DEBE04YY500005TE_01,83.974609375,True,,0.0,2,,,,1000,21.867,,,,,Not available,8,8,True
+DEBE3D04YY50000NTF,0.0,False,,,2,31001_1010,,1905,,,,,,,"['DEBE3DhHp6yrCMYR', 'DEBE3DAaR5QpU0ht', 'DEBE3Di6pp4xPCg2', 'DEBE3DO6mYxA4PpB']",0,0,False
+DEBE3DhHp6yrCMYR,271.008056640625,True,1.2119999999999962,171.62,2,,,,1000,23.267,,,,,Not available,10,10,True
+DEBE3DAaR5QpU0ht,208.470703125,True,3.7679999999999936,62.601000000000006,2,,,,5000,20.708,,,,,Not available,14,14,True
+DEBE3Di6pp4xPCg2,154.553466796875,True,,0.0,2,,,,1000,22.326,,,,,Not available,14,14,True
+DEBE3DO6mYxA4PpB,54.039794921875,True,0.9690000000000012,25.145,2,,,,1000,23.191,,,,,Not available,4,4,True
+DEBE3D04YY500005W0,0.0,False,,,2,31001_1010,,1905,,,,,,,"['DEBE3DzohVccLCnb', 'DEBE3DLNz2KHLn1a', 'DEBE3DmugeaXR23P', 'DEBE3DoGLM3LWxoS', 'DEBE3DWDeGRHl26C']",0,0,False
+DEBE3DzohVccLCnb,434.300537109375,True,,0.0,2,,,,1000,22.968,,,,,Not available,7,7,True
+DEBE3DLNz2KHLn1a,258.585693359375,True,3.3900000000000006,195.776,2,,,,9999,23.185,,,,,Not available,8,8,True
+DEBE3DmugeaXR23P,75.43603515625,True,,0.0,2,,,,1000,21.594,,,,,Not available,10,10,True
+DEBE3DoGLM3LWxoS,64.214599609375,True,3.352000000000004,54.461999999999996,2,,,,9999,23.212,,,,,Not available,4,4,True
+DEBE3DWDeGRHl26C,96.507080078125,True,,0.0,2,,,,1000,22.607,,,,,Not available,9,9,True
+DEBE3D04YY50000B14,0.0,False,,,2,31001_1010,,1905,,,,,,,"['DEBE3DtKH25qUiD4', 'DEBE3Dd6jYSMAV1N', 'DEBE3DWFglQpZD2L', 'DEBE3DX69Vnh7Yz9']",0,0,False
+DEBE3DtKH25qUiD4,110.72021484375,True,4.587000000000003,256.746,2,,,,5000,25.324,,,,,Not available,9,9,True
+DEBE3Dd6jYSMAV1N,25.70849609375,True,5.450000000000003,62.969,2,,,,5000,24.321,,,,,Not available,4,4,True
+DEBE3DWFglQpZD2L,112.386474609375,True,5.158999999999999,242.79399999999998,2,,,,5000,26.03,,,,,Not available,9,9,True
+DEBE3DX69Vnh7Yz9,40.500244140625,True,2.522999999999996,44.406,2,,,,5000,23.737,,,,,Not available,7,8,True
+DEBE3D04YY500009pj,0.0,False,,,2,31001_1010,,1925,,,,,,,"['UUID_3c5ba5dd-228f-4226-a522-e6c7574ef2df', 'DEBE04YY500009pj_07', 'DEBE04YY500009pj_02', 'DEBE04YY500009pj_09', 'DEBE04YY500009pj_03', 'DEBE04YY500009pj_05', 'DEBE04YY500009pj_01', 'DEBE04YY500009pj_08', 'DEBE04YY500009pj_06', 'DEBE04YY500009pj_04']",0,0,False
+UUID_3c5ba5dd-228f-4226-a522-e6c7574ef2df,5434.228271484375,True,3.182000000000002,3013.705,2,,,,5000,20.769,,,,,Not available,165,165,True
+DEBE04YY500009pj_07,8.638916015625,True,,0.0,2,,,,1000,14.44,,,,,Not available,3,3,True
+DEBE04YY500009pj_02,8.612060546875,True,,0.0,2,,,,1000,24.641,,,,,Not available,4,4,True
+DEBE04YY500009pj_09,5.209716796875,True,,0.0,2,,,,1000,13.245,,,,,Not available,3,3,True
+DEBE04YY500009pj_03,8.445556640625,True,1.2419999999999973,4.041,2,,,,3100,15.038,,,,,Not available,4,4,True
+DEBE04YY500009pj_05,10.232666015625,True,1.3899999999999935,5.7139999999999995,2,,,,5000,15.102,,,,,Not available,3,3,True
+DEBE04YY500009pj_01,4.535888671875,True,,0.0,2,,,,1000,14.133,,,,,Not available,3,3,True
+DEBE04YY500009pj_08,8.748046875,True,,0.0,2,,,,1000,14.653,,,,,Not available,3,3,True
+DEBE04YY500009pj_06,10.26025390625,True,1.0499999999999972,4.6770000000000005,2,,,,3100,14.866,,,,,Not available,4,4,True
+DEBE04YY500009pj_04,8.695068359375,True,,0.0,2,,,,1000,14.631,,,,,Not available,3,3,True
+DEBE3DATKB100008VE,0.0,False,,,2,53001_1800,,,1000,1.0,,,,,[],8,8,False
+DEBE3DATKB100007pv,0.0,False,,,2,53001_1800,,,1000,1.0,,,,,[],53,53,False
+DEBE3DATKB100008VI,0.0,False,,,2,53001_1800,,,1000,1.0,,,,,[],14,14,False
+DEBE3DATKB100008V7,0.0,False,,,2,53001_1800,,,1000,1.0,,,,,[],13,13,False
+DEBE3DATKB100008V1,0.0,False,,,2,53001_1800,,,1000,1.0,,,,,[],8,8,False
+DEBE3DATKB100008VA,0.0,False,,,2,53001_1800,,,1000,1.0,,,,,[],8,8,False
+DEBE3DATKBDR0000Wt,0.0,False,,,2,53001_1800,,,1000,1.0,,,,,[],8,8,False
+DEBE3DATKBDR0000X9,0.0,False,,,2,53001_1800,,,1000,1.0,,,,,[],13,13,False
+DEBE3DATKB100008Uy,0.0,False,,,2,53001_1800,,,1000,1.0,,,,,[],14,14,False
diff --git a/tests/data/Small_example_geometry_analysis.json b/tests/data/Small_example_geometry_analysis.json
new file mode 100644
index 00000000..b8967fdb
--- /dev/null
+++ b/tests/data/Small_example_geometry_analysis.json
@@ -0,0 +1,16085 @@
+{
+ "DEBE3D04YY500004Nu": {
+ "gml_id": "DEBE3D04YY500004Nu",
+ "291.4713352079508": {
+ "surface_id": "UUID_38163c59-8d7b-4cf1-a447-4618c9d07be3",
+ "total_wall_area": 240.78342238727288,
+ "connected_wall_area": 240.78342241907865,
+ "free_wall_area": 66.84513904315494
+ },
+ "21.43873834342628": {
+ "surface_id": "UUID_c7500b2e-de8f-4f4a-98e0-5ee0cad1053b",
+ "total_wall_area": 441.5745632634877,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "111.56767765654308": {
+ "surface_id": "UUID_4cbba1be-af12-4788-b54b-3dba7c2bc5fb",
+ "total_wall_area": 45.95020948985978,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "111.57599022677778": {
+ "surface_id": "UUID_1060d6a0-c4c0-4b21-bf8e-25c78a5395af",
+ "total_wall_area": 195.8724951399669,
+ "connected_wall_area": 195.46209894140628,
+ "free_wall_area": 0.41039619856061904
+ },
+ "201.57406784829877": {
+ "surface_id": "UUID_7a51dd7b-3912-4d6e-a4c1-fa49aea8507e",
+ "total_wall_area": 221.5114851515478,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "201.5570792953197": {
+ "surface_id": "UUID_0f699eab-5e89-410e-85b3-49ccd58474ab",
+ "total_wall_area": 25.397393111375948,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "201.57531425153056": {
+ "surface_id": "UUID_a2c48d8c-1851-4d18-bdff-419fbf6c4814",
+ "total_wall_area": 194.23127745443725,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY50000R3Q": {
+ "gml_id": "DEBE3D04YY50000R3Q",
+ "291.5728535062606": {
+ "surface_id": "UUID_a85f3e28-06a9-4c36-8cb7-cd0391946001",
+ "total_wall_area": 253.04168313470365,
+ "connected_wall_area": 253.04168312379886,
+ "free_wall_area": 1.0904784630838549e-08
+ },
+ "21.572008593259937": {
+ "surface_id": "UUID_f1f284eb-8171-49f1-9dc1-9603c2963daa",
+ "total_wall_area": 438.31521477481573,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "111.57285350451178": {
+ "surface_id": "UUID_9a18dd00-c005-466c-829d-1ebe3979bb5a",
+ "total_wall_area": 253.04168316036373,
+ "connected_wall_area": 252.8173056811612,
+ "free_wall_area": 0.2243774792025306
+ },
+ "201.5722507370535": {
+ "surface_id": "UUID_ace92c91-ef24-4094-a530-898ddd23d465",
+ "total_wall_area": 207.34633867856178,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "201.5662350636296": {
+ "surface_id": "UUID_6e1e712c-2d1f-492d-b01f-7dc83f1e4b54",
+ "total_wall_area": 27.551253305348936,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "201.57254375568004": {
+ "surface_id": "UUID_599abb56-62cb-46cb-b498-c2f332b98197",
+ "total_wall_area": 203.41762295766776,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY50000BpD": {
+ "gml_id": "DEBE3D04YY50000BpD",
+ "300.2853444965329": {
+ "surface_id": "UUID_4d85ace9-0a20-4629-91b2-5f9618b35964",
+ "total_wall_area": 6.037840928058034,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "30.282433428729597": {
+ "surface_id": "UUID_9ccef3bf-1956-4daf-b2e0-ac4c8cafd2d6",
+ "total_wall_area": 11.078031187593018,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "120.2853444965329": {
+ "surface_id": "UUID_bd621673-6519-4b17-a610-6448027a12ac",
+ "total_wall_area": 6.04069435910919,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "210.28152439561111": {
+ "surface_id": "UUID_a8ded8ec-2bed-427f-8c08-47a1ecbc33d9",
+ "total_wall_area": 10.09276393306333,
+ "connected_wall_area": 10.092763918958742,
+ "free_wall_area": 1.4104587719998563e-08
+ },
+ "210.29169605583203": {
+ "surface_id": "UUID_3edda780-7c14-470e-a507-db4994f30b54",
+ "total_wall_area": 0.9905026394781313,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY50000Dkg": {
+ "gml_id": "DEBE3D04YY50000Dkg",
+ "265.4392956174284": {
+ "surface_id": "UUID_9bd0d313-1e54-4049-af67-4cbdb0290d4c",
+ "total_wall_area": 174.21859749532896,
+ "connected_wall_area": 164.1357376932089,
+ "free_wall_area": 10.082859802120055
+ },
+ "265.44643993549863": {
+ "surface_id": "UUID_995b8886-08f4-464e-a551-cc43f3a65c38",
+ "total_wall_area": 170.8936916024346,
+ "connected_wall_area": 161.0197300536339,
+ "free_wall_area": 9.873961548800679
+ },
+ "4.051793455429319": {
+ "surface_id": "UUID_2c04f8eb-0f2e-467e-80b2-93e125afc9df",
+ "total_wall_area": 88.12678740112008,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "274.0516838401329": {
+ "surface_id": "UUID_0837c139-4c47-4e76-9448-ef6e10d733a1",
+ "total_wall_area": 9.670248672617598,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "4.067457932390724": {
+ "surface_id": "UUID_55f7e7ee-a1c2-443b-b5cc-39f368fffb8b",
+ "total_wall_area": 246.74500837939314,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "94.05168383229778": {
+ "surface_id": "UUID_fc4c07c0-ab36-4f08-85f6-59edf04c7a95",
+ "total_wall_area": 9.739301246095646,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "4.057994931747075": {
+ "surface_id": "UUID_9d30893b-4cb2-4bd9-ad87-a2f1815bf00f",
+ "total_wall_area": 72.6102057548441,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "93.33813614813107": {
+ "surface_id": "UUID_a6e44cc6-5207-444a-8142-a8c77b7ea634",
+ "total_wall_area": 30.101988612128768,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "93.34639549775915": {
+ "surface_id": "UUID_f84a887d-5562-4259-b53c-623cde47725f",
+ "total_wall_area": 133.77079570679768,
+ "connected_wall_area": 117.4016559388386,
+ "free_wall_area": 16.369139767959084
+ },
+ "93.35271077652766": {
+ "surface_id": "UUID_5cbde32a-4f31-47d9-8f1a-d4d5d63450ef",
+ "total_wall_area": 167.14615925778963,
+ "connected_wall_area": 149.9167423825797,
+ "free_wall_area": 17.22941687520992
+ },
+ "183.42843416410273": {
+ "surface_id": "UUID_b68a21c6-5e5f-44f5-a52c-ef5b95239b59",
+ "total_wall_area": 329.70327584366345,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "175.4218868364365": {
+ "surface_id": "UUID_d6908487-3012-4af3-b57b-36391bfbcd00",
+ "total_wall_area": 44.476537494497144,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY50000NHL": {
+ "gml_id": "DEBE3D04YY50000NHL",
+ "265.4533671679019": {
+ "surface_id": "UUID_96a694d2-51cc-481c-86f3-9a35a1a631d6",
+ "total_wall_area": 13.783079348455471,
+ "connected_wall_area": 13.283362085072822,
+ "free_wall_area": 0.49971726338264943
+ },
+ "356.92851209946963": {
+ "surface_id": "UUID_cb72bb0c-89ec-43a3-8edb-962c97732d5f",
+ "total_wall_area": 29.004381513944345,
+ "connected_wall_area": 28.842013265519164,
+ "free_wall_area": 0.1623682484251816
+ },
+ "356.904657422318": {
+ "surface_id": "UUID_c8fcccbc-95d4-48dc-80a7-dfa78c7f1976",
+ "total_wall_area": 3.226066627965281,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "86.92382529941973": {
+ "surface_id": "UUID_2cc134b6-9299-4795-8abc-95feaa215c93",
+ "total_wall_area": 10.961548276469111,
+ "connected_wall_area": 10.771326209420494,
+ "free_wall_area": 0.19022206704861766
+ },
+ "86.94457611652898": {
+ "surface_id": "UUID_719fdf4b-600d-4667-b3c3-8935c097ad16",
+ "total_wall_area": 2.822861890623334,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "176.92792739166163": {
+ "surface_id": "UUID_8fbb8537-350c-4567-bf08-1e18157bbbe3",
+ "total_wall_area": 27.462790972881066,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY50000BlO": {
+ "gml_id": "DEBE3D04YY50000BlO",
+ "38.60762631950929": {
+ "surface_id": "UUID_c4da567a-8e82-4786-998b-b1844cbc20ad",
+ "total_wall_area": 21.135112634528873,
+ "connected_wall_area": 9.111186357178608,
+ "free_wall_area": 12.023926277350265
+ },
+ "38.612269000100056": {
+ "surface_id": "UUID_0ba283b3-ac8f-45cf-b1b7-b7cda8299438",
+ "total_wall_area": 12.316189716738444,
+ "connected_wall_area": 43.30089705296977,
+ "free_wall_area": 57.228830281723575
+ },
+ "158.68378391375188": {
+ "surface_id": "UUID_a49bc8dc-4e11-4ceb-b26b-2be10874f0be",
+ "total_wall_area": 3.8782096084334223,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "128.28422751840583": {
+ "surface_id": "UUID_d25677c7-9683-4246-82df-1b0afe0fe523",
+ "total_wall_area": 19.27791608073331,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "218.32011396408956": {
+ "surface_id": "UUID_8486c418-b014-4e63-9a2e-d2b087459b7b",
+ "total_wall_area": 1.4161336215923033,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "128.2854801446348": {
+ "surface_id": "UUID_27450e8f-9578-4ae3-9425-2b6790815ca2",
+ "total_wall_area": 18.21654273606442,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "91.06380036326465": {
+ "surface_id": "UUID_4f34d1c7-9793-49dc-b237-72ebae975034",
+ "total_wall_area": 10.507249996529653,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "218.37667557794478": {
+ "surface_id": "UUID_661bc939-a38d-4b9f-9b50-78d647b67fa2",
+ "total_wall_area": 9.54277406098767,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "129.86899746159457": {
+ "surface_id": "UUID_63295f3c-467c-42b4-9d9f-6d78fc7e3c23",
+ "total_wall_area": 10.549464549543831,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "63.88773279347646": {
+ "surface_id": "UUID_7e8186b5-6294-452b-a949-76d30a212f43",
+ "total_wall_area": 9.650404928561198,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "3.0958161154546247": {
+ "surface_id": "UUID_36a1fa74-617b-40a9-ab70-49367b8cdee3",
+ "total_wall_area": 9.261488560324526,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "274.45645807077386": {
+ "surface_id": "UUID_71c77bca-3e9a-4f3d-82bc-6bf37b0d5e53",
+ "total_wall_area": 11.367571912949908,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "57.68394315219133": {
+ "surface_id": "UUID_848b5497-4023-4876-afed-cee4865e8e85",
+ "total_wall_area": 3.6295719340607717,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "1.6386114793158697": {
+ "surface_id": "UUID_27ac0eb9-fe0c-43d9-a591-7ad24cdebe37",
+ "total_wall_area": 12.634398559931892,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "271.534341492616": {
+ "surface_id": "UUID_c0e440c0-f833-496a-9296-f0f3f6c8afcc",
+ "total_wall_area": 0.8796273345074339,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "1.6420195443252226": {
+ "surface_id": "UUID_4f2a000e-89ee-484a-b505-029896200871",
+ "total_wall_area": 10.224910661411979,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "271.6785168558971": {
+ "surface_id": "UUID_2367a806-5385-490d-b5e8-4066c326e028",
+ "total_wall_area": 0.7142014474141704,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "1.6463035827136991": {
+ "surface_id": "UUID_1e31d825-99e1-457e-8556-92151b5117da",
+ "total_wall_area": 10.554460631154454,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "92.23324416665463": {
+ "surface_id": "UUID_6c641b9c-31f5-414f-a1e2-59003e32f30b",
+ "total_wall_area": 1.8797156921680356,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "92.23738673243383": {
+ "surface_id": "UUID_f522f8d5-d08c-445d-a041-98bc01857376",
+ "total_wall_area": 32.23713589136722,
+ "connected_wall_area": 275.96515553857466,
+ "free_wall_area": 17.40715949261926
+ },
+ "182.16352840088473": {
+ "surface_id": "UUID_38a71863-abed-4d5b-a602-62f9096d7cd5",
+ "total_wall_area": 679.6235318379042,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "245.6516691375722": {
+ "surface_id": "UUID_3df108d2-fe48-43f5-8ca6-774b65403d38",
+ "total_wall_area": 20.794286677469753,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "309.14006907626424": {
+ "surface_id": "UUID_fa8fb1b0-50df-4692-a7b2-2e7a1fd7215c",
+ "total_wall_area": 91.50857996735483,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "38.62019831815979": {
+ "surface_id": "UUID_8c31e8a9-387d-4fd2-8191-8ce5f7eddc38",
+ "total_wall_area": 10.491950448578454,
+ "connected_wall_area": 164.2612384696724,
+ "free_wall_area": 2.5424407468221943e-08
+ },
+ "38.60762631950931": {
+ "surface_id": "UUID_e1b81a8c-f64d-47a5-a3f1-1a50f5aaffdb",
+ "total_wall_area": 2.437914988300219,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY5000039j": {
+ "gml_id": "DEBE3D04YY5000039j",
+ "201.99478280028185": {
+ "surface_id": "UUID_14468981-5a83-4199-b8bb-2787a997c0a5",
+ "total_wall_area": 283.22276199368656,
+ "connected_wall_area": 272.3623343931436,
+ "free_wall_area": 10.860427600542948
+ },
+ "290.84525074056484": {
+ "surface_id": "UUID_3024702a-4c07-4049-8a80-ccafba31f766",
+ "total_wall_area": 334.42169154626686,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "248.90991292131207": {
+ "surface_id": "UUID_7db72465-1319-457b-b1c7-a63fbd67175c",
+ "total_wall_area": 23.635090532855365,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "196.697364877143": {
+ "surface_id": "UUID_55efcaaf-0634-4066-816b-e7aa7fef7a1b",
+ "total_wall_area": 67.8593247466413,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "183.85625931951148": {
+ "surface_id": "UUID_e634a995-4d79-45be-ba77-8167493a2b7f",
+ "total_wall_area": 220.45626733308208,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "273.7541122554504": {
+ "surface_id": "UUID_5c414159-3099-483b-84dd-03a66acc4eff",
+ "total_wall_area": 277.61890827701586,
+ "connected_wall_area": 274.9785571185273,
+ "free_wall_area": 94.23430306993691
+ },
+ "3.4155006857905192": {
+ "surface_id": "UUID_cd7197db-6674-4541-a12a-04ec6e2dd25a",
+ "total_wall_area": 555.6125671213289,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "57.50257509256428": {
+ "surface_id": "UUID_fd8d5543-2c3d-40e5-b399-4215e5a4954c",
+ "total_wall_area": 129.01380218718452,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "111.59829893615762": {
+ "surface_id": "UUID_4a2f4969-90ba-49d4-b3cc-016d0da9933e",
+ "total_wall_area": 611.686429543305,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "201.99130815223393": {
+ "surface_id": "UUID_a3d41381-cb92-4ba8-b14f-18dcd7d25476",
+ "total_wall_area": 11.719166408901078,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "273.7516526833311": {
+ "surface_id": "UUID_94a21209-bd90-416a-afd5-7347b5750ec1",
+ "total_wall_area": 11.331176087991135,
+ "connected_wall_area": 5.835579742154397,
+ "free_wall_area": 5.495596345836739
+ },
+ "57.50059528405225": {
+ "surface_id": "UUID_fb319ed2-a9bd-4707-9dd6-de35a9ff8e81",
+ "total_wall_area": 2.3399151473844904,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "111.59770242833991": {
+ "surface_id": "UUID_7bf89bbf-4660-42ea-bef2-a00bb4d333a1",
+ "total_wall_area": 55.73271022436941,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY50000Lta": {
+ "gml_id": "DEBE3D04YY50000Lta"
+ },
+ "DEBE3D04YY50000Rac": {
+ "gml_id": "DEBE3D04YY50000Rac"
+ },
+ "DEBE3D04YY50000DpU": {
+ "gml_id": "DEBE3D04YY50000DpU"
+ },
+ "DEBE3D04YY50000DCT": {
+ "gml_id": "DEBE3D04YY50000DCT",
+ "196.50254734353734": {
+ "surface_id": "UUID_dc61fbf3-2f73-4cd6-9d9a-12e9e7012ee2",
+ "total_wall_area": 14.917307036539748,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "287.07564303446": {
+ "surface_id": "UUID_0e2b2131-00e9-4ec6-be74-db6c14430da8",
+ "total_wall_area": 12.040934360797982,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "15.092577920781281": {
+ "surface_id": "UUID_893c3a99-f037-4ff8-a10c-3a547597c855",
+ "total_wall_area": 14.805564181733807,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "106.46635127662529": {
+ "surface_id": "UUID_f0adecf4-9b4d-427b-8873-f4ec86b82886",
+ "total_wall_area": 10.635786234440017,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY50002d4o": {
+ "gml_id": "DEBE3D04YY50002d4o",
+ "27.615812886291287": {
+ "surface_id": "UUID_2d01b04e-b81d-45bd-9c8b-4d5a97856768",
+ "total_wall_area": 50.827371085310745,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "118.03682990284778": {
+ "surface_id": "UUID_97efd2c9-c984-47c3-8e57-9a3fb8ff0571",
+ "total_wall_area": 36.79883159150601,
+ "connected_wall_area": 36.798831587654725,
+ "free_wall_area": 3.851283736366895e-09
+ },
+ "118.06247310150184": {
+ "surface_id": "UUID_84ba5c15-af8f-4fcd-adde-56bde9e09bff",
+ "total_wall_area": 37.42373939084602,
+ "connected_wall_area": 37.42373940465158,
+ "free_wall_area": -1.3805554033297085e-08
+ },
+ "262.9153250383879": {
+ "surface_id": "UUID_2d56e760-b0b9-4ff6-8ffa-906ab6837b79",
+ "total_wall_area": 35.58857662529415,
+ "connected_wall_area": 34.276689320926266,
+ "free_wall_area": 1.311887304367886
+ },
+ "262.8919415146416": {
+ "surface_id": "UUID_cb3b11c7-dd7c-4479-ab2c-a216642fb098",
+ "total_wall_area": 52.67181186582608,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY50000Lev": {
+ "gml_id": "DEBE3D04YY50000Lev",
+ "53.89469021636501": {
+ "surface_id": "UUID_e108fd40-0c06-4295-89c3-896849ab4faf",
+ "total_wall_area": 301.73132641417146,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "143.97014632331718": {
+ "surface_id": "UUID_002840e3-4db9-4363-84bf-9d97ad08c827",
+ "total_wall_area": 72.14049674026904,
+ "connected_wall_area": 71.80202055758625,
+ "free_wall_area": 34.55326899012442
+ },
+ "143.97815636315835": {
+ "surface_id": "UUID_203c768c-1f40-4452-97da-9b2a05381c27",
+ "total_wall_area": 138.88835752099712,
+ "connected_wall_area": 133.89340839706205,
+ "free_wall_area": 4.994949123935072
+ },
+ "143.96513990250656": {
+ "surface_id": "UUID_5979556a-0c0f-4a6c-970d-e8a8ef4957b5",
+ "total_wall_area": 59.96124344251278,
+ "connected_wall_area": 58.6977963260199,
+ "free_wall_area": 46.926736115323465
+ },
+ "232.97456712868652": {
+ "surface_id": "UUID_94624aad-173f-4533-85ef-2e4c4fa6055d",
+ "total_wall_area": 245.64012015278166,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "141.75468865225162": {
+ "surface_id": "UUID_68b6f1bc-f715-43a4-8ba8-753618425dc4",
+ "total_wall_area": 18.50258930903295,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "230.6056355759064": {
+ "surface_id": "UUID_0a4ba7c7-07b5-41ac-8701-29a0cebccc67",
+ "total_wall_area": 61.914701158507874,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "324.02184888257705": {
+ "surface_id": "UUID_f48338f8-071f-4fed-92b5-f9300908324f",
+ "total_wall_area": 83.47653659119537,
+ "connected_wall_area": 83.47653658075836,
+ "free_wall_area": 1.0437005926178244e-08
+ },
+ "324.02515855995125": {
+ "surface_id": "UUID_0171cb45-5d0e-47c9-a9bf-4f968b067be2",
+ "total_wall_area": 138.89009078791153,
+ "connected_wall_area": 138.89009080405174,
+ "free_wall_area": -1.614020561646612e-08
+ },
+ "324.0216668698159": {
+ "surface_id": "UUID_ea302ec8-b97d-4ac2-a762-5c0fd486e997",
+ "total_wall_area": 74.57819528552855,
+ "connected_wall_area": 74.57819527107199,
+ "free_wall_area": 1.4456560393227846e-08
+ }
+ },
+ "DEBE3D04YY50000QJa": {
+ "gml_id": "DEBE3D04YY50000QJa"
+ },
+ "DEBE3D04YY500002JB": {
+ "gml_id": "DEBE3D04YY500002JB"
+ },
+ "DEBE3D04YY5000035o": {
+ "gml_id": "DEBE3D04YY5000035o"
+ },
+ "DEBE3D04YY50000Neh": {
+ "gml_id": "DEBE3D04YY50000Neh"
+ },
+ "DEBE3D04YY50000R2f": {
+ "gml_id": "DEBE3D04YY50000R2f",
+ "196.3009659378643": {
+ "surface_id": "UUID_d16ec991-613d-4285-9b1d-80013b48e323",
+ "total_wall_area": 14.674923719410904,
+ "connected_wall_area": 14.674923713319004,
+ "free_wall_area": 6.091900317528598e-09
+ },
+ "286.46297815240627": {
+ "surface_id": "UUID_e73c766f-2321-44d1-98d0-f5489fdb8ea3",
+ "total_wall_area": 35.39926170090811,
+ "connected_wall_area": 34.962670794594054,
+ "free_wall_area": 27.183638509076477
+ },
+ "13.72019431007665": {
+ "surface_id": "UUID_e0a6c9b9-142e-49e6-8d6d-c0c59fdc5a09",
+ "total_wall_area": 14.78340379622253,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "106.59287814685234": {
+ "surface_id": "UUID_e3b3e397-6489-40ac-9f0f-b2014191f7e9",
+ "total_wall_area": 36.088851122863886,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY50000Ei2": {
+ "gml_id": "DEBE3D04YY50000Ei2",
+ "289.03977623651053": {
+ "surface_id": "UUID_1fc0e0ba-72f9-4153-a540-aa98a4c03b43",
+ "total_wall_area": 5.461921519837085,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "299.54282819322714": {
+ "surface_id": "UUID_6267129c-bb91-49c7-9850-14749ab2497d",
+ "total_wall_area": 38.64376792477979,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "29.26469881892273": {
+ "surface_id": "UUID_a5fef718-a136-4767-bcfc-2996d4cbc988",
+ "total_wall_area": 13.669796572611679,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "119.06133685835039": {
+ "surface_id": "UUID_1f6a9f99-da87-4268-819a-52c8c1ed546c",
+ "total_wall_area": 37.59710256960778,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "197.4645359513006": {
+ "surface_id": "UUID_d4243e01-6d1d-4ea0-8806-21266af91231",
+ "total_wall_area": 13.316841332783198,
+ "connected_wall_area": 13.31684134399571,
+ "free_wall_area": -1.1212511807912051e-08
+ }
+ },
+ "DEBE3D04YY50000EB5": {
+ "gml_id": "DEBE3D04YY50000EB5"
+ },
+ "DEBE3D04YY50000DSL": {
+ "gml_id": "DEBE3D04YY50000DSL",
+ "265.5380847585677": {
+ "surface_id": "UUID_0ca4cb06-beeb-4533-ac63-4fc3841dfdef",
+ "total_wall_area": 51.25500427749894,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "265.5427654771796": {
+ "surface_id": "UUID_9cd8c108-9272-4796-b995-881c8c5bbc60",
+ "total_wall_area": 84.98006822621844,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "265.53411444434676": {
+ "surface_id": "UUID_7a4e4216-4027-4448-8830-f6ef6fd98be0",
+ "total_wall_area": 50.942812907309076,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "355.4066634018205": {
+ "surface_id": "UUID_65934e48-76bf-4d2b-babf-704bc5176a19",
+ "total_wall_area": 63.53608126613047,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "355.4126041061201": {
+ "surface_id": "UUID_1316b3dc-3c1b-48e3-8952-82c1c3d72d75",
+ "total_wall_area": 44.01339705962744,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "355.40850139735437": {
+ "surface_id": "UUID_3c43b4a8-9068-4f21-8d23-ad2547cc0b33",
+ "total_wall_area": 63.437851837607916,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "85.58877644918141": {
+ "surface_id": "UUID_550293cd-9143-4982-9ba9-ce82e18500c4",
+ "total_wall_area": 51.037688702884935,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "85.58408127518598": {
+ "surface_id": "UUID_25187270-5ef3-4a2e-ade4-34de26b4e56c",
+ "total_wall_area": 84.82950501044061,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "85.57979125726563": {
+ "surface_id": "UUID_6aaeb9bf-2e85-47fa-9ab7-2135d3670d28",
+ "total_wall_area": 50.929242343830396,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "175.2823520783403": {
+ "surface_id": "UUID_03958d61-2d90-4c8a-b883-6b84a0f62906",
+ "total_wall_area": 63.38059905012234,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "175.26887577929568": {
+ "surface_id": "UUID_77113993-7492-4af1-850b-41418aece736",
+ "total_wall_area": 44.06407423824365,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "175.2831239980747": {
+ "surface_id": "UUID_e6c39845-4966-4024-922c-b6484980b62f",
+ "total_wall_area": 63.390947872463045,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY50000Gm5": {
+ "gml_id": "DEBE3D04YY50000Gm5"
+ },
+ "DEBE3D04YY50000Gdk": {
+ "gml_id": "DEBE3D04YY50000Gdk",
+ "175.45420498896414": {
+ "surface_id": "UUID_f4ec5908-e798-4aa4-b178-ca3a5c9ed1bb",
+ "total_wall_area": 44.679839145990016,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "265.80600520168474": {
+ "surface_id": "UUID_fd7d0d4d-62ce-4177-82a0-0328770c0e49",
+ "total_wall_area": 174.43479055094562,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "355.455951401356": {
+ "surface_id": "UUID_8e0e57f5-8e68-4b0f-9223-70a61db8e463",
+ "total_wall_area": 44.832184096537716,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "355.4506443193908": {
+ "surface_id": "UUID_277111ae-b16d-4918-9ad8-fc5b107d1e6f",
+ "total_wall_area": 298.2434584898127,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "86.32772656124439": {
+ "surface_id": "UUID_d8cc9c0d-2d2e-4302-bfa8-45080ce0544d",
+ "total_wall_area": 174.446377489772,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "175.44984520737756": {
+ "surface_id": "UUID_ac961abe-4b8d-4177-9120-cae387676049",
+ "total_wall_area": 295.775082802088,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "86.32760076891431": {
+ "surface_id": "UUID_d8b1100a-6691-4176-814f-40a43a28de2c",
+ "total_wall_area": 4.609449555551614,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "265.8058518004476": {
+ "surface_id": "UUID_7663e218-d2f5-4e81-a88b-2b5d16b1e304",
+ "total_wall_area": 4.609152669581302,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY50000CmK": {
+ "gml_id": "DEBE3D04YY50000CmK",
+ "215.00439276415037": {
+ "surface_id": "UUID_d9c93be1-e2cf-41f8-ac56-2874b86a0ef8",
+ "total_wall_area": 9.387281495681355,
+ "connected_wall_area": 5.478190463395148,
+ "free_wall_area": 3.9090910322862076
+ },
+ "278.5398079035117": {
+ "surface_id": "UUID_920fdb6b-0085-4f03-a478-2529e3f902df",
+ "total_wall_area": 18.412633124655915,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "278.6967106101802": {
+ "surface_id": "UUID_b51c4a43-aa5c-4b55-af07-d48e519208c5",
+ "total_wall_area": 32.422440787174544,
+ "connected_wall_area": 32.42244076935262,
+ "free_wall_area": 1.7821925268890482e-08
+ },
+ "278.2757244006334": {
+ "surface_id": "UUID_c0e53a72-97d2-4310-9f0b-e2842b307856",
+ "total_wall_area": 18.931436626398803,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "356.01486055569717": {
+ "surface_id": "UUID_fa2442bb-6732-4283-9a32-99680d062eca",
+ "total_wall_area": 8.544968804334632,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "356.0322708070048": {
+ "surface_id": "UUID_a8a8c4fe-503e-4d60-b50e-37de08e511f0",
+ "total_wall_area": 10.817404358285119,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "98.54562842439293": {
+ "surface_id": "UUID_6ae074b0-13f6-42fb-9532-ef7e884786fc",
+ "total_wall_area": 47.16608545039561,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "51.583952707490916": {
+ "surface_id": "UUID_86ea8cc2-4475-4fa0-afaf-4986cbcf7622",
+ "total_wall_area": 7.153001693113868,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "349.62220847009166": {
+ "surface_id": "UUID_d9e18a8e-4e49-49ad-8ce8-b484b6babd77",
+ "total_wall_area": 58.01803873674078,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "79.62152317174743": {
+ "surface_id": "UUID_21dbf6c9-18fa-447e-a298-d55a792ea9ba",
+ "total_wall_area": 19.589896125326206,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "169.62202283786206": {
+ "surface_id": "UUID_11c83aaf-a4b6-4cd3-a973-7fa5d205da48",
+ "total_wall_area": 55.26983209326874,
+ "connected_wall_area": 53.435917392015696,
+ "free_wall_area": 48.59977922308677
+ },
+ "169.62283726695244": {
+ "surface_id": "UUID_4f2cd76d-0d6a-42c8-a948-4d2d4446faca",
+ "total_wall_area": 26.083066720417076,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY50000IyF": {
+ "gml_id": "DEBE3D04YY50000IyF",
+ "39.203653145643166": {
+ "surface_id": "UUID_dd050f7f-9849-4db1-9c3d-03e746b892cd",
+ "total_wall_area": 5.387911264386757,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "127.04489512218288": {
+ "surface_id": "UUID_3684e1b7-0277-443a-8b11-0848a69168e4",
+ "total_wall_area": 7.511367641900609,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "219.23263239158229": {
+ "surface_id": "UUID_b9824792-b021-49c2-acad-85c51b219e84",
+ "total_wall_area": 5.48541259147512,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "307.75273110554645": {
+ "surface_id": "UUID_706a5a14-c40c-4c16-a1cc-b89ca8ef0550",
+ "total_wall_area": 7.499256439612168,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY500002ZF": {
+ "gml_id": "DEBE3D04YY500002ZF",
+ "286.3251905942501": {
+ "surface_id": "UUID_0ab9164e-c419-4c84-bfed-d4f095c1692b",
+ "total_wall_area": 263.282480776039,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "286.31808652023176": {
+ "surface_id": "UUID_74c945ef-39e8-4833-af28-869862177919",
+ "total_wall_area": 18.69201714263314,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "16.32786683314005": {
+ "surface_id": "UUID_9769d1de-ac24-43eb-9cbc-b9a741e92a5d",
+ "total_wall_area": 84.35705096386832,
+ "connected_wall_area": 24.764791968987858,
+ "free_wall_area": 59.59225899488046
+ },
+ "106.33080164910234": {
+ "surface_id": "UUID_2654f5d4-03d3-4202-8662-c0428a8b15f0",
+ "total_wall_area": 18.532260065689147,
+ "connected_wall_area": 5.197895385066948,
+ "free_wall_area": 13.3343646806222
+ },
+ "16.31441897165611": {
+ "surface_id": "UUID_ff255693-eef6-48ed-86ac-ad9250ebcab6",
+ "total_wall_area": 72.42108585787211,
+ "connected_wall_area": 19.43570590077054,
+ "free_wall_area": 52.98537995710157
+ },
+ "106.30731463620725": {
+ "surface_id": "UUID_dfc0e6d3-69a1-417b-a8ff-ae2621cc0639",
+ "total_wall_area": 259.63629722645453,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "196.2816365636604": {
+ "surface_id": "UUID_c9932f7d-2fc0-4b08-9800-d8e34db2030a",
+ "total_wall_area": 97.97335978765297,
+ "connected_wall_area": 97.97335979002216,
+ "free_wall_area": 58.522434552931855
+ },
+ "196.28003948967228": {
+ "surface_id": "UUID_1965b187-3501-4d60-a6c3-d4968d546299",
+ "total_wall_area": 96.04422416593603,
+ "connected_wall_area": 96.04422415524195,
+ "free_wall_area": 1.0694080287976249e-08
+ }
+ },
+ "DEBE3D04YY50000RJm": {
+ "gml_id": "DEBE3D04YY50000RJm"
+ },
+ "DEBE3D04YY50000AcP": {
+ "gml_id": "DEBE3D04YY50000AcP"
+ },
+ "DEBE3D04YY50000H3f": {
+ "gml_id": "DEBE3D04YY50000H3f"
+ },
+ "DEBE3D04YY50000Kt1": {
+ "gml_id": "DEBE3D04YY50000Kt1",
+ "197.76485329071215": {
+ "surface_id": "UUID_a7514d6b-1c17-44fd-a44e-114bcc4b7bb4",
+ "total_wall_area": 0.9290170699530312,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "286.57048988777353": {
+ "surface_id": "UUID_f03fdcfe-5583-4ed5-91b0-21ed867c681b",
+ "total_wall_area": 1.9582671407213028,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "17.50250631635859": {
+ "surface_id": "UUID_a426fca9-9b9c-49d3-b77c-e3fa5c028bf9",
+ "total_wall_area": 0.9516288064608254,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY500000vS": {
+ "gml_id": "DEBE3D04YY500000vS",
+ "252.30462859535876": {
+ "surface_id": "UUID_810a041d-f4b6-4cff-b292-367f781545a8",
+ "total_wall_area": 79.17880908585059,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "253.64125580217964": {
+ "surface_id": "UUID_e09b6ac8-504e-41bc-b116-c703d856ec56",
+ "total_wall_area": 78.66202888547944,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "254.9691511895972": {
+ "surface_id": "UUID_1b1f968c-0204-4388-a60d-77611f1f6467",
+ "total_wall_area": 78.44069779657323,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "256.30412349332346": {
+ "surface_id": "UUID_f01a6850-2b5c-44ee-b168-3d433a1c2809",
+ "total_wall_area": 78.50709292271065,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "257.6318737623866": {
+ "surface_id": "UUID_90e680e6-fa52-4f02-bb77-764d077a3f24",
+ "total_wall_area": 78.86461881532333,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "258.95607408910956": {
+ "surface_id": "UUID_85c6a2b8-133a-4c48-a0dc-a4ce2480baa6",
+ "total_wall_area": 79.53380803095257,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "352.62221252069605": {
+ "surface_id": "UUID_fe0995c3-d147-4b80-ae42-62a5c088d032",
+ "total_wall_area": 89.92091751636552,
+ "connected_wall_area": 87.44642867035667,
+ "free_wall_area": 84.43073097283761
+ },
+ "349.6387231106695": {
+ "surface_id": "UUID_3f378476-b067-4a79-a185-426b0d687f7e",
+ "total_wall_area": 13.914736133316588,
+ "connected_wall_area": 11.67907171073125,
+ "free_wall_area": 2.2356644225853373
+ },
+ "349.60266647354706": {
+ "surface_id": "UUID_5c63d158-0590-40b2-a95a-1d83af52da1b",
+ "total_wall_area": 122.40963806207219,
+ "connected_wall_area": 113.4082534602575,
+ "free_wall_area": 111.13966637572693
+ },
+ "349.60610162336224": {
+ "surface_id": "UUID_f2592ae2-73fb-4f86-83bf-925a560c5bed",
+ "total_wall_area": 92.09160119242635,
+ "connected_wall_area": 91.27862286092738,
+ "free_wall_area": 84.68878855803356
+ },
+ "74.96380253501377": {
+ "surface_id": "UUID_00272027-4893-48b9-b61c-c81a82eaa4be",
+ "total_wall_area": 426.22787864395195,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "160.41677716839587": {
+ "surface_id": "UUID_89040be7-4057-4a38-8d0f-c109f8a35d4a",
+ "total_wall_area": 94.80908820390202,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "160.41737601158047": {
+ "surface_id": "UUID_94e53471-fb9e-4283-b624-d05783dd3c51",
+ "total_wall_area": 19.402059789725122,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "161.64198251551596": {
+ "surface_id": "UUID_6f35f66d-a5c7-42cc-b1fe-bede2667336d",
+ "total_wall_area": 102.91273326189908,
+ "connected_wall_area": 76.78766372594941,
+ "free_wall_area": 26.125069535949663
+ },
+ "161.63397961890314": {
+ "surface_id": "UUID_4047af44-507a-4d57-ad0a-926076afe7e9",
+ "total_wall_area": 105.9643337644698,
+ "connected_wall_area": 86.74200103603013,
+ "free_wall_area": 19.222332728439667
+ }
+ },
+ "DEBE3D04YY50000GXe": {
+ "gml_id": "DEBE3D04YY50000GXe"
+ },
+ "DEBE3D04YY500005l3": {
+ "gml_id": "DEBE3D04YY500005l3",
+ "286.3064686331112": {
+ "surface_id": "UUID_82676a48-68cf-4518-b89e-c0cbc194eed7",
+ "total_wall_area": 3.7588593616820165,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "330.2105099834367": {
+ "surface_id": "UUID_c80ad48f-b0bb-4853-a9de-e6735683c74f",
+ "total_wall_area": 14.835535026954757,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "240.04412076770657": {
+ "surface_id": "UUID_4b4719f1-e9d0-4a73-bff7-4601a2726778",
+ "total_wall_area": 1.2778347242658015,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "329.7648484011909": {
+ "surface_id": "UUID_f35992b6-b003-4484-af93-e107ed0386a3",
+ "total_wall_area": 20.04810071643647,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "15.281607680066628": {
+ "surface_id": "UUID_16d3ce47-7cb8-47ad-9278-76d48d4eb9f5",
+ "total_wall_area": 2.6172070105520664,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "105.29104590311402": {
+ "surface_id": "UUID_223a7ae2-b570-4937-a6bf-09d25ba2b6e9",
+ "total_wall_area": 29.90972999247978,
+ "connected_wall_area": 29.909729989383877,
+ "free_wall_area": 3.0959022012666537e-09
+ },
+ "196.2508879277466": {
+ "surface_id": "UUID_4517e1b7-abc3-4079-b8ef-995d0383393c",
+ "total_wall_area": 26.300970670802343,
+ "connected_wall_area": 26.30097066750341,
+ "free_wall_area": 3.2989326825827447e-09
+ }
+ },
+ "DEBE3D04YY50000Nic": {
+ "gml_id": "DEBE3D04YY50000Nic",
+ "356.60548880857743": {
+ "surface_id": "UUID_b91b7f3a-9ee7-494b-b086-26e383911d1a",
+ "total_wall_area": 113.44974804616449,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "86.62561789588374": {
+ "surface_id": "UUID_143983ef-f51f-474f-827c-85ba45f5318d",
+ "total_wall_area": 100.67781464381035,
+ "connected_wall_area": 100.4046861712844,
+ "free_wall_area": 0.2731284725259542
+ },
+ "86.61439607705556": {
+ "surface_id": "UUID_f4ae8ecd-dadb-4ead-8be2-a5e69391e221",
+ "total_wall_area": 100.66878547277798,
+ "connected_wall_area": 98.73445451936105,
+ "free_wall_area": 1.9343309534169322
+ },
+ "86.64011221125634": {
+ "surface_id": "UUID_36743c17-486d-438c-a8c5-60507fb72792",
+ "total_wall_area": 9.856758786009044,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "176.60473060266935": {
+ "surface_id": "UUID_503a7669-3b04-472d-8ccb-699b6ea4e710",
+ "total_wall_area": 80.77034147289362,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "266.64011221125634": {
+ "surface_id": "UUID_75a85506-81b9-46b0-9f38-38b1070e2d50",
+ "total_wall_area": 9.856758756148784,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "176.60543371666972": {
+ "surface_id": "UUID_be6fb850-df9b-41fb-b184-8332a3f9f77f",
+ "total_wall_area": 78.55779675421884,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "86.64011221776045": {
+ "surface_id": "UUID_86108cf5-b35e-4270-87a5-80cbe6110730",
+ "total_wall_area": 9.856758756039621,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "176.60705031404223": {
+ "surface_id": "UUID_f8a83e99-8ea5-4c1f-8ecc-59d5f69e375a",
+ "total_wall_area": 70.76288598074991,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "266.63353933197016": {
+ "surface_id": "UUID_a2c49111-c415-475d-872e-c31d384d2bb0",
+ "total_wall_area": 9.837535924311666,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "176.62099819959133": {
+ "surface_id": "UUID_359ca55b-2b8c-44b6-94f9-9e72dd9cfeb3",
+ "total_wall_area": 82.84881800483303,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "266.6025083339848": {
+ "surface_id": "UUID_029986c5-51e9-4153-9f3b-f4d038318f8f",
+ "total_wall_area": 100.65023750467415,
+ "connected_wall_area": 100.02347493491091,
+ "free_wall_area": 7.007102086126679
+ },
+ "266.60317451699984": {
+ "surface_id": "UUID_3e9a43a2-d262-4f05-8172-9decf2944e12",
+ "total_wall_area": 100.66995380999592,
+ "connected_wall_area": 99.6670498512427,
+ "free_wall_area": 1.0029039587532225
+ },
+ "356.6114430096103": {
+ "surface_id": "UUID_7d5409ee-7d30-409b-b984-dd8f89208f13",
+ "total_wall_area": 155.7611806580141,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "356.56934569734085": {
+ "surface_id": "UUID_7003d429-e08b-4886-9bf6-5ec03f4a3ed6",
+ "total_wall_area": 44.5106671182457,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY50000NUq": {
+ "gml_id": "DEBE3D04YY50000NUq",
+ "164.21517100554343": {
+ "surface_id": "UUID_f5c18503-e62c-464b-81a9-c95d779aa09c",
+ "total_wall_area": 1.2113572179554783,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "183.32060570611333": {
+ "surface_id": "UUID_6009bff5-88d3-48a3-8eee-61d9e4f0ed9e",
+ "total_wall_area": 1.2088966737462183,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "202.38013500385787": {
+ "surface_id": "UUID_e331a9bf-f7a5-4849-82d6-0c074a856615",
+ "total_wall_area": 1.2116303111061073,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "206.1347180624604": {
+ "surface_id": "UUID_bcdf9ea9-fdb9-4c0a-8685-30763fab2f89",
+ "total_wall_area": 13.979884791751122,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "219.86883474708713": {
+ "surface_id": "UUID_0d175279-7ba9-46a9-9e9f-e51cbef827ce",
+ "total_wall_area": 1.4329029461498712,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "236.44645902283486": {
+ "surface_id": "UUID_64cbe9cb-a09c-4f99-8405-99290a920e7b",
+ "total_wall_area": 1.4382920392902327,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "252.96984325227166": {
+ "surface_id": "UUID_b160158c-c391-4539-ae95-d88fa82759a1",
+ "total_wall_area": 1.4345300887362167,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "269.50608310699874": {
+ "surface_id": "UUID_ec0e6876-2601-4680-9d6a-7561a979d0e7",
+ "total_wall_area": 1.4334652475639844,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "286.14849155423144": {
+ "surface_id": "UUID_56e10c85-ee53-41cf-ad41-d0a9eab0f536",
+ "total_wall_area": 1.436545189858357,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "212.8557218590857": {
+ "surface_id": "UUID_0e4b990e-c8ad-472e-a38a-e39aec4022cd",
+ "total_wall_area": 1.6475227653230393,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "226.41692117686782": {
+ "surface_id": "UUID_6412fd63-fd4b-4b3e-97b7-6c1bf0953130",
+ "total_wall_area": 1.6490204303241462,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "239.91840133127357": {
+ "surface_id": "UUID_df73303e-1b2b-4ed3-b923-f6efffc1d74f",
+ "total_wall_area": 1.6517652277541703,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "253.60238189421315": {
+ "surface_id": "UUID_5120407c-4edd-4025-9583-9bca7b8d6c8b",
+ "total_wall_area": 1.648758065615149,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "267.13759477555163": {
+ "surface_id": "UUID_6ef292bd-663c-4ced-9063-5a077458c79d",
+ "total_wall_area": 1.6496582095863663,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "266.5901814580219": {
+ "surface_id": "UUID_dd83df43-d960-4a37-855b-94178c7eabb2",
+ "total_wall_area": 12.46556741398926,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "355.9928144446723": {
+ "surface_id": "UUID_5174c205-3521-49b0-aa4e-df2284074e72",
+ "total_wall_area": 48.45079394171545,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "87.42022520680692": {
+ "surface_id": "UUID_7758985c-b14a-41d4-aba9-9605dae752f9",
+ "total_wall_area": 33.859543958459675,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "176.72988952837676": {
+ "surface_id": "UUID_3de5b449-1071-4e5c-a023-df0c87ca380d",
+ "total_wall_area": 17.835478327189257,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "180.95166958698167": {
+ "surface_id": "UUID_7def8361-f7dc-46e2-bbda-d0632913df96",
+ "total_wall_area": 1.2399900427968524,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "189.21102644290136": {
+ "surface_id": "UUID_04dcf912-6412-46ba-98d0-be44a02d1d08",
+ "total_wall_area": 1.2351506789162692,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "197.77364183735392": {
+ "surface_id": "UUID_1cf717b2-a28c-4e04-b16c-b2f362ce7cd4",
+ "total_wall_area": 1.2414053669997172,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "206.05349535081112": {
+ "surface_id": "UUID_8e0e0fad-fea6-49e6-add8-cedfebb94834",
+ "total_wall_area": 1.2379222596642006,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "206.1704089974432": {
+ "surface_id": "UUID_0cf1e2f3-14bf-4539-b98f-099c4e899f01",
+ "total_wall_area": 2.9418600541370594,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "106.64310859122702": {
+ "surface_id": "UUID_bee05661-035f-4f2d-9ac2-eae407a34e17",
+ "total_wall_area": 1.208047290256329,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "125.89887570035961": {
+ "surface_id": "UUID_6be47eb3-4607-4155-8138-7fabdf556ffa",
+ "total_wall_area": 1.215279531673061,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "145.00797987138793": {
+ "surface_id": "UUID_9df791bc-20d5-4abf-b0ad-0132dfb98486",
+ "total_wall_area": 1.2066912536136658,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY50000Ct5": {
+ "gml_id": "DEBE3D04YY50000Ct5"
+ },
+ "DEBE3D04YY50000Ptt": {
+ "gml_id": "DEBE3D04YY50000Ptt",
+ "352.56749016483815": {
+ "surface_id": "UUID_304065d3-f8cf-4791-8ee8-aa70bab01a79",
+ "total_wall_area": 26.256384145454547,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "85.58684229233836": {
+ "surface_id": "UUID_fe1fb501-a114-4cda-ab7f-f96558b6e8ed",
+ "total_wall_area": 74.7842231685158,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "175.60129460707645": {
+ "surface_id": "UUID_d0d8c3c1-4c9a-4c32-8544-99b5820fd6bb",
+ "total_wall_area": 4.581173915347673,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "85.58943707382667": {
+ "surface_id": "UUID_f0155938-2fea-4f3f-8f70-7c6cdf3efd2c",
+ "total_wall_area": 11.574500810695444,
+ "connected_wall_area": 10.090628470210817,
+ "free_wall_area": 1.483872340484627
+ },
+ "175.06205617177784": {
+ "surface_id": "UUID_47917322-5427-44e5-9b99-ec022b488afa",
+ "total_wall_area": 21.634279394401005,
+ "connected_wall_area": 21.628737826343094,
+ "free_wall_area": 0.0055415680579109505
+ },
+ "265.5823339272548": {
+ "surface_id": "UUID_a0bb3a04-0c2b-4fd8-bf67-64d7e20c30cc",
+ "total_wall_area": 24.429635247241833,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "265.58406639936703": {
+ "surface_id": "UUID_6c81c3f6-818b-42fe-a218-58513de64568",
+ "total_wall_area": 60.743075202142215,
+ "connected_wall_area": 53.38357863247256,
+ "free_wall_area": 7.359496569669652
+ }
+ },
+ "DEBE3D04YY500003MV": {
+ "gml_id": "DEBE3D04YY500003MV"
+ },
+ "DEBE3D04YY50000PFP": {
+ "gml_id": "DEBE3D04YY50000PFP"
+ },
+ "DEBE3D04YY50000N5d": {
+ "gml_id": "DEBE3D04YY50000N5d",
+ "290.05761173121954": {
+ "surface_id": "UUID_95375016-dde3-4a42-b5e0-1f671b2a2779",
+ "total_wall_area": 78.24664369304602,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "252.74674059596398": {
+ "surface_id": "UUID_e06eab26-e518-4e9c-9f4b-ae3a2ad926aa",
+ "total_wall_area": 44.43667576507721,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "200.05842897046804": {
+ "surface_id": "UUID_f282dc02-eaf2-4116-aa9a-5e9991127b0f",
+ "total_wall_area": 138.02585427911322,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "152.94395435564735": {
+ "surface_id": "UUID_7a334966-307a-401d-bfdf-0620d2d10874",
+ "total_wall_area": 43.50651323510495,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "110.07705734281893": {
+ "surface_id": "UUID_7d0dd410-0a75-4232-8ea8-50f1083ad40c",
+ "total_wall_area": 81.70106154058861,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "200.07178993705594": {
+ "surface_id": "UUID_d6fe4e36-6b0d-4e6c-83f2-2177fc8e8076",
+ "total_wall_area": 77.78880079589732,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "290.09851276371586": {
+ "surface_id": "UUID_b28fc80a-bac1-4b57-b288-7cdfc6c0d15e",
+ "total_wall_area": 333.401201578233,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "20.021493130721964": {
+ "surface_id": "UUID_6bf02471-3223-4e9d-a012-d5bff0c7c8c4",
+ "total_wall_area": 245.52347219996182,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "290.0199378724846": {
+ "surface_id": "UUID_3439b04d-629b-4472-957e-29eddc409d26",
+ "total_wall_area": 168.83532801268092,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "19.989881507761353": {
+ "surface_id": "UUID_0c380031-7934-462a-b682-134f97c66347",
+ "total_wall_area": 14.341503448922852,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "290.0127569666454": {
+ "surface_id": "UUID_26c75dc9-fe3f-4949-b121-89b161008e20",
+ "total_wall_area": 52.43120015096464,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "200.011930914119": {
+ "surface_id": "UUID_5936d5a3-df21-4a40-81b3-3205688d25b6",
+ "total_wall_area": 259.556315044007,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "290.0617459245633": {
+ "surface_id": "UUID_668b6b66-e1ac-4219-b5cd-f072d3ceaf95",
+ "total_wall_area": 42.00875674398432,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "290.1007766482223": {
+ "surface_id": "UUID_13baec24-a2e1-46c2-8ac1-54c2c81d08c1",
+ "total_wall_area": 211.38542088678776,
+ "connected_wall_area": 211.38542087889374,
+ "free_wall_area": 7.894016107456991e-09
+ },
+ "19.891435216193642": {
+ "surface_id": "UUID_a99a8b91-52dc-4d48-861c-6a20a91783e8",
+ "total_wall_area": 333.8706931994645,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "109.59851385592805": {
+ "surface_id": "UUID_0cd56367-64f8-47cc-8291-74db9455e8cd",
+ "total_wall_area": 300.1371017899667,
+ "connected_wall_area": 290.37648417838545,
+ "free_wall_area": 9.760617611581267
+ },
+ "109.59647094457961": {
+ "surface_id": "UUID_d4b16d61-bca8-4996-9065-3532f59b7a7f",
+ "total_wall_area": 104.04058932406343,
+ "connected_wall_area": 99.5511558319822,
+ "free_wall_area": 4.489433492081233
+ },
+ "109.59467318260579": {
+ "surface_id": "UUID_8eac9b22-9d53-47c7-8aa9-c1e78eb99c72",
+ "total_wall_area": 296.16894035937247,
+ "connected_wall_area": 283.99280671374424,
+ "free_wall_area": 181.27972195439267
+ },
+ "109.5862682693197": {
+ "surface_id": "UUID_3821832f-daa4-4595-86cd-f009f3aa5c07",
+ "total_wall_area": 108.71110114981673,
+ "connected_wall_area": 100.42454283931106,
+ "free_wall_area": 8.286558310505669
+ },
+ "200.06104064479788": {
+ "surface_id": "UUID_df1800d6-34a6-4fcb-9fd2-785528550101",
+ "total_wall_area": 68.57032334775742,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D00YY1Y50004P": {
+ "gml_id": "DEBE3D00YY1Y50004P",
+ "308.4124744020936": {
+ "surface_id": "UUID_4ecb7404-9275-4c10-829e-df7bc8875f3a",
+ "total_wall_area": 63.53095382627387,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "308.40968040367386": {
+ "surface_id": "UUID_6327b6e1-6e68-49f3-8f90-d84f29419104",
+ "total_wall_area": 56.44812295644909,
+ "connected_wall_area": 56.44812294796865,
+ "free_wall_area": 8.480441238134517e-09
+ },
+ "38.400210825714005": {
+ "surface_id": "UUID_1b426786-f899-44e3-870d-087137f51b0c",
+ "total_wall_area": 132.46359505059507,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "128.3820126828163": {
+ "surface_id": "UUID_f4878f55-206f-4674-b28b-947c7f95f6bd",
+ "total_wall_area": 9.837305665847985,
+ "connected_wall_area": 9.370343733521059,
+ "free_wall_area": 0.4669619323269263
+ },
+ "128.4033882454076": {
+ "surface_id": "UUID_433f72f6-5bb0-4b0b-b8a3-32ba095868ff",
+ "total_wall_area": 110.13028842165207,
+ "connected_wall_area": 104.84260272088711,
+ "free_wall_area": 5.287685700764953
+ },
+ "218.3943430611759": {
+ "surface_id": "UUID_a7f721d3-c86f-409d-8e4b-88febc4453e2",
+ "total_wall_area": 131.25654162806165,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "218.65980792871903": {
+ "surface_id": "UUID_042a509b-2fea-4467-9527-b4b7f55a5c76",
+ "total_wall_area": 0.6518380524597203,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "217.87498453617002": {
+ "surface_id": "UUID_a8e68bca-5e1b-454e-a0b6-55f8ae7c313f",
+ "total_wall_area": 0.5803492894634397,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY50000GJ6": {
+ "gml_id": "DEBE3D04YY50000GJ6"
+ },
+ "DEBE3D04YY50000Peo": {
+ "gml_id": "DEBE3D04YY50000Peo"
+ },
+ "DEBE3D04YY50002cqa": {
+ "gml_id": "DEBE3D04YY50002cqa",
+ "175.3530191508783": {
+ "surface_id": "UUID_be66d384-4280-442d-bb0d-bb98c784aaa0",
+ "total_wall_area": 3.528132739079602,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "266.164920914293": {
+ "surface_id": "UUID_9b980cef-ac7b-4294-8e3f-f15e4091a5a8",
+ "total_wall_area": 15.013683080948628,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "355.4738009109875": {
+ "surface_id": "UUID_896f59c3-0eeb-4dc4-ac6c-1ebf8c218593",
+ "total_wall_area": 3.2408059294698197,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "85.06820307804615": {
+ "surface_id": "UUID_85919e1a-ab6d-4901-a1dd-93f64dbdda1a",
+ "total_wall_area": 15.00552935948025,
+ "connected_wall_area": 15.005529374377407,
+ "free_wall_area": -1.4897157285531648e-08
+ }
+ },
+ "DEBE3D04YY50002bU7": {
+ "gml_id": "DEBE3D04YY50002bU7",
+ "286.2796731975466": {
+ "surface_id": "UUID_cfd314fb-007b-4e5c-841f-921fb562bf68",
+ "total_wall_area": 0.34362469328615863,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "9.327614506019259": {
+ "surface_id": "UUID_79e88191-6c90-4629-bb1e-ec2afb9d7dca",
+ "total_wall_area": 0.0874756270297875,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "21.484449419959276": {
+ "surface_id": "UUID_83144dd5-1d45-4caa-8ae5-82935146eca9",
+ "total_wall_area": 0.2328254101667826,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "100.83243767860432": {
+ "surface_id": "UUID_6187c06c-8e0a-48f6-8042-4e8f3dc6563b",
+ "total_wall_area": 0.3104437816105567,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "193.5674207058712": {
+ "surface_id": "UUID_bde83dbe-ff6c-4d62-a02a-fb57ec212623",
+ "total_wall_area": 0.35178059559001335,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY50000E3N": {
+ "gml_id": "DEBE3D04YY50000E3N"
+ },
+ "DEBE3D04YY50002crQ": {
+ "gml_id": "DEBE3D04YY50002crQ",
+ "297.65033113274114": {
+ "surface_id": "UUID_b8e0d593-3623-47d5-8101-4fdbf4471edf",
+ "total_wall_area": 20.361991064314218,
+ "connected_wall_area": 20.361991081681715,
+ "free_wall_area": -1.736749766223511e-08
+ },
+ "27.01877288865878": {
+ "surface_id": "UUID_4f23d8ff-13a5-45a2-a867-b456cf1b1cae",
+ "total_wall_area": 336.7999635874692,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "117.24621063423581": {
+ "surface_id": "UUID_f2977345-7356-4d3e-b9b4-7563c967293d",
+ "total_wall_area": 24.850642901842257,
+ "connected_wall_area": 24.850642914968194,
+ "free_wall_area": -1.3125937670110943e-08
+ },
+ "207.78233505509374": {
+ "surface_id": "UUID_e04a082e-6e3e-4eb9-bb3c-822d8cf74a1c",
+ "total_wall_area": 232.5471347842868,
+ "connected_wall_area": 232.5471347949497,
+ "free_wall_area": -1.066288746187638e-08
+ },
+ "207.78105256837407": {
+ "surface_id": "UUID_1df8e9ea-51c6-408d-87f5-e0f6dec1e153",
+ "total_wall_area": 104.39999825311048,
+ "connected_wall_area": 104.39999823967356,
+ "free_wall_area": 1.3436917356557387e-08
+ }
+ },
+ "DEBE3D04YY50000Mux": {
+ "gml_id": "DEBE3D04YY50000Mux"
+ },
+ "DEBE3D04YY50000CpD": {
+ "gml_id": "DEBE3D04YY50000CpD",
+ "259.62719599636006": {
+ "surface_id": "UUID_1e924a8d-e26c-43c3-ab99-0a8ece977e9f",
+ "total_wall_area": 148.98303703363777,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "169.63979216742837": {
+ "surface_id": "UUID_3e7e260f-7028-489b-8a2e-cd396b9a9b4e",
+ "total_wall_area": 34.209706356869475,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "259.63594622049584": {
+ "surface_id": "UUID_f0e8445d-c147-482b-8329-148c42dc2da7",
+ "total_wall_area": 52.092806527561414,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "349.62999794469613": {
+ "surface_id": "UUID_a9d320d5-3402-4906-8a64-c6249c877916",
+ "total_wall_area": 32.519854204803224,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "259.59479123367373": {
+ "surface_id": "UUID_07dbd9eb-dc8a-4291-bb13-ed767c4e396e",
+ "total_wall_area": 60.744296588331814,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "169.67031786547193": {
+ "surface_id": "UUID_d1d947ef-95ce-4110-987a-7a1220fc3c35",
+ "total_wall_area": 13.585919824805208,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "259.6174116797555": {
+ "surface_id": "UUID_44b21e26-ccac-4ebc-be52-1eab035a46d2",
+ "total_wall_area": 108.17117260619605,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "259.632446627877": {
+ "surface_id": "UUID_c0eb8cab-dbdf-4583-b038-2574ca41a25a",
+ "total_wall_area": 73.51279563107173,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "355.09384458850826": {
+ "surface_id": "UUID_562808d6-b8f1-4ca3-a32d-fcc171727ad1",
+ "total_wall_area": 62.133411239967536,
+ "connected_wall_area": 60.801858681381916,
+ "free_wall_area": 11.716515206751495
+ },
+ "355.104275223188": {
+ "surface_id": "UUID_9e336c59-a629-48a7-8bca-16884e6f428f",
+ "total_wall_area": 198.8705781008528,
+ "connected_wall_area": 197.22591713390963,
+ "free_wall_area": 36.328630956761
+ },
+ "355.1080665805422": {
+ "surface_id": "UUID_09be9804-6c42-4f5a-8277-2c6a221c209f",
+ "total_wall_area": 35.95019334328919,
+ "connected_wall_area": 33.22619620739179,
+ "free_wall_area": 2.723997135897406
+ },
+ "77.78600108970933": {
+ "surface_id": "UUID_9af231e7-d9e3-4355-8ac8-f916f75048ff",
+ "total_wall_area": 7.497057633014682,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "77.58255423125247": {
+ "surface_id": "UUID_ced08a00-75f0-49dc-b417-25b348bce435",
+ "total_wall_area": 7.480332073696932,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "77.61924306433154": {
+ "surface_id": "UUID_febb8508-13f2-476f-879c-376b09a6a1d0",
+ "total_wall_area": 7.502319323457684,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "77.08218715656304": {
+ "surface_id": "UUID_8330a9a0-c02c-402b-a96d-a795d03c0d73",
+ "total_wall_area": 54.96478099447107,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "76.13988810011736": {
+ "surface_id": "UUID_f3343c17-ea4a-4434-9874-db03bb2a99c9",
+ "total_wall_area": 88.09859889754948,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "74.96658152627235": {
+ "surface_id": "UUID_47d99794-42fe-4a31-8652-195f8bf98682",
+ "total_wall_area": 87.96859174610279,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "73.77524124596894": {
+ "surface_id": "UUID_ac326880-278c-4b14-a15c-e3c5ae13dd1c",
+ "total_wall_area": 87.77748921963678,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "72.60784693158168": {
+ "surface_id": "UUID_4e8736b7-6a5e-42ea-8dd7-81cc1947c92e",
+ "total_wall_area": 87.51087154197373,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "170.2668828966282": {
+ "surface_id": "UUID_38d88cde-675f-4a17-931e-1d0a1859bcd8",
+ "total_wall_area": 52.31143715896118,
+ "connected_wall_area": 51.69081758576648,
+ "free_wall_area": 0.620619573194702
+ },
+ "170.26645074579392": {
+ "surface_id": "UUID_888591a1-83b9-4666-8291-b71deeed7151",
+ "total_wall_area": 197.26639639682904,
+ "connected_wall_area": 193.1549848604575,
+ "free_wall_area": 143.94023261519112
+ },
+ "170.2713220432576": {
+ "surface_id": "UUID_6496e0e6-f74c-4e39-98dc-3f50190f8cf1",
+ "total_wall_area": 65.72084718119685,
+ "connected_wall_area": 62.742583304771046,
+ "free_wall_area": 2.9782638764257996
+ }
+ },
+ "DEBE3D04YY50002cl4": {
+ "gml_id": "DEBE3D04YY50002cl4",
+ "298.05783553888404": {
+ "surface_id": "UUID_48a26373-f2a4-4fa7-b1c1-f2ce16fd2da9",
+ "total_wall_area": 18.081349756291882,
+ "connected_wall_area": 18.081349792229712,
+ "free_wall_area": -3.593783048927435e-08
+ },
+ "298.000563811181": {
+ "surface_id": "UUID_6813d9a8-d880-4aac-b036-cc512bd22155",
+ "total_wall_area": 5.89353015182766,
+ "connected_wall_area": 5.893530117451506,
+ "free_wall_area": 3.4376154367521394e-08
+ },
+ "29.229219254201304": {
+ "surface_id": "UUID_94d712ac-5ddf-4c63-bf3b-1b2fc055887c",
+ "total_wall_area": 8.016569371442525,
+ "connected_wall_area": 8.01656937434635,
+ "free_wall_area": -2.9038247362223046e-09
+ },
+ "29.116416958001047": {
+ "surface_id": "UUID_5c9c86df-09b0-4bb0-8c32-04a3c0a454b8",
+ "total_wall_area": 36.79972137218384,
+ "connected_wall_area": 36.792071755918506,
+ "free_wall_area": 0.0076496162653327815
+ },
+ "29.110325849311053": {
+ "surface_id": "UUID_b50aa930-fa35-4900-aa97-f7aba12f3752",
+ "total_wall_area": 171.14006315346293,
+ "connected_wall_area": 171.14006312677884,
+ "free_wall_area": 50.30413283915743
+ },
+ "125.66785581200469": {
+ "surface_id": "UUID_0cecc3b4-4622-427f-883f-c380039f1622",
+ "total_wall_area": 24.131524335672722,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "209.11628672471025": {
+ "surface_id": "UUID_65ef60a5-ca29-447f-bba2-62bd786d6b41",
+ "total_wall_area": 212.7543056003911,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY50002br6": {
+ "gml_id": "DEBE3D04YY50002br6",
+ "118.2738644749927": {
+ "surface_id": "UUID_978d5399-1ac9-440c-a6b1-39e15079c49c",
+ "total_wall_area": 26.77046784920659,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "208.2707233860348": {
+ "surface_id": "UUID_ebdf776e-16b4-4c56-af54-17721d4c91b5",
+ "total_wall_area": 37.273940871923294,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "298.2738644749927": {
+ "surface_id": "UUID_cc28b731-4e68-4fa8-be20-6d4e36ddeb50",
+ "total_wall_area": 26.776961600161037,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "28.270723386034845": {
+ "surface_id": "UUID_25b14b99-52e9-4c01-ba56-20698a354b19",
+ "total_wall_area": 37.3101203874104,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY50000I3K": {
+ "gml_id": "DEBE3D04YY50000I3K"
+ },
+ "DEBE3D04YY50002cAU": {
+ "gml_id": "DEBE3D04YY50002cAU",
+ "175.25615729115884": {
+ "surface_id": "UUID_c00d33cf-18bb-4fbb-9dc6-a332eea469d9",
+ "total_wall_area": 23.61224019062599,
+ "connected_wall_area": 23.612240191342423,
+ "free_wall_area": -7.164331350395514e-10
+ },
+ "266.0169037789436": {
+ "surface_id": "UUID_78d95de8-f615-4e41-98e9-2316ddb8f11e",
+ "total_wall_area": 167.75933159692875,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "356.0064228984785": {
+ "surface_id": "UUID_df614d82-2f2a-409e-a8c4-f66db140b51d",
+ "total_wall_area": 24.560883173820994,
+ "connected_wall_area": 24.201493212594734,
+ "free_wall_area": 0.35938996122625966
+ },
+ "355.97969065548": {
+ "surface_id": "UUID_b40b5c87-7323-429e-bb7e-b7c8ed7331c9",
+ "total_wall_area": 29.22403270339635,
+ "connected_wall_area": 28.80536246785114,
+ "free_wall_area": 0.41867023554521055
+ },
+ "86.14011054444865": {
+ "surface_id": "UUID_687a2357-8787-4445-a714-459c873d2b17",
+ "total_wall_area": 6.02930909811908,
+ "connected_wall_area": 5.9407131219390426,
+ "free_wall_area": 0.088595976180037
+ },
+ "356.2259184239979": {
+ "surface_id": "UUID_3c8fb7c3-e07e-4818-940e-e7fd8e924e15",
+ "total_wall_area": 31.930406002988274,
+ "connected_wall_area": 31.452371488854567,
+ "free_wall_area": 0.47803451413370723
+ },
+ "356.2203411585173": {
+ "surface_id": "UUID_7bf9f1ee-de46-4645-aec4-810be88e7715",
+ "total_wall_area": 33.6419685037979,
+ "connected_wall_area": 32.75235006930117,
+ "free_wall_area": 0.8896184344967253
+ },
+ "266.1595175289236": {
+ "surface_id": "UUID_8047b007-715a-4202-8be6-47fe08570712",
+ "total_wall_area": 6.240646035910918,
+ "connected_wall_area": 6.1588142757674795,
+ "free_wall_area": 0.08183176014343818
+ },
+ "355.9999094048148": {
+ "surface_id": "UUID_da34955d-13b7-40a2-8f2a-750dea39e191",
+ "total_wall_area": 54.35940276895721,
+ "connected_wall_area": 53.59801525518484,
+ "free_wall_area": 0.7613875137723696
+ },
+ "86.02930731491136": {
+ "surface_id": "UUID_69e8e6f6-d850-411d-bf87-244fada8daec",
+ "total_wall_area": 166.6564915949959,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "176.33621714013924": {
+ "surface_id": "UUID_3ab337d8-0934-4c1e-8864-937602f13a46",
+ "total_wall_area": 54.49963228858305,
+ "connected_wall_area": 54.49963228584532,
+ "free_wall_area": 2.7377282663110236e-09
+ },
+ "266.39032990482315": {
+ "surface_id": "UUID_72afdcea-0a35-4fb7-a60a-c656315b1f13",
+ "total_wall_area": 6.18317071421699,
+ "connected_wall_area": 6.183170693027204,
+ "free_wall_area": 2.1189785925912474e-08
+ },
+ "176.33951428384432": {
+ "surface_id": "UUID_5b30062a-0272-489d-8a49-55dcd5efaa23",
+ "total_wall_area": 33.54388735494875,
+ "connected_wall_area": 33.04837467003483,
+ "free_wall_area": 0.4955126849139191
+ },
+ "176.32233076991105": {
+ "surface_id": "UUID_4bbb69fb-22e2-40f7-b285-066c91c94622",
+ "total_wall_area": 32.71787863515279,
+ "connected_wall_area": 32.69565078403798,
+ "free_wall_area": 0.02222785111481329
+ },
+ "86.39032990482315": {
+ "surface_id": "UUID_4a05f7b2-f178-4b70-b182-e52eee985978",
+ "total_wall_area": 6.198180495152125,
+ "connected_wall_area": 6.195607365942851,
+ "free_wall_area": 0.0025731292092743274
+ },
+ "177.29280587135923": {
+ "surface_id": "UUID_96bf486b-2997-44ec-8a71-7ae3e04c6245",
+ "total_wall_area": 29.305518354204736,
+ "connected_wall_area": 28.959249155234737,
+ "free_wall_area": 0.3462691989699991
+ }
+ },
+ "DEBE3D04YY50000Ncz": {
+ "gml_id": "DEBE3D04YY50000Ncz"
+ },
+ "DEBE3D04YY500005Oq": {
+ "gml_id": "DEBE3D04YY500005Oq",
+ "13.24653395689522": {
+ "surface_id": "UUID_e9d979cd-8102-4cb5-b5ce-458d832f6805",
+ "total_wall_area": 12.411544453691178,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "286.4407874733944": {
+ "surface_id": "UUID_65cdd62c-3ad5-41fb-a6e3-4386b5fba870",
+ "total_wall_area": 50.24303610005457,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "234.5984637595015": {
+ "surface_id": "UUID_fbcc6ebf-11c9-4dac-93ed-3710f0fd03f0",
+ "total_wall_area": 45.637296430261706,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "195.98970336825693": {
+ "surface_id": "UUID_d23a1f0e-954c-4aa5-ae73-faed12e876e0",
+ "total_wall_area": 230.3574664366824,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "110.65891005960816": {
+ "surface_id": "UUID_47224446-9134-4f77-8b64-cc8e5fcf4581",
+ "total_wall_area": 10.38274256038619,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "196.18836323357283": {
+ "surface_id": "UUID_6b551247-ab2d-4429-a8d3-642c7f669e73",
+ "total_wall_area": 95.80783724187646,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "227.98005275789887": {
+ "surface_id": "UUID_330644bf-0a3d-4f69-9fd2-bf801baf6b27",
+ "total_wall_area": 68.08034850255514,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "139.56075768108667": {
+ "surface_id": "UUID_aa2278b6-e109-447e-8391-bf5a0db3fcc4",
+ "total_wall_area": 111.68324368376199,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "49.00660145945532": {
+ "surface_id": "UUID_ce9ae0fc-2802-4d5a-a31f-e79570066688",
+ "total_wall_area": 68.15485309405165,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "319.51141821814304": {
+ "surface_id": "UUID_dfc1bc20-9292-42a7-804a-52147506a229",
+ "total_wall_area": 112.90210906498262,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "133.9958533528383": {
+ "surface_id": "UUID_fba0c4e5-1518-4aac-b8fe-717b969bd5cb",
+ "total_wall_area": 68.85152559121553,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "81.64365483727966": {
+ "surface_id": "UUID_c5f430d3-f1da-4148-af79-f20c0d724f1f",
+ "total_wall_area": 361.7983021571157,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "171.62450965454315": {
+ "surface_id": "UUID_83e5e66c-e847-4dc1-83dc-d5ce9a90cf52",
+ "total_wall_area": 276.4732045494688,
+ "connected_wall_area": 270.77192440379866,
+ "free_wall_area": 238.03987327719275
+ },
+ "261.66366613775676": {
+ "surface_id": "UUID_42aaa80c-2d94-44fa-9046-0855bbabfc56",
+ "total_wall_area": 200.24014391741966,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "261.66971778990387": {
+ "surface_id": "UUID_ce2aa8cf-0998-430f-8f9a-189adcb62025",
+ "total_wall_area": 54.336258589082945,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "261.6625555612799": {
+ "surface_id": "UUID_83047284-ea9e-4127-8959-93aa04169f73",
+ "total_wall_area": 490.80589929737016,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "318.5809656889803": {
+ "surface_id": "UUID_9cf5ae98-d247-474c-9312-9c0eb586e46a",
+ "total_wall_area": 124.1529004357922,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "15.498212477011919": {
+ "surface_id": "UUID_be115bb4-412a-45cf-a2c6-19982f42c925",
+ "total_wall_area": 854.1100757659977,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "105.35144401931478": {
+ "surface_id": "UUID_ca2a6907-93a1-41bd-9219-eab2cef0a0e2",
+ "total_wall_area": 320.4749271982698,
+ "connected_wall_area": 306.1428580353996,
+ "free_wall_area": 14.332069162870198
+ },
+ "105.35195180419282": {
+ "surface_id": "UUID_312e9026-4143-4646-b530-4ad633e1afc5",
+ "total_wall_area": 190.09591185965957,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "171.63019959078468": {
+ "surface_id": "UUID_297f8586-6347-441c-ad54-8a48d7d96167",
+ "total_wall_area": 145.36363194507737,
+ "connected_wall_area": 135.1443488342856,
+ "free_wall_area": 10.219283110791764
+ },
+ "285.3862105864722": {
+ "surface_id": "UUID_5de08574-f2e0-4625-b3bd-4e007996e6d0",
+ "total_wall_area": 214.55083888009432,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY50000CRp": {
+ "gml_id": "DEBE3D04YY50000CRp",
+ "179.24659220670418": {
+ "surface_id": "UUID_9680b08e-52ff-4db9-b9f3-28e90f3f6e1e",
+ "total_wall_area": 68.5297635835113,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "88.17263884451755": {
+ "surface_id": "UUID_f5585750-0303-4e4f-ad92-e3696eec7462",
+ "total_wall_area": 19.797251933228008,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "178.01873676731577": {
+ "surface_id": "UUID_57180d2a-4f4d-4c14-8c9c-61143ed58575",
+ "total_wall_area": 84.78843268106483,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "178.01306775865646": {
+ "surface_id": "UUID_3a4ae31a-1104-47e9-8c89-129605718f6a",
+ "total_wall_area": 54.45408393475407,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "178.0141909943835": {
+ "surface_id": "UUID_62937b28-9060-4dff-8852-d0e15167f88c",
+ "total_wall_area": 85.03671712683058,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "268.24098955773695": {
+ "surface_id": "UUID_c0b91696-a648-4aaa-9ead-ea5deb220fe0",
+ "total_wall_area": 20.750788281139965,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "176.96584077661691": {
+ "surface_id": "UUID_9974ed9b-13ee-4693-8d37-e43951402b1b",
+ "total_wall_area": 68.53942915130075,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "176.88718354490578": {
+ "surface_id": "UUID_007f4a19-34e6-4b91-b373-72bf55bcdec4",
+ "total_wall_area": 70.18039476953884,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "175.49167142274973": {
+ "surface_id": "UUID_3cf966a9-64b8-413e-8328-debb6101b64a",
+ "total_wall_area": 43.03323835582103,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "86.33850043084458": {
+ "surface_id": "UUID_dfda3c26-8f0b-44a3-9acb-7727e98a9d93",
+ "total_wall_area": 20.852737515840683,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "176.35338118088816": {
+ "surface_id": "UUID_c53ba4a9-59b3-49cd-8d19-445688853177",
+ "total_wall_area": 110.05223933951419,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "266.3385004276722": {
+ "surface_id": "UUID_62484274-36be-466d-9b9b-7121d99e2398",
+ "total_wall_area": 20.818115849869095,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "177.70619270433514": {
+ "surface_id": "UUID_402db018-a031-4ef5-a942-3db37f457120",
+ "total_wall_area": 43.439632510522515,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "175.74358213476495": {
+ "surface_id": "UUID_56b249bd-c191-4e7b-86eb-92e942a03451",
+ "total_wall_area": 96.0569362740741,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "176.55463322715894": {
+ "surface_id": "UUID_e4c55f42-bddd-4e6d-b9c0-03639887a25f",
+ "total_wall_area": 13.756548186911623,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "265.5373577963225": {
+ "surface_id": "UUID_98207673-36aa-4559-b413-171c10fdcad5",
+ "total_wall_area": 32.735841981508415,
+ "connected_wall_area": 31.25780093721365,
+ "free_wall_area": 1.4780410442947662
+ },
+ "265.552827282311": {
+ "surface_id": "UUID_cc03d3f1-eb8d-45fc-b232-043471def9c6",
+ "total_wall_area": 139.54426988761855,
+ "connected_wall_area": 125.38333560912359,
+ "free_wall_area": 14.160934278494963
+ },
+ "265.5503578736958": {
+ "surface_id": "UUID_5b6fbc07-3e0b-4069-aa7a-6c6ad8f9596c",
+ "total_wall_area": 173.5504371157031,
+ "connected_wall_area": 157.56221717054405,
+ "free_wall_area": 15.988219945159045
+ },
+ "355.63787419693506": {
+ "surface_id": "UUID_c5fdc102-3978-440b-b1d3-ff755942f8f8",
+ "total_wall_area": 124.32396369767044,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "356.1352239384949": {
+ "surface_id": "UUID_a65768ed-47ca-42a7-ba78-84b7d86bcc2e",
+ "total_wall_area": 136.80623547399642,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "357.3708217455503": {
+ "surface_id": "UUID_abb5009f-73fb-4a72-8db3-18c5407e9f90",
+ "total_wall_area": 122.49845135901114,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "358.03815576426155": {
+ "surface_id": "UUID_d914ccbd-9a44-407f-9eb7-390251cc83df",
+ "total_wall_area": 393.2331970112,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "88.39997528511101": {
+ "surface_id": "UUID_7ecee919-9649-4e66-8b6b-561e4ca25f15",
+ "total_wall_area": 168.44068201255166,
+ "connected_wall_area": 167.30919434307046,
+ "free_wall_area": 1.1314876694812028
+ },
+ "88.40555239289": {
+ "surface_id": "UUID_667cf8ca-9050-49d5-9f7d-94e2171f818b",
+ "total_wall_area": 145.24821475520358,
+ "connected_wall_area": 145.2377450337786,
+ "free_wall_area": 138.02398397910628
+ },
+ "88.21008938967155": {
+ "surface_id": "UUID_5562f457-f18e-4a3f-ab7d-9b0b02dc5ccd",
+ "total_wall_area": 32.84242458640587,
+ "connected_wall_area": 32.842424597158626,
+ "free_wall_area": -1.0752756907095318e-08
+ },
+ "179.37893190801537": {
+ "surface_id": "UUID_576bb1bd-13c6-4207-921f-563cc1f15d02",
+ "total_wall_area": 7.369178430942561,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY50000KLb": {
+ "gml_id": "DEBE3D04YY50000KLb",
+ "212.3855620290344": {
+ "surface_id": "UUID_40152fc1-64e5-4b69-82c2-dc4ea142d2f6",
+ "total_wall_area": 10.061181822164247,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "296.09311931813465": {
+ "surface_id": "UUID_38c5c6f1-2e2e-4187-8cc7-2945840558f5",
+ "total_wall_area": 15.121221854480071,
+ "connected_wall_area": 11.20725604804582,
+ "free_wall_area": 3.91396580643425
+ },
+ "31.998920795757122": {
+ "surface_id": "UUID_29213629-0394-4261-a3c0-e8d0715ddbe0",
+ "total_wall_area": 11.193417956848744,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "120.36479579884741": {
+ "surface_id": "UUID_ea44673e-a71a-4752-bf40-6b4445f239d1",
+ "total_wall_area": 20.865541010500955,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY50002cJ1": {
+ "gml_id": "DEBE3D04YY50002cJ1",
+ "355.06952330472546": {
+ "surface_id": "UUID_7cc854fd-cc3c-4e80-892f-123c6b6927dd",
+ "total_wall_area": 36.9647599463793,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "21.430252113357838": {
+ "surface_id": "UUID_9c0e3be7-06c5-432d-8bf0-937bf381789d",
+ "total_wall_area": 4.303598228399984,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "12.197687845853949": {
+ "surface_id": "UUID_1e3a8e61-efac-436f-bf98-0ba40812984b",
+ "total_wall_area": 4.300144251080563,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "3.156496497779159": {
+ "surface_id": "UUID_b334d094-63f3-46ec-b602-ac8bc7e91f9e",
+ "total_wall_area": 4.305219616737221,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "353.8807569685248": {
+ "surface_id": "UUID_f4d213d0-912d-4622-b720-4b1aa57361b0",
+ "total_wall_area": 4.300023678655647,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "344.76335187244854": {
+ "surface_id": "UUID_cc08b684-869d-41d6-b173-d0b9d89b2e4d",
+ "total_wall_area": 4.300234289660435,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "335.6954507873895": {
+ "surface_id": "UUID_fb019ee6-66e5-4a0e-b49e-6313667acdb2",
+ "total_wall_area": 4.301091121128446,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "326.45579717816656": {
+ "surface_id": "UUID_5b05905d-9c5e-494e-98a3-dd52caab0dd9",
+ "total_wall_area": 4.304901287404405,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "85.25442936156875": {
+ "surface_id": "UUID_2eeca602-b62b-4bc5-a61f-cff38f62b8df",
+ "total_wall_area": 124.85283986091784,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "88.41161592222859": {
+ "surface_id": "UUID_e562fc2e-5a90-4b57-9642-dda90ec5a951",
+ "total_wall_area": 4.561783868207375,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "100.35800474277323": {
+ "surface_id": "UUID_ff31ab0c-e544-4cdb-b21d-b85ae7febd6f",
+ "total_wall_area": 4.571303134081977,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "112.2991402282558": {
+ "surface_id": "UUID_365f3e7f-c527-4f87-81ca-685608c98bdc",
+ "total_wall_area": 4.56131830846848,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "124.35019132295184": {
+ "surface_id": "UUID_a4e0b0c7-7c0b-4bf3-bb8c-64bbdf9cda73",
+ "total_wall_area": 4.566026228475736,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "136.33221983925802": {
+ "surface_id": "UUID_b3d4d991-3e0d-45cb-bb73-f39aefd02e2a",
+ "total_wall_area": 4.566846871564925,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "148.236502782811": {
+ "surface_id": "UUID_1fa1d08c-b12e-48e0-875d-5153070750cd",
+ "total_wall_area": 4.563919198122518,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "160.27948323676873": {
+ "surface_id": "UUID_33485070-fe47-4866-a640-cd8097471f5f",
+ "total_wall_area": 4.567093032774613,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "172.23483400629226": {
+ "surface_id": "UUID_547210de-d6d7-40d3-821d-016c2db2b429",
+ "total_wall_area": 4.562352002920391,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "175.68425644862612": {
+ "surface_id": "UUID_ad23f92d-0a34-4d24-a2e0-88093f131827",
+ "total_wall_area": 90.00166831737556,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "246.87983712583417": {
+ "surface_id": "UUID_0fc29dd7-6a90-42fc-9bd6-ae75d0bf5520",
+ "total_wall_area": 13.645961582651363,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "265.0193298795332": {
+ "surface_id": "UUID_c6add644-7ceb-4e38-b593-b35c7a984d1b",
+ "total_wall_area": 50.247333652486034,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "286.3100034183652": {
+ "surface_id": "UUID_59ce6a06-16b9-43d7-b19e-3e3089fb2137",
+ "total_wall_area": 57.830066305867135,
+ "connected_wall_area": 33.88726267989673,
+ "free_wall_area": 23.942803625970406
+ },
+ "265.06664254082386": {
+ "surface_id": "UUID_317e999d-9b2e-47c3-a84b-3d18468fd51e",
+ "total_wall_area": 52.29029070077473,
+ "connected_wall_area": 43.45063130472882,
+ "free_wall_area": 8.83965939604591
+ },
+ "355.067912573889": {
+ "surface_id": "UUID_072001fe-596e-4d08-9521-962407565d5c",
+ "total_wall_area": 31.253542377124244,
+ "connected_wall_area": 30.529842732599946,
+ "free_wall_area": 0.7236996445242987
+ },
+ "85.07925528175775": {
+ "surface_id": "UUID_ecdc34e2-5a6d-442e-aec4-7ee15fc46602",
+ "total_wall_area": 23.217654204861557,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY500005sL": {
+ "gml_id": "DEBE3D04YY500005sL"
+ },
+ "DEBE3D04YY500002nR": {
+ "gml_id": "DEBE3D04YY500002nR",
+ "266.7627634070798": {
+ "surface_id": "UUID_2faf5f38-c857-4b1f-b18e-c22a8b163da5",
+ "total_wall_area": 166.0084338352465,
+ "connected_wall_area": 151.51399468307366,
+ "free_wall_area": 14.494439152172845
+ },
+ "355.7044510059397": {
+ "surface_id": "UUID_f3105953-17aa-43c5-bb32-ef14d61faac0",
+ "total_wall_area": 0.9201447293141995,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "355.70346652848144": {
+ "surface_id": "UUID_be70b3e7-748d-43af-a27d-b99403b6ecfd",
+ "total_wall_area": 0.1016105584751866,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "355.72777521235804": {
+ "surface_id": "UUID_7b897ab3-a3a3-4cbe-903d-f55d4f155314",
+ "total_wall_area": 0.021853718867980505,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "86.4946238306286": {
+ "surface_id": "UUID_f8085ad6-d648-448e-9390-bdcbfc224087",
+ "total_wall_area": 5.362854321340571,
+ "connected_wall_area": 159.47881906271846,
+ "free_wall_area": 49.25509364567627
+ },
+ "175.92129628531666": {
+ "surface_id": "UUID_f2ce77e3-cc1a-4714-acde-dc17050e19f7",
+ "total_wall_area": 9.727233271340115,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "175.78937225363404": {
+ "surface_id": "UUID_b3cf21b1-8591-4c9d-bff1-10f32eafb637",
+ "total_wall_area": 44.64702689584034,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "175.81024654426358": {
+ "surface_id": "UUID_a2d7b8e4-532d-4a24-a840-0ed37930edfc",
+ "total_wall_area": 379.7536632986799,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "266.76275920294665": {
+ "surface_id": "UUID_2b2e1924-91a5-4f97-be61-6c083d8b0b12",
+ "total_wall_area": 5.3374854773868075,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY500005U2": {
+ "gml_id": "DEBE3D04YY500005U2"
+ },
+ "DEBE3D04YY500001GY": {
+ "gml_id": "DEBE3D04YY500001GY"
+ },
+ "DEBE3D04YY50000GZe": {
+ "gml_id": "DEBE3D04YY50000GZe",
+ "247.5559195965137": {
+ "surface_id": "UUID_24747838-98aa-4a19-9b0e-bc0147c595f1",
+ "total_wall_area": 95.81667558823973,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "247.5580167439948": {
+ "surface_id": "UUID_36890330-3ff7-440a-ab6b-fba4888bf438",
+ "total_wall_area": 99.0656312776151,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "209.09672126996958": {
+ "surface_id": "UUID_da7ae319-5832-44fc-b778-de4f1aa9f0fa",
+ "total_wall_area": 516.6299074829383,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "209.155853105577": {
+ "surface_id": "UUID_56abfa34-734a-4998-bec3-eaeb7a4e8e19",
+ "total_wall_area": 10.927407449791648,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "209.10163276474879": {
+ "surface_id": "UUID_ac891d34-586e-4c3d-85ac-de3eaf045a12",
+ "total_wall_area": 99.33136393500078,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "209.11959966096342": {
+ "surface_id": "UUID_0449c343-1f75-48b8-8b47-3f64a1b38686",
+ "total_wall_area": 28.370896567619603,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "121.93477850901428": {
+ "surface_id": "UUID_88559e51-ec6f-4a84-861e-db2cca178879",
+ "total_wall_area": 7.600629393252779,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "134.8823497021737": {
+ "surface_id": "UUID_9be7d2d5-9c10-4f07-a3f6-cbd09d2127c8",
+ "total_wall_area": 7.606950575184216,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "147.83560946142455": {
+ "surface_id": "UUID_b41ce97b-6802-4fb9-8f26-e3dac229e448",
+ "total_wall_area": 7.593628279507555,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "160.77299409938934": {
+ "surface_id": "UUID_7a8adfef-4d03-4da6-9df0-89aa6826cc7a",
+ "total_wall_area": 7.579960667448972,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "173.65980830225362": {
+ "surface_id": "UUID_c47e906e-74a5-4b90-9851-6e5567b30c49",
+ "total_wall_area": 7.6012713971836225,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "186.50562662465745": {
+ "surface_id": "UUID_d3ed982c-c0e0-4018-85d7-e39465c503a0",
+ "total_wall_area": 7.603742526350009,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "208.58397306547565": {
+ "surface_id": "UUID_7a111b78-f9f1-4ec3-94d4-31b8b26e2bfe",
+ "total_wall_area": 19.068328018768305,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "285.0106574661114": {
+ "surface_id": "UUID_b55bb8a0-8f85-445d-8fa6-ae4affb288db",
+ "total_wall_area": 243.84410988182375,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "29.163285326654993": {
+ "surface_id": "UUID_937aee02-e025-48b6-bb10-c439583de8a4",
+ "total_wall_area": 71.26096021346295,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "299.19042331900334": {
+ "surface_id": "UUID_9e6d082c-4547-4f72-bf78-a2ebc95dfb66",
+ "total_wall_area": 55.21212002603804,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "28.894442719031197": {
+ "surface_id": "UUID_7b0fbe02-355e-4ce5-a2a7-0a831f5f77a3",
+ "total_wall_area": 14.583499483133208,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "28.93057797536327": {
+ "surface_id": "UUID_3514d178-11dd-4aa0-ae5e-af05337ba5d5",
+ "total_wall_area": 84.25031301157887,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "28.90452482769485": {
+ "surface_id": "UUID_97261b52-96bd-4612-adb9-de0b8b607e48",
+ "total_wall_area": 21.297005548417204,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "298.92413403953003": {
+ "surface_id": "UUID_af69745f-29af-4411-ae04-d1da4557f1b9",
+ "total_wall_area": 25.440095017570126,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "28.90553784435317": {
+ "surface_id": "UUID_85f00a9c-3f67-420c-a404-3df785717ff0",
+ "total_wall_area": 72.57202117971502,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "118.94359397698253": {
+ "surface_id": "UUID_88b3046d-b6ce-4eda-8c02-8fb5c9dd9f11",
+ "total_wall_area": 25.470114867524742,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "28.909918093412564": {
+ "surface_id": "UUID_8580ba3c-5176-4055-ada9-8bf9bdafcefb",
+ "total_wall_area": 90.06275320290038,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "298.9241340619395": {
+ "surface_id": "UUID_810190fa-cd8d-4b48-abbd-387484de2256",
+ "total_wall_area": 25.440095017570123,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "28.907772839946993": {
+ "surface_id": "UUID_66043231-c244-4354-bc8b-fb2fab2e0f19",
+ "total_wall_area": 70.3277397812287,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "118.96766063774294": {
+ "surface_id": "UUID_9a9cdf39-7363-4f07-bce4-9e5542484158",
+ "total_wall_area": 25.450786214065307,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "28.917365947609966": {
+ "surface_id": "UUID_608c86f2-22f6-4b99-a3a8-c434e4e0af6d",
+ "total_wall_area": 244.54209582047187,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "335.5780736597526": {
+ "surface_id": "UUID_ed7aa557-97c2-40cb-8231-cac0c1ad770c",
+ "total_wall_area": 9.510200374948578,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "345.1886635788188": {
+ "surface_id": "UUID_df887b63-68ed-44c9-9063-94fd654ad1d7",
+ "total_wall_area": 9.505273361220521,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "354.9262953087016": {
+ "surface_id": "UUID_aad0667b-d48e-4c20-ad8b-99f27980700b",
+ "total_wall_area": 9.491710821492385,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "4.664150779076948": {
+ "surface_id": "UUID_70bbdf16-78eb-4e7f-add7-5320e9a06eb7",
+ "total_wall_area": 9.508096448162387,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "14.391311340153877": {
+ "surface_id": "UUID_a5f3b8c2-8bb4-4e28-9132-65b09674e924",
+ "total_wall_area": 9.50994383835166,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "24.00305711349796": {
+ "surface_id": "UUID_3173139c-19ac-46f0-a2a6-b3e43c6df6d6",
+ "total_wall_area": 9.50316831617767,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "33.72698491492755": {
+ "surface_id": "UUID_5719d739-e836-4255-badf-e5b04ee9a464",
+ "total_wall_area": 9.508583981156585,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "43.492564246706515": {
+ "surface_id": "UUID_a468fde5-6e9b-46a5-8d6e-be1fd35bcedc",
+ "total_wall_area": 9.500241052878078,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "53.20990142052639": {
+ "surface_id": "UUID_648de135-ec52-498f-a2fa-c029bbecd005",
+ "total_wall_area": 9.516381205987667,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "62.89893328313874": {
+ "surface_id": "UUID_3d835cb9-4248-4f21-bbba-eca596b0d5e7",
+ "total_wall_area": 9.503964198954174,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "72.57456393311273": {
+ "surface_id": "UUID_938a83c1-e80f-48d2-a7e4-92063919d930",
+ "total_wall_area": 9.515688982009074,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "82.2468381225182": {
+ "surface_id": "UUID_7a58ef42-0d94-4000-b214-11bd7d7df5ba",
+ "total_wall_area": 9.497158664152712,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "28.91911498157858": {
+ "surface_id": "UUID_913414ea-bd63-4d70-9c55-d4df47173fed",
+ "total_wall_area": 151.52275583539642,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "43.33704125668704": {
+ "surface_id": "UUID_8e1ad34c-0c9f-43d7-acdb-1bb1911b5571",
+ "total_wall_area": 29.065420623218596,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "48.9123592465356": {
+ "surface_id": "UUID_357e871b-0a8b-4abe-a545-271c972e444e",
+ "total_wall_area": 29.074073907912307,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "54.46232221921905": {
+ "surface_id": "UUID_995f367b-2f3b-44fa-8094-4b88da3c3c26",
+ "total_wall_area": 29.073880856854146,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "60.006759352693365": {
+ "surface_id": "UUID_fbe6e5a3-4838-4ab9-8d4c-bc93022c29ae",
+ "total_wall_area": 29.076381528816015,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "65.57766898507337": {
+ "surface_id": "UUID_f49bcc51-72fd-43f6-a63c-d6bba48d6f76",
+ "total_wall_area": 29.06443007489482,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "71.11066014757739": {
+ "surface_id": "UUID_cff679f9-fabb-449d-9c06-85ef9f25ef97",
+ "total_wall_area": 29.06746039407802,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "76.69218767314656": {
+ "surface_id": "UUID_2dea3881-f89b-4a73-b739-de963da79680",
+ "total_wall_area": 29.078110056920313,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "82.27013032516645": {
+ "surface_id": "UUID_6db73ae1-6df7-4166-99bc-7d0cb46f847a",
+ "total_wall_area": 29.069508397473783,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "87.82250220597827": {
+ "surface_id": "UUID_89031d2a-741e-47c0-9eb4-da388166e8e0",
+ "total_wall_area": 29.069340491457286,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "93.353679989483": {
+ "surface_id": "UUID_198aa63b-8a90-4d52-9472-696f1ca287bb",
+ "total_wall_area": 29.07605426793186,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "106.8482221889974": {
+ "surface_id": "UUID_c76a8d13-dc1c-40dc-946b-5d5f4dd04996",
+ "total_wall_area": 133.45271796878055,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "62.77814763839788": {
+ "surface_id": "UUID_eb541dda-b5cc-4c42-9929-d3c9fec614d4",
+ "total_wall_area": 11.203463514919294,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "72.53122195317025": {
+ "surface_id": "UUID_22e0907f-1faf-47b6-9c92-24c620a97301",
+ "total_wall_area": 11.185329915264878,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "82.41281800032273": {
+ "surface_id": "UUID_fb2f6761-f392-45b5-8dc8-79d1ac379eb4",
+ "total_wall_area": 11.209407182332349,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "92.15041226347677": {
+ "surface_id": "UUID_b8667afd-9483-47dd-aed1-4f10b9ccc2f8",
+ "total_wall_area": 11.185417159340899,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "101.95268216665579": {
+ "surface_id": "UUID_c3305274-400e-4496-9324-6d4de44e75c5",
+ "total_wall_area": 11.199455694857868,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "111.75944989504353": {
+ "surface_id": "UUID_2fdf5417-83fd-45b4-8704-64f40e152441",
+ "total_wall_area": 11.202592403382218,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "121.46701737310246": {
+ "surface_id": "UUID_c5febbe0-78cb-443c-a7c2-a41e4295c124",
+ "total_wall_area": 11.214107662401382,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "131.3987218232557": {
+ "surface_id": "UUID_5f22dbcf-bf5e-4501-b38c-ae86a3cebb85",
+ "total_wall_area": 11.190389319878971,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "141.0758329715003": {
+ "surface_id": "UUID_3d005dd6-801c-4410-93f3-059c60a70a79",
+ "total_wall_area": 11.215674067557746,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "150.95637838985863": {
+ "surface_id": "UUID_22720fa2-984b-4784-aa80-92bbe6afd0a1",
+ "total_wall_area": 11.193441364132207,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "106.8452171644185": {
+ "surface_id": "UUID_0983df59-a68b-49c3-83a8-a19104cfbab6",
+ "total_wall_area": 142.01340933800657,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "195.40515223129813": {
+ "surface_id": "UUID_90fab762-2f5b-4716-93da-7e7abd91d274",
+ "total_wall_area": 252.29766132626293,
+ "connected_wall_area": 240.41374476991845,
+ "free_wall_area": 11.883916556344474
+ },
+ "286.7449725081898": {
+ "surface_id": "UUID_24f50f73-ef31-4133-8080-fd2829b9d831",
+ "total_wall_area": 68.92768505777501,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "196.71296780314026": {
+ "surface_id": "UUID_21425fe4-52a6-449a-98e1-3dfd455c316d",
+ "total_wall_area": 8.833625003248741,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "287.41836258700255": {
+ "surface_id": "UUID_74df57ae-f463-4d1b-9070-5932dbf96d73",
+ "total_wall_area": 120.87466543763375,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "286.7242124387205": {
+ "surface_id": "UUID_a167b9f7-cdd9-4a7e-a1e1-5802a02e54c6",
+ "total_wall_area": 38.84256249893647,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY50000Ibb": {
+ "gml_id": "DEBE3D04YY50000Ibb"
+ },
+ "DEBE3D04YY50000BWY": {
+ "gml_id": "DEBE3D04YY50000BWY",
+ "10.728585571676504": {
+ "surface_id": "UUID_d574bc9e-c63a-4a83-a83c-a013c840d80f",
+ "total_wall_area": 48.73274325753641,
+ "connected_wall_area": 47.031177973264114,
+ "free_wall_area": 1.7015652842722986
+ },
+ "10.631981648050001": {
+ "surface_id": "UUID_33f05306-7399-41ec-98e5-459e01db27e6",
+ "total_wall_area": 141.4105776614128,
+ "connected_wall_area": 136.47304872695818,
+ "free_wall_area": 4.937528934454605
+ },
+ "85.45120614483005": {
+ "surface_id": "UUID_4fd94a8b-0744-4d23-b9a2-a753ab9305ad",
+ "total_wall_area": 38.88642823845195,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "85.44565454734301": {
+ "surface_id": "UUID_69528ee8-0a8c-4941-9c2c-11ba100ba079",
+ "total_wall_area": 197.03060579097743,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "85.4428339328332": {
+ "surface_id": "UUID_c87fae5b-4c64-4950-a729-475ac8e8c361",
+ "total_wall_area": 331.4869463512049,
+ "connected_wall_area": 325.1554677468428,
+ "free_wall_area": 170.46721629757099
+ },
+ "174.4367911764333": {
+ "surface_id": "UUID_f228e9f8-204e-481e-8497-f7cc5376e8f9",
+ "total_wall_area": 66.1788981830321,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "175.6879586441019": {
+ "surface_id": "UUID_237e5085-ffce-4fb6-b842-7a6ec3579fb4",
+ "total_wall_area": 73.0523814392497,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "175.0824412064705": {
+ "surface_id": "UUID_10bb7bad-e3d0-4d98-904f-38f4577d784e",
+ "total_wall_area": 41.75402152257935,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "265.2126394119938": {
+ "surface_id": "UUID_6197ffd6-cf26-4184-b6b8-b29ba776c095",
+ "total_wall_area": 578.0280377440248,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "265.20453616189684": {
+ "surface_id": "UUID_6be32d84-3929-4fe6-9067-b53547bf89ea",
+ "total_wall_area": 40.391057637860236,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY50000E9r": {
+ "gml_id": "DEBE3D04YY50000E9r"
+ },
+ "DEBE3D04YY50000GtN": {
+ "gml_id": "DEBE3D04YY50000GtN",
+ "21.434063922473285": {
+ "surface_id": "UUID_d29cab92-cb43-4e93-a142-3f83de622592",
+ "total_wall_area": 47.49840114243429,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "21.42817491903105": {
+ "surface_id": "UUID_4cf83ed9-bdef-42a4-8551-56616c3b7827",
+ "total_wall_area": 224.48760933039523,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "111.70581199784573": {
+ "surface_id": "UUID_9b9b2194-39e4-4cb4-a225-99128c028bbb",
+ "total_wall_area": 178.78760485265175,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "201.4275347082955": {
+ "surface_id": "UUID_283b0bc4-14c7-4767-8bdf-eeb0ebeaec2f",
+ "total_wall_area": 224.73630898033014,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "201.43406393945273": {
+ "surface_id": "UUID_2ad29d4f-a37a-4559-9e07-533c8d660ca2",
+ "total_wall_area": 47.43696941724848,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "201.42529377284987": {
+ "surface_id": "UUID_41c0d0f7-5d37-4d52-9e02-232317bafad5",
+ "total_wall_area": 13.761218912934128,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "291.86543503415726": {
+ "surface_id": "UUID_5fe04936-16b8-4ae1-b833-2ed593001179",
+ "total_wall_area": 0.2916402651560322,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "291.8807339745697": {
+ "surface_id": "UUID_495e76ac-c3d3-4878-a2fb-982702da73fd",
+ "total_wall_area": 7.856467241742103,
+ "connected_wall_area": 162.37561381472338,
+ "free_wall_area": 0.00014533728946641844
+ },
+ "21.425293831382334": {
+ "surface_id": "UUID_01eace8a-1628-4eb5-8a4e-b49807938a9d",
+ "total_wall_area": 13.779464771491737,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "111.70582672496772": {
+ "surface_id": "UUID_270323ec-7f67-4853-8533-0446a6ef1924",
+ "total_wall_area": 8.149083092728818,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY50000CMU": {
+ "gml_id": "DEBE3D04YY50000CMU"
+ },
+ "DEBE3D04YY5000068O": {
+ "gml_id": "DEBE3D04YY5000068O"
+ },
+ "DEBE3D04YY50000KSa": {
+ "gml_id": "DEBE3D04YY50000KSa",
+ "14.685618968473591": {
+ "surface_id": "UUID_85afb6f6-29a7-4b89-9dcf-b597cf69af1a",
+ "total_wall_area": 29.808679386664668,
+ "connected_wall_area": 5.712786658705222,
+ "free_wall_area": 24.095892727959445
+ },
+ "102.45274900701042": {
+ "surface_id": "UUID_048754ef-87bc-449f-bb55-9ab6cd11a315",
+ "total_wall_area": 19.80625508846829,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "196.5295934312458": {
+ "surface_id": "UUID_64016eb0-a3ea-4793-85bd-08c2971bfd26",
+ "total_wall_area": 30.54882080316293,
+ "connected_wall_area": 21.243128641126567,
+ "free_wall_area": 9.305692162036362
+ },
+ "284.5407753479277": {
+ "surface_id": "UUID_f965e099-8f20-4a43-9c1a-eb1072a5a6ae",
+ "total_wall_area": 16.91028788139851,
+ "connected_wall_area": 16.908981593121958,
+ "free_wall_area": 0.0013062882765524364
+ }
+ },
+ "DEBE3D04YY50000JQ4": {
+ "gml_id": "DEBE3D04YY50000JQ4",
+ "21.426269398836766": {
+ "surface_id": "UUID_aad07172-6a2f-4c5d-a554-fde4e0e7fff3",
+ "total_wall_area": 281.90588154021907,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "111.68252283205766": {
+ "surface_id": "UUID_0748771e-6821-49e2-92c0-b53277c0d5d1",
+ "total_wall_area": 181.15032217949587,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "201.4282245701656": {
+ "surface_id": "UUID_4a7ed7b8-84c9-49b0-b383-528b3b33f1dc",
+ "total_wall_area": 282.53527880269803,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "291.5617036622508": {
+ "surface_id": "UUID_c4ec3df6-2820-462a-b2cd-be7fd1d35b47",
+ "total_wall_area": 181.13384405799678,
+ "connected_wall_area": 157.41975040679773,
+ "free_wall_area": 23.71409365119905
+ },
+ "111.6825228320937": {
+ "surface_id": "UUID_edf8bf83-dfd1-404f-a45f-03e03a9c1123",
+ "total_wall_area": 7.928933184993472,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "291.56170366222057": {
+ "surface_id": "UUID_2c1d04cc-ed25-451b-bd64-92af233e7bea",
+ "total_wall_area": 7.928454780708143,
+ "connected_wall_area": 7.657517392845967,
+ "free_wall_area": 0.27093738786217614
+ }
+ },
+ "DEBE3D04YY50000Ibr": {
+ "gml_id": "DEBE3D04YY50000Ibr",
+ "355.98643266935863": {
+ "surface_id": "UUID_3ef9d955-921b-494e-903a-044dfef4b97e",
+ "total_wall_area": 335.01473016790464,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "85.43444660310803": {
+ "surface_id": "UUID_4f536753-f825-4f9d-99d4-8009a5ebe264",
+ "total_wall_area": 208.31136975622485,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "175.80772408935172": {
+ "surface_id": "UUID_cf004bdb-b2d0-4cc5-88f4-a3cd7993caa1",
+ "total_wall_area": 340.3501773643238,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "265.6872304374542": {
+ "surface_id": "UUID_91168dc8-3017-4cc9-abe0-a8791d7d4227",
+ "total_wall_area": 209.12918159783638,
+ "connected_wall_area": 181.58391132322498,
+ "free_wall_area": 27.545270274611397
+ },
+ "265.68717712045566": {
+ "surface_id": "UUID_7e6ddb95-179f-4a69-b730-40783e7b8e08",
+ "total_wall_area": 24.3495920456692,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY50000BjD": {
+ "gml_id": "DEBE3D04YY50000BjD"
+ },
+ "DEBE3D04YY50000Lx7": {
+ "gml_id": "DEBE3D04YY50000Lx7",
+ "283.3820860246956": {
+ "surface_id": "UUID_96d5fc54-6248-4ae0-96f4-51566b65b30e",
+ "total_wall_area": 5.421926582842839,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "285.6248489538182": {
+ "surface_id": "UUID_e014d825-039d-4465-8456-0b88c05590a1",
+ "total_wall_area": 129.50724663517548,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "194.94884241462162": {
+ "surface_id": "UUID_e18a1b5e-cc9c-4eff-b19a-7b221de5a313",
+ "total_wall_area": 49.553584113915264,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "285.43642302843165": {
+ "surface_id": "UUID_a11fe717-9028-40e0-83b9-2b0de233582a",
+ "total_wall_area": 31.24398721891488,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "285.27564501019333": {
+ "surface_id": "UUID_3a8ca97f-a8bc-4fb9-b44d-c8ac2ad4d1b9",
+ "total_wall_area": 31.241967435375372,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "285.15249951105113": {
+ "surface_id": "UUID_fbce44bb-0cdb-4ec9-a130-f841721670da",
+ "total_wall_area": 31.245746368499507,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "13.967948934464516": {
+ "surface_id": "UUID_16657995-de1b-4500-9c19-40a10ebc0b70",
+ "total_wall_area": 263.99108246484303,
+ "connected_wall_area": 262.45819898505385,
+ "free_wall_area": 1.5328834797891773
+ },
+ "14.014249003705032": {
+ "surface_id": "UUID_7b07776a-abd7-46b3-8519-a0051f9935af",
+ "total_wall_area": 13.43786799683052,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "105.61002124342383": {
+ "surface_id": "UUID_52dbdb96-e5da-4b45-a21a-9a5a9c5c7485",
+ "total_wall_area": 71.37400109313515,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "197.380893794766": {
+ "surface_id": "UUID_7f2fab67-a5d3-4538-b8c0-b81574df3df7",
+ "total_wall_area": 40.58391054742837,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "104.83012477177812": {
+ "surface_id": "UUID_a1911e72-8d30-44d0-8954-e819dbfa465c",
+ "total_wall_area": 142.59435711970815,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "12.094757071844455": {
+ "surface_id": "UUID_9a2778d1-a237-40e4-8ff4-3782a64b40e5",
+ "total_wall_area": 25.8846875753645,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "104.59589140216082": {
+ "surface_id": "UUID_9465ce98-81c5-47bd-9a8e-bd9ff1b9f073",
+ "total_wall_area": 143.6501709848575,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "104.6015830233805": {
+ "surface_id": "UUID_9827ad70-404f-4a14-8780-a6df093fd969",
+ "total_wall_area": 63.78267781784734,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "104.59768669128732": {
+ "surface_id": "UUID_a9083ca5-e53f-438e-a598-3ed0a99a0d32",
+ "total_wall_area": 11.055175285970252,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "195.02129309844568": {
+ "surface_id": "UUID_d0a699d7-bd99-442c-949d-0e54e34b7901",
+ "total_wall_area": 234.9472072806026,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "285.3955492586615": {
+ "surface_id": "UUID_dec3bab2-c0f2-41bc-8d5f-f3b05a8e60fe",
+ "total_wall_area": 9.13309781919165,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "285.39183071375123": {
+ "surface_id": "UUID_fa288575-0fa7-46fa-b02d-7e099df7c066",
+ "total_wall_area": 64.10702413076493,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "285.40510730668984": {
+ "surface_id": "UUID_42579a62-1106-4f03-a4af-7e4229d86c96",
+ "total_wall_area": 28.503634307270453,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "14.756594681819465": {
+ "surface_id": "UUID_0611fcbd-d638-4aa9-a28c-491ddb1d228f",
+ "total_wall_area": 47.59599231351411,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "286.4017487370613": {
+ "surface_id": "UUID_17f487fe-a8eb-41f5-8f3b-b077fb63a335",
+ "total_wall_area": 78.86314036977167,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "192.43956203019496": {
+ "surface_id": "UUID_c58eb28b-5a85-49b3-a01f-74c8c5529fe1",
+ "total_wall_area": 11.848493932238009,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "200.4245727374539": {
+ "surface_id": "UUID_df3440fb-3fc1-405a-94da-46b07c3e1eb0",
+ "total_wall_area": 5.424303919434742,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "216.8698976301497": {
+ "surface_id": "UUID_37f2aa96-d7bc-4e97-ad30-ab5c4e15b634",
+ "total_wall_area": 5.42359498590231,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "233.44441775034673": {
+ "surface_id": "UUID_fb771cad-bbed-4def-ac02-5a742c75e847",
+ "total_wall_area": 5.427930501094608,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "250.07441935901062": {
+ "surface_id": "UUID_06f1f2f6-bbcb-4d35-b993-14f5bde3d732",
+ "total_wall_area": 5.429597032014879,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "266.63353934500367": {
+ "surface_id": "UUID_eeb0e657-c239-4179-b9b4-4f0c8637578d",
+ "total_wall_area": 5.432970290314012,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY50000Qdy": {
+ "gml_id": "DEBE3D04YY50000Qdy",
+ "119.63381562554952": {
+ "surface_id": "UUID_133d3858-12dc-4d26-a850-a7c91131d3da",
+ "total_wall_area": 55.71720726752501,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "29.677968575620262": {
+ "surface_id": "UUID_194d41b1-4fbe-411b-8fe7-5353cd3023bc",
+ "total_wall_area": 57.06376453462607,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "29.66509808009073": {
+ "surface_id": "UUID_5862ae14-d954-424e-84e0-350b526b851b",
+ "total_wall_area": 57.76007305125198,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "118.17858989401259": {
+ "surface_id": "UUID_56d0b2b2-2a00-4915-bc1c-639c7d3dcbe2",
+ "total_wall_area": 1.7655171757577883,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "118.06519195554574": {
+ "surface_id": "UUID_969afd3c-9531-43be-b041-939f12de4ea1",
+ "total_wall_area": 188.31169894102558,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "118.1353407530911": {
+ "surface_id": "UUID_0733e9e0-713c-4a36-ae93-c02bc7128335",
+ "total_wall_area": 6.954168143311644,
+ "connected_wall_area": 5.893530117451506,
+ "free_wall_area": 1.060638025860138
+ },
+ "118.05783553888404": {
+ "surface_id": "UUID_9534a0db-acff-40f0-bbde-973bf1c1c8b4",
+ "total_wall_area": 21.309320165692597,
+ "connected_wall_area": 18.081349792229712,
+ "free_wall_area": 3.2279703734628846
+ },
+ "210.03023462251895": {
+ "surface_id": "UUID_e99fb134-bc15-482f-a960-78607d8b3e13",
+ "total_wall_area": 108.43207499386928,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "210.02767826529785": {
+ "surface_id": "UUID_60b10910-a53a-4a3b-8dbc-857376e3a577",
+ "total_wall_area": 243.48730328142807,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "299.9493462258198": {
+ "surface_id": "UUID_8ce56388-62e9-41e4-9fe0-dd4902f7918a",
+ "total_wall_area": 182.87235308906796,
+ "connected_wall_area": 182.87235310581593,
+ "free_wall_area": 79.15527150595656
+ },
+ "284.152480062872": {
+ "surface_id": "UUID_d5d9aaf1-02ee-4a44-9d86-b0ca071670f8",
+ "total_wall_area": 28.794135125316664,
+ "connected_wall_area": 28.794135078003922,
+ "free_wall_area": 4.731274216851489e-08
+ },
+ "284.22077028725056": {
+ "surface_id": "UUID_a27fb3ea-cef3-4d9b-b94b-c8f4da614cab",
+ "total_wall_area": 5.580903195644104,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "29.6629877917119": {
+ "surface_id": "UUID_d3adaafb-b086-45a7-94b0-6df407c27e3b",
+ "total_wall_area": 181.67709778108718,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "299.6669246889496": {
+ "surface_id": "UUID_22fbb3d3-a7e7-42c2-b4da-8b53a30dcb86",
+ "total_wall_area": 55.737042277017935,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "29.657996821525217": {
+ "surface_id": "UUID_b706669e-c324-463d-a76e-d2e534205c21",
+ "total_wall_area": 57.586989981817666,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY50000Fnx": {
+ "gml_id": "DEBE3D04YY50000Fnx",
+ "265.68836116728744": {
+ "surface_id": "UUID_b4da6cf9-530b-47a7-99d9-aafbb089f7c0",
+ "total_wall_area": 11.793851958650377,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "355.71398220743964": {
+ "surface_id": "UUID_df366ac1-0cfc-46b7-9bd7-044bdd1409e7",
+ "total_wall_area": 32.09053234311764,
+ "connected_wall_area": 32.09053234082439,
+ "free_wall_area": 2.293248257956293e-09
+ },
+ "85.70530436741915": {
+ "surface_id": "UUID_685cd328-e8f6-4a22-8c74-87b20538ac07",
+ "total_wall_area": 16.504623814145898,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "85.71311842011954": {
+ "surface_id": "UUID_55b82104-fae8-477f-8822-170b2897fd71",
+ "total_wall_area": 6.037973593282025,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "175.72026664635786": {
+ "surface_id": "UUID_731bcbbe-a0b0-417c-9672-bc33c86ff539",
+ "total_wall_area": 27.666564653278723,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "243.38550112030018": {
+ "surface_id": "UUID_6cde76bf-eca2-4625-b482-b7e9afdaac20",
+ "total_wall_area": 11.611149999858194,
+ "connected_wall_area": 10.787741352342664,
+ "free_wall_area": 0.8234086475155298
+ }
+ },
+ "DEBE3D04YY50000OGM": {
+ "gml_id": "DEBE3D04YY50000OGM"
+ },
+ "DEBE3D04YY50000QXO": {
+ "gml_id": "DEBE3D04YY50000QXO"
+ },
+ "DEBE3D04YY500005Lc": {
+ "gml_id": "DEBE3D04YY500005Lc"
+ },
+ "DEBE3D04YY50000HML": {
+ "gml_id": "DEBE3D04YY50000HML",
+ "284.85223334809706": {
+ "surface_id": "UUID_d8eead54-448b-4b26-a3a1-9a5b1db2a055",
+ "total_wall_area": 15.68198125177712,
+ "connected_wall_area": 14.289837904131035,
+ "free_wall_area": 1.3921433476460852
+ },
+ "285.2910459031141": {
+ "surface_id": "UUID_99064797-4218-4688-9a63-2b8cb1a6b619",
+ "total_wall_area": 153.56378621831612,
+ "connected_wall_area": 29.909729989383877,
+ "free_wall_area": 123.65405622893225
+ },
+ "285.34376605848826": {
+ "surface_id": "UUID_ceb1794f-d7b6-49e7-8e5f-b8e471dc6620",
+ "total_wall_area": 12.04581413775058,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "15.478681406273864": {
+ "surface_id": "UUID_afb8442e-15ec-4bc9-934b-9fa91b6390b5",
+ "total_wall_area": 347.8833557839305,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "106.04996991599586": {
+ "surface_id": "UUID_ec5e900c-b339-4dd3-8eb4-6db19328ede7",
+ "total_wall_area": 179.9137827889547,
+ "connected_wall_area": 179.9137828373932,
+ "free_wall_area": -4.843849410463008e-08
+ },
+ "195.24561218657394": {
+ "surface_id": "UUID_415a40d8-5cf0-4161-ab23-5851730a869d",
+ "total_wall_area": 327.6174901735241,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "195.3101963199749": {
+ "surface_id": "UUID_d6a7bf19-73cf-45cb-85f8-49f50a25fa19",
+ "total_wall_area": 17.772066752774393,
+ "connected_wall_area": 16.194379324121396,
+ "free_wall_area": 1.5776874286529967
+ }
+ },
+ "DEBE3D04YY500005y8": {
+ "gml_id": "DEBE3D04YY500005y8"
+ },
+ "DEBE3D04YY50000RXk": {
+ "gml_id": "DEBE3D04YY50000RXk"
+ },
+ "DEBE3D04YY500003BD": {
+ "gml_id": "DEBE3D04YY500003BD",
+ "93.28567801842092": {
+ "surface_id": "UUID_bda98ade-6cf5-48c2-b466-3e1be988c6c5",
+ "total_wall_area": 27.43376832320184,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "183.53272531477154": {
+ "surface_id": "UUID_8b40fdca-a1fe-4769-ae71-42910392eae3",
+ "total_wall_area": 114.73393121483885,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "183.537050763555": {
+ "surface_id": "UUID_1e42335a-5291-4913-842d-6c666e752de1",
+ "total_wall_area": 68.56325530581725,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "183.51518085408054": {
+ "surface_id": "UUID_dd848d02-3e40-4ba7-8396-3c72b8a41576",
+ "total_wall_area": 31.769070705377157,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "273.62950861325317": {
+ "surface_id": "UUID_d62f04d3-e8d0-4d16-bd72-74da47e3ee11",
+ "total_wall_area": 151.53608931738512,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "183.65928149894575": {
+ "surface_id": "UUID_7708ea54-7ac5-4c40-b60c-9b7f68bff73a",
+ "total_wall_area": 18.760448285627607,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "273.57030823016555": {
+ "surface_id": "UUID_38bf72e1-ce30-429d-9d5f-f0a4b94447e5",
+ "total_wall_area": 190.6870235202912,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "3.6806222153745694": {
+ "surface_id": "UUID_0cde748f-84c4-4a6f-9e2a-1e07dba504dd",
+ "total_wall_area": 18.65610533781855,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "273.3695505509263": {
+ "surface_id": "UUID_1c50bfbe-85cc-458c-b2f7-af0b06e4ee5d",
+ "total_wall_area": 144.4250132918567,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "2.5913595517710206": {
+ "surface_id": "UUID_a31bbb78-5e95-42ee-a9ba-3d9147bbb273",
+ "total_wall_area": 31.55759081385326,
+ "connected_wall_area": 31.539779206525374,
+ "free_wall_area": 0.01781160732788578
+ },
+ "2.574041743813126": {
+ "surface_id": "UUID_1081417a-8a2a-401c-8e60-d3ef453cfc42",
+ "total_wall_area": 68.7366289304079,
+ "connected_wall_area": 64.11895666284383,
+ "free_wall_area": 4.617672267564075
+ },
+ "2.5887996135536753": {
+ "surface_id": "UUID_0818c430-0cbe-4f7e-9dff-ee386847d387",
+ "total_wall_area": 114.67224237794409,
+ "connected_wall_area": 114.42062176097957,
+ "free_wall_area": 0.2516206169645159
+ },
+ "93.50002261219578": {
+ "surface_id": "UUID_a7ca985c-5c3c-4fad-a329-69de70a9e585",
+ "total_wall_area": 416.88381037910773,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "93.73139700049205": {
+ "surface_id": "UUID_c6522065-97c5-451d-bf2a-4b7022b64556",
+ "total_wall_area": 32.322224656414086,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY500006ls": {
+ "gml_id": "DEBE3D04YY500006ls",
+ "91.3285381843396": {
+ "surface_id": "UUID_da2ee864-e9e2-44c0-b337-afe9ee9bef5e",
+ "total_wall_area": 19.313562259524655,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "181.32255781514158": {
+ "surface_id": "UUID_580f1381-0baf-4df1-8f1e-e044f67d152a",
+ "total_wall_area": 116.30445554661539,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "271.3019526706658": {
+ "surface_id": "UUID_f7f33491-23ac-44b2-993d-819439a1c408",
+ "total_wall_area": 2.468509290023497,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "271.33221985369346": {
+ "surface_id": "UUID_d075ebad-8a17-481b-8f84-a6d386b1145a",
+ "total_wall_area": 16.849869136992666,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "1.3225578151395183": {
+ "surface_id": "UUID_d17d7274-141a-4f3c-9bee-4a93ea11b78b",
+ "total_wall_area": 103.65782948063084,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY50000BAQ": {
+ "gml_id": "DEBE3D04YY50000BAQ"
+ },
+ "DEBE3D04YY50000L1T": {
+ "gml_id": "DEBE3D04YY50000L1T"
+ },
+ "DEBE3D04YY50000AWJ": {
+ "gml_id": "DEBE3D04YY50000AWJ"
+ },
+ "DEBE3D04YY50000Cyx": {
+ "gml_id": "DEBE3D04YY50000Cyx"
+ },
+ "DEBE3D04YY500008VN": {
+ "gml_id": "DEBE3D04YY500008VN"
+ },
+ "DEBE3D04YY500009iU": {
+ "gml_id": "DEBE3D04YY500009iU",
+ "266.91853608044323": {
+ "surface_id": "UUID_e365cb95-992d-4447-ac9a-53c390e63c4a",
+ "total_wall_area": 14.083195714950497,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "356.9323207086532": {
+ "surface_id": "UUID_f6192769-6150-42aa-8a83-98bf2916fe48",
+ "total_wall_area": 10.907507267617385,
+ "connected_wall_area": 10.749179386303762,
+ "free_wall_area": 0.15832788131362285
+ },
+ "356.9280812015255": {
+ "surface_id": "UUID_7888c62b-d9e1-4f23-8511-3b9759582551",
+ "total_wall_area": 6.231062695316012,
+ "connected_wall_area": 5.88149738861527,
+ "free_wall_area": 0.34956530670074226
+ },
+ "85.45336716790193": {
+ "surface_id": "UUID_6a198820-5237-49c1-bddc-32a54e65f6c1",
+ "total_wall_area": 14.084212950413963,
+ "connected_wall_area": 13.283362085072822,
+ "free_wall_area": 0.8008508653411415
+ },
+ "176.91878080167749": {
+ "surface_id": "UUID_e52606eb-b1b9-4141-8bbf-de64ee811e4a",
+ "total_wall_area": 17.498692107470355,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY50000Exx": {
+ "gml_id": "DEBE3D04YY50000Exx"
+ },
+ "DEBE3D04YY500000uD": {
+ "gml_id": "DEBE3D04YY500000uD"
+ },
+ "DEBE3D04YY50000JUQ": {
+ "gml_id": "DEBE3D04YY50000JUQ"
+ },
+ "DEBE3D04YY50000Jzy": {
+ "gml_id": "DEBE3D04YY50000Jzy"
+ },
+ "DEBE3D04YY500005Ha": {
+ "gml_id": "DEBE3D04YY500005Ha"
+ },
+ "DEBE3D04YY50002bng": {
+ "gml_id": "DEBE3D04YY50002bng",
+ "15.00021080247501": {
+ "surface_id": "UUID_1726fd86-6ba6-406f-97bf-fa9def541299",
+ "total_wall_area": 46.44011786908377,
+ "connected_wall_area": 42.2100378845334,
+ "free_wall_area": 4.230079984550372
+ },
+ "110.2016554550462": {
+ "surface_id": "UUID_6162cab0-0b44-4478-a4e5-1d436dd9f6bf",
+ "total_wall_area": 21.200713304464642,
+ "connected_wall_area": 21.200713312731473,
+ "free_wall_area": -8.266830775482958e-09
+ },
+ "200.54089275878135": {
+ "surface_id": "UUID_80f3a80e-698f-4708-af8e-1081230af0a2",
+ "total_wall_area": 52.41752099556757,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "290.1768596244165": {
+ "surface_id": "UUID_3a7e56f8-e245-4db0-85d2-30cb579570f1",
+ "total_wall_area": 6.488826688299051,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "9.613156913724481": {
+ "surface_id": "UUID_7bc42bf9-578c-45f0-ae56-64b1a04af77a",
+ "total_wall_area": 1.4359997190403109,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "292.0582013298006": {
+ "surface_id": "UUID_7297d4ee-99b9-4bdf-8e14-579cbbca7673",
+ "total_wall_area": 9.960953423911485,
+ "connected_wall_area": 8.648052827613537,
+ "free_wall_area": 1.3129005962979488
+ }
+ },
+ "DEBE3D04YY50000PNl": {
+ "gml_id": "DEBE3D04YY50000PNl"
+ },
+ "DEBE3D04YY500008AI": {
+ "gml_id": "DEBE3D04YY500008AI"
+ },
+ "DEBE3D04YY50000GVa": {
+ "gml_id": "DEBE3D04YY50000GVa"
+ },
+ "DEBE3D04YY50002cJf": {
+ "gml_id": "DEBE3D04YY50002cJf",
+ "176.52706998482716": {
+ "surface_id": "UUID_be58e397-0bb5-4c51-85e8-e775d2dc2170",
+ "total_wall_area": 0.15042024369544402,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "266.9016189811918": {
+ "surface_id": "UUID_dde92264-93c5-418e-8d43-d8d34c13f33c",
+ "total_wall_area": 0.1459373300552074,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "356.53098227166123": {
+ "surface_id": "UUID_91c4a4f3-5406-4d44-9dd5-fc3523a371cc",
+ "total_wall_area": 0.15166390119308268,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "86.52692515872559": {
+ "surface_id": "UUID_10c0ca5f-92d3-4682-89fa-66383bf72333",
+ "total_wall_area": 0.14806995044028493,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY500003rP": {
+ "gml_id": "DEBE3D04YY500003rP",
+ "111.56888929742587": {
+ "surface_id": "UUID_e4b113b7-4ebc-4e44-9db7-eb890b36aea5",
+ "total_wall_area": 6.152397039469866,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "111.56758197333278": {
+ "surface_id": "UUID_e0afacd9-d7f3-422d-a746-a0716988f565",
+ "total_wall_area": 184.84424138037727,
+ "connected_wall_area": 165.0772677996437,
+ "free_wall_area": 177.1867239875313
+ },
+ "201.42924912643372": {
+ "surface_id": "UUID_31e91cda-443b-4e3c-ad17-65a2b9ea9d16",
+ "total_wall_area": 333.6133096585252,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "291.9216724077985": {
+ "surface_id": "UUID_6e2cbd2b-baa9-4d16-998f-df3eb96d5d63",
+ "total_wall_area": 233.938012878539,
+ "connected_wall_area": 233.93801289714105,
+ "free_wall_area": -1.8602037243908853e-08
+ },
+ "21.427630578487097": {
+ "surface_id": "UUID_4f79b3af-58e1-446c-bc8c-39769657aadd",
+ "total_wall_area": 36.26526850743166,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "111.56338684781394": {
+ "surface_id": "UUID_741d9122-ceaf-4dbe-a3ab-33b47ff71b59",
+ "total_wall_area": 22.01293966538335,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "291.9227699155192": {
+ "surface_id": "UUID_dc6de5d3-37f2-442a-b81a-73bf7810aa6c",
+ "total_wall_area": 28.163273048806015,
+ "connected_wall_area": 20.418508961804964,
+ "free_wall_area": 7.744764087001052
+ }
+ },
+ "DEBE3D04YY50000G12": {
+ "gml_id": "DEBE3D04YY50000G12"
+ },
+ "DEBE3D04YY50000PyU": {
+ "gml_id": "DEBE3D04YY50000PyU"
+ },
+ "DEBE3D04YY50000IeR": {
+ "gml_id": "DEBE3D04YY50000IeR"
+ },
+ "DEBE3D04YY500005Xu": {
+ "gml_id": "DEBE3D04YY500005Xu",
+ "286.6016800606698": {
+ "surface_id": "UUID_82aa75f7-0846-4a37-be83-712700e0e74c",
+ "total_wall_area": 7.4583555434678015,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "16.873661606412284": {
+ "surface_id": "UUID_505a4191-bf26-4074-9229-355121a1e233",
+ "total_wall_area": 15.932691300943153,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "106.88763130982": {
+ "surface_id": "UUID_7a6c9b7f-3403-4823-8f13-8b5097506677",
+ "total_wall_area": 6.288853540581626,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "196.5808331308545": {
+ "surface_id": "UUID_83ee2665-a403-49c7-9291-4c359c501b25",
+ "total_wall_area": 3.9661276643420464,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "196.5206591363399": {
+ "surface_id": "UUID_acc27289-1d06-4146-905e-62726cd85589",
+ "total_wall_area": 11.940819689711567,
+ "connected_wall_area": 11.940819693431902,
+ "free_wall_area": -3.7203342628799874e-09
+ }
+ },
+ "DEBE3D04YY50000Msk": {
+ "gml_id": "DEBE3D04YY50000Msk",
+ "291.59223374553926": {
+ "surface_id": "UUID_627e5293-8ed7-4ade-a82c-3d97ae1be981",
+ "total_wall_area": 463.71204279700595,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "22.062084587911926": {
+ "surface_id": "UUID_631229a1-0ac2-45f3-ad10-b8ba3d62549b",
+ "total_wall_area": 179.4920669243194,
+ "connected_wall_area": 177.95332091577043,
+ "free_wall_area": 140.73576255350852
+ },
+ "111.54349613483708": {
+ "surface_id": "UUID_b04ce737-a44b-4a71-8d1b-cccc05952447",
+ "total_wall_area": 461.21036704556377,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "201.2641741243611": {
+ "surface_id": "UUID_b126b0f5-e8a8-4702-ba11-99f5a0633199",
+ "total_wall_area": 179.8813005188465,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY50000Lg8": {
+ "gml_id": "DEBE3D04YY50000Lg8",
+ "309.12969568295796": {
+ "surface_id": "UUID_ea898668-3578-4c19-a0fb-33a69b3dc1f9",
+ "total_wall_area": 17.8059900750577,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "39.111141521783416": {
+ "surface_id": "UUID_8b7e37e3-7a92-4914-b244-ccd389eb157e",
+ "total_wall_area": 62.60688925327415,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "107.70819144390146": {
+ "surface_id": "UUID_c5632876-9f2d-4579-84a8-ba56e119f074",
+ "total_wall_area": 19.913123519331535,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "219.67213611970806": {
+ "surface_id": "UUID_818c2a7d-49ba-44cd-b09e-6cbd1fef0e40",
+ "total_wall_area": 37.491241466902004,
+ "connected_wall_area": 37.49124147440101,
+ "free_wall_area": -7.499004084365879e-09
+ },
+ "219.6338752652541": {
+ "surface_id": "UUID_fbdb0505-8249-4638-820b-cb973aa461e4",
+ "total_wall_area": 24.019992206155102,
+ "connected_wall_area": 24.019992203412606,
+ "free_wall_area": 2.742496008067974e-09
+ },
+ "220.10366426430224": {
+ "surface_id": "UUID_83c6dd9c-bb88-4155-ad43-532754c2c267",
+ "total_wall_area": 8.353935647181604,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY50002c04": {
+ "gml_id": "DEBE3D04YY50002c04",
+ "298.60747271836937": {
+ "surface_id": "UUID_0782c394-7bc3-46a0-a02c-0aa33d674184",
+ "total_wall_area": 23.62622941847841,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "28.608061542647867": {
+ "surface_id": "UUID_22bf0496-4a07-4b18-9095-286f2b8f6be1",
+ "total_wall_area": 29.42747750254976,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "298.64491770117": {
+ "surface_id": "UUID_ffb383e8-8da1-4227-a9d3-35e0ed111871",
+ "total_wall_area": 26.624161565537104,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "28.63019868639629": {
+ "surface_id": "UUID_8b7aeede-d53d-463a-b5fc-18c1bdff6c42",
+ "total_wall_area": 21.45107056902204,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "118.61888365611958": {
+ "surface_id": "UUID_d7369165-df89-44d2-8e4d-b2849d196c44",
+ "total_wall_area": 50.26556374785213,
+ "connected_wall_area": 49.705374730339244,
+ "free_wall_area": 0.560189017512883
+ },
+ "208.63264905608074": {
+ "surface_id": "UUID_e2c5f39d-42b8-4f6c-bc53-7941fe525312",
+ "total_wall_area": 50.887589351114926,
+ "connected_wall_area": 50.32046811672525,
+ "free_wall_area": 0.5671212343896741
+ }
+ },
+ "DEBE3D04YY500004jI": {
+ "gml_id": "DEBE3D04YY500004jI"
+ },
+ "DEBE3D04YY500008pH": {
+ "gml_id": "DEBE3D04YY500008pH",
+ "45.063946153401226": {
+ "surface_id": "UUID_336021c8-0bc5-441c-a165-98b419503809",
+ "total_wall_area": 25.259091844514572,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "344.3255365497037": {
+ "surface_id": "UUID_04315609-fb80-4ce1-84f6-2bd45c2d9e86",
+ "total_wall_area": 91.3667565049628,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "163.81410780901967": {
+ "surface_id": "UUID_cfa88791-7284-440f-aeb9-cde0e92af187",
+ "total_wall_area": 0.9672705227402556,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "319.68989340989015": {
+ "surface_id": "UUID_02313016-faea-4311-86f8-1bb385b456ab",
+ "total_wall_area": 0.8249554066229849,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "16.60820014992835": {
+ "surface_id": "UUID_f6b9f19d-8a4b-478f-98b3-1acdc8c299a7",
+ "total_wall_area": 6.173748966265162,
+ "connected_wall_area": 6.17374895253904,
+ "free_wall_area": 1.3726121572688044e-08
+ },
+ "106.88516599636": {
+ "surface_id": "UUID_dab5ad34-8db6-4b48-9ca2-286150a7bb2a",
+ "total_wall_area": 12.964244011312932,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "286.4443642535147": {
+ "surface_id": "UUID_c66c503b-d202-4ff6-916c-85e3ba793f79",
+ "total_wall_area": 26.960179258864386,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "256.3274226494227": {
+ "surface_id": "UUID_3ed0f5ed-eaa2-4fd0-a782-75f01bfedd49",
+ "total_wall_area": 47.05932712384753,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "285.9506377743585": {
+ "surface_id": "UUID_6befbeb6-0cdf-4a4c-b876-8a63dbbef170",
+ "total_wall_area": 148.80809372630105,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "16.60796514706101": {
+ "surface_id": "UUID_fe011dc6-59cc-44de-a80d-98d0a64023c5",
+ "total_wall_area": 205.59645008529137,
+ "connected_wall_area": 205.5964500758797,
+ "free_wall_area": 9.411678547621705e-09
+ },
+ "106.88567320948425": {
+ "surface_id": "UUID_7d5ba2ea-c13e-441a-b1ff-845276ff4319",
+ "total_wall_area": 402.823782199462,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "163.81381073880732": {
+ "surface_id": "UUID_94167966-e5ae-44a0-9538-b7edbba5587c",
+ "total_wall_area": 245.85295576543555,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "233.8898293042073": {
+ "surface_id": "UUID_415ee984-67ef-48dc-badd-3f9a31ddc037",
+ "total_wall_area": 374.3995822737795,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "319.69003731930763": {
+ "surface_id": "UUID_8350da72-2c1c-4824-abbe-13ab1347b206",
+ "total_wall_area": 210.19196340345175,
+ "connected_wall_area": 148.1301094286737,
+ "free_wall_area": 62.061853974778046
+ },
+ "55.63190755868187": {
+ "surface_id": "UUID_6b8bd359-0a14-49a3-9606-29c67c9c61d4",
+ "total_wall_area": 97.1279922530799,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "73.67502993237892": {
+ "surface_id": "UUID_7c6c4c4c-a23a-4e6b-b263-10a283c6cf57",
+ "total_wall_area": 52.89292682544262,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY500001jd": {
+ "gml_id": "DEBE3D04YY500001jd",
+ "175.8058172342952": {
+ "surface_id": "UUID_5f92b583-9fe8-4483-9227-4df104e366f7",
+ "total_wall_area": 9.848374854697195,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "84.57865366812626": {
+ "surface_id": "UUID_abdbec9e-3a39-481b-b22b-13232b2b9d16",
+ "total_wall_area": 36.29914709188063,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "356.00266152424524": {
+ "surface_id": "UUID_a46c1385-400b-41f1-a12f-b4c2527cc82d",
+ "total_wall_area": 96.51494792444726,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "85.81508387790747": {
+ "surface_id": "UUID_587b4cac-c292-43f2-974c-defa95ebda8c",
+ "total_wall_area": 5.047232318122801,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "355.8403576473791": {
+ "surface_id": "UUID_f0a5642d-e654-4219-bb5c-1895580072e2",
+ "total_wall_area": 6.319095657031309,
+ "connected_wall_area": 5.079595585288599,
+ "free_wall_area": 1.23950007174271
+ },
+ "85.83386832488532": {
+ "surface_id": "UUID_82931913-9888-47c8-bb6e-bad31baabbe2",
+ "total_wall_area": 24.899083470961212,
+ "connected_wall_area": 21.866171278343074,
+ "free_wall_area": 3.032912192618138
+ },
+ "178.12098244824847": {
+ "surface_id": "UUID_35736492-25a2-4dd6-a690-f350a020754e",
+ "total_wall_area": 6.739879095579702,
+ "connected_wall_area": 5.370082042733879,
+ "free_wall_area": 1.369797052845823
+ },
+ "86.76638787504847": {
+ "surface_id": "UUID_3ac46008-6720-4ac1-8ab1-cfbf1c5f4d27",
+ "total_wall_area": 7.255276555587851,
+ "connected_wall_area": 5.18506292208785,
+ "free_wall_area": 2.0702136335000008
+ },
+ "355.7091768080863": {
+ "surface_id": "UUID_0fde81f1-84b7-440c-b956-0c5551cbfad8",
+ "total_wall_area": 7.001429096592262,
+ "connected_wall_area": 5.576336748238829,
+ "free_wall_area": 1.4250923483534335
+ },
+ "85.81042918294881": {
+ "surface_id": "UUID_99656da8-3b35-43c6-828d-c48103a8b1ad",
+ "total_wall_area": 19.606357271405525,
+ "connected_wall_area": 17.23850337348271,
+ "free_wall_area": 2.3678538979228136
+ },
+ "175.85716229881922": {
+ "surface_id": "UUID_bbc21240-1135-4d34-91ac-b881ab1b91f6",
+ "total_wall_area": 7.5909598097265905,
+ "connected_wall_area": 5.9804892288012805,
+ "free_wall_area": 1.61047058092531
+ },
+ "85.90169874084792": {
+ "surface_id": "UUID_4a933988-c17a-426c-9000-1358b113a9d4",
+ "total_wall_area": 7.902362113083414,
+ "connected_wall_area": 5.506551286779025,
+ "free_wall_area": 2.3958108263043885
+ },
+ "355.8711607046626": {
+ "surface_id": "UUID_78e1e290-b299-4f0b-a4bf-343146c34149",
+ "total_wall_area": 7.73033277149442,
+ "connected_wall_area": 6.096432259413124,
+ "free_wall_area": 1.6339005120812962
+ },
+ "85.80273553196928": {
+ "surface_id": "UUID_70400df6-e9e3-4326-8716-f421a1bfbcec",
+ "total_wall_area": 21.247952584188063,
+ "connected_wall_area": 18.682051760723702,
+ "free_wall_area": 2.5659008234643608
+ },
+ "175.84645938378787": {
+ "surface_id": "UUID_04636a20-777c-43e7-882b-1ad4e6657f94",
+ "total_wall_area": 8.362478750748533,
+ "connected_wall_area": 6.075410082206702,
+ "free_wall_area": 2.2870686685418313
+ },
+ "85.88394114867135": {
+ "surface_id": "UUID_366cd663-4785-47a7-919d-005cc5f4dda3",
+ "total_wall_area": 8.780597734873274,
+ "connected_wall_area": 6.154464178514203,
+ "free_wall_area": 2.62613355635907
+ },
+ "355.81065714566523": {
+ "surface_id": "UUID_7c8a9519-eab8-41b6-8692-e5705530ca77",
+ "total_wall_area": 7.730926395487561,
+ "connected_wall_area": 5.601497739958725,
+ "free_wall_area": 2.1294286555288364
+ },
+ "85.82024911922717": {
+ "surface_id": "UUID_3743a9cb-fe79-49d7-b237-1ed334603472",
+ "total_wall_area": 19.876936698685746,
+ "connected_wall_area": 14.871882767458917,
+ "free_wall_area": 5.005053931226829
+ },
+ "175.79903993089204": {
+ "surface_id": "UUID_f319eb9a-42a5-4154-88b9-94d5c380e4f6",
+ "total_wall_area": 7.821318933430745,
+ "connected_wall_area": 5.664798643751354,
+ "free_wall_area": 2.156520289679391
+ },
+ "85.85304283067154": {
+ "surface_id": "UUID_edee6e09-f1cf-4291-a4d2-0d033988fbd2",
+ "total_wall_area": 8.715287900466386,
+ "connected_wall_area": 6.103895940251843,
+ "free_wall_area": 2.611391960214543
+ },
+ "355.8270155258759": {
+ "surface_id": "UUID_dc84a2bf-dc7a-434a-870d-4d785f0b1a01",
+ "total_wall_area": 7.648697469891648,
+ "connected_wall_area": 5.535844082633502,
+ "free_wall_area": 2.112853387258146
+ },
+ "87.43752453091112": {
+ "surface_id": "UUID_c541f6e9-0739-49df-b391-6009ebf34fe7",
+ "total_wall_area": 32.40407698611964,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "177.10946979969026": {
+ "surface_id": "UUID_4673bfac-a3eb-4ad4-9968-86b72a647d63",
+ "total_wall_area": 121.55611117146597,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "265.45479907061895": {
+ "surface_id": "UUID_a0d73538-8563-41cc-9b71-acc021595d7a",
+ "total_wall_area": 203.7594938030954,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "355.83339365660436": {
+ "surface_id": "UUID_bea3d6da-6d95-4429-a523-0a8079431c3c",
+ "total_wall_area": 30.528888059384247,
+ "connected_wall_area": 29.130191293722596,
+ "free_wall_area": 1.3986967656616507
+ },
+ "85.8474111581773": {
+ "surface_id": "UUID_81ad62e1-4bbc-4816-92c8-bde6d318f59b",
+ "total_wall_area": 14.468137676523774,
+ "connected_wall_area": 12.953269716084009,
+ "free_wall_area": 1.5148679604397657
+ }
+ },
+ "DEBE3D04YY50000NvO": {
+ "gml_id": "DEBE3D04YY50000NvO"
+ },
+ "DEBE3D04YY500003I0": {
+ "gml_id": "DEBE3D04YY500003I0"
+ },
+ "DEBE3D04YY50000IJD": {
+ "gml_id": "DEBE3D04YY50000IJD",
+ "289.89350578811593": {
+ "surface_id": "UUID_24580673-158b-494a-98e4-bb1d18f2ee6e",
+ "total_wall_area": 292.9635897856039,
+ "connected_wall_area": 241.20499147411488,
+ "free_wall_area": 51.75859831148904
+ },
+ "95.34039079834497": {
+ "surface_id": "UUID_36e2aab3-44a9-46cc-bc03-d70cada4ccbb",
+ "total_wall_area": 31.098046226830352,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "20.611007823058543": {
+ "surface_id": "UUID_9ce93ea3-0f0d-494a-8bf2-d1475da822f2",
+ "total_wall_area": 54.75058792521904,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "289.6090016850686": {
+ "surface_id": "UUID_f1ab796f-58a2-4758-9206-84a2662fadaa",
+ "total_wall_area": 13.50500536055064,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "21.089340466318717": {
+ "surface_id": "UUID_b269c3d3-6e1d-4291-bea8-88dbadc22be2",
+ "total_wall_area": 137.12000415395636,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "106.55707136892175": {
+ "surface_id": "UUID_ed24d081-7bce-4ca4-a290-ba3d5ca7152f",
+ "total_wall_area": 13.857277230030213,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "16.62331689577553": {
+ "surface_id": "UUID_2edec55c-2d3b-4e06-8243-eca49bc38f04",
+ "total_wall_area": 50.27335179597114,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "29.78367328981536": {
+ "surface_id": "UUID_c0fd2b55-0464-4f65-9b67-b91a00a3ea86",
+ "total_wall_area": 8.220887377212113,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "14.074212927103886": {
+ "surface_id": "UUID_6329b04b-0e10-47e9-8bb5-0b6fde82cddf",
+ "total_wall_area": 8.211635490254817,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "358.1272357199382": {
+ "surface_id": "UUID_a637f303-73c8-44f1-809f-e5f68e84afae",
+ "total_wall_area": 8.238779634825196,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "342.20768616255384": {
+ "surface_id": "UUID_340ec56a-7009-4257-a7b6-c7e2c5258e0e",
+ "total_wall_area": 8.223856848382459,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "326.35330541207486": {
+ "surface_id": "UUID_3625fd98-bec5-4836-a9bd-3aa9f56bb7b6",
+ "total_wall_area": 8.220458727433861,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "310.5673315395776": {
+ "surface_id": "UUID_9515947c-636f-4109-a700-ee9f8dfe4efe",
+ "total_wall_area": 8.211083737605605,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "294.67686319291045": {
+ "surface_id": "UUID_562356f3-1cdb-47b1-8a60-41dec35d083b",
+ "total_wall_area": 8.222418141596393,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "288.48241839969836": {
+ "surface_id": "UUID_008b3210-879a-449f-8f12-ecdf8108d62b",
+ "total_wall_area": 8.56391221239396,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "301.6075022330805": {
+ "surface_id": "UUID_d49a13a5-8574-48a6-8455-04c12191bb4c",
+ "total_wall_area": 8.562148523198854,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "314.68228175307553": {
+ "surface_id": "UUID_0da7a509-0126-434a-a135-5d4b1f30e7e1",
+ "total_wall_area": 8.583288957977015,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "327.8513377584335": {
+ "surface_id": "UUID_15d2a8f4-4667-4534-ad81-ac9469eb0f6d",
+ "total_wall_area": 8.559590514319598,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "346.31598027822486": {
+ "surface_id": "UUID_3c761468-1f5b-4a30-afd9-d2b7e5c52d0e",
+ "total_wall_area": 13.278174138869357,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "23.716189547388268": {
+ "surface_id": "UUID_97ff3f72-9cd0-40fc-be14-ce6935b65cbb",
+ "total_wall_area": 4.2396431920282005,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "8.560889548918354": {
+ "surface_id": "UUID_b14382e8-dee0-484e-980b-5da9df2c1439",
+ "total_wall_area": 4.220303677183599,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "353.6263604378497": {
+ "surface_id": "UUID_341f5716-593d-4353-ab47-d3e0261b55ea",
+ "total_wall_area": 4.244390157143771,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "338.87528086629345": {
+ "surface_id": "UUID_bf51f6d4-046a-4824-ab47-ddaf95d4c433",
+ "total_wall_area": 4.233404697635889,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "286.3993562973031": {
+ "surface_id": "UUID_270de411-0e46-46d3-b5b2-b1491567d7fd",
+ "total_wall_area": 133.0338527693955,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "202.1228110017909": {
+ "surface_id": "UUID_b862fad3-5c97-49cf-8e68-2a32d21df119",
+ "total_wall_area": 22.282505396463492,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "285.99941364386416": {
+ "surface_id": "UUID_642cf2d6-11f8-4c73-8600-6769faf1e525",
+ "total_wall_area": 62.11074678541498,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "191.83556708660961": {
+ "surface_id": "UUID_190061c4-72e9-42b4-9d75-49ebf5470f5f",
+ "total_wall_area": 12.470855185652775,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "286.915846534206": {
+ "surface_id": "UUID_e4ced0cf-a7cd-4dc5-8584-42f623be0b05",
+ "total_wall_area": 73.33340460864665,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "13.52551662818999": {
+ "surface_id": "UUID_3170f82a-1cb9-4e66-a387-9c1acec3755c",
+ "total_wall_area": 13.430826416911948,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "286.0456249011654": {
+ "surface_id": "UUID_35904867-bea1-4c35-839a-1caab44cbcae",
+ "total_wall_area": 95.13713707256066,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "196.75123074485714": {
+ "surface_id": "UUID_277322e0-e958-4b65-9d21-c934329815d5",
+ "total_wall_area": 111.32212234750443,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "157.80820443818817": {
+ "surface_id": "UUID_02a6efc0-194a-4286-b51b-d56098adc305",
+ "total_wall_area": 20.791049652187024,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "196.99082329827314": {
+ "surface_id": "UUID_13b10279-71b6-4c60-8985-cfa97de208cf",
+ "total_wall_area": 61.655606351620285,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "240.51359416108886": {
+ "surface_id": "UUID_d9a10bce-bc3a-4cf2-8f10-dba89c82ce27",
+ "total_wall_area": 18.506921110745377,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "196.38954033328682": {
+ "surface_id": "UUID_524f678e-24ba-4c0b-a891-d2ea5958ba56",
+ "total_wall_area": 56.45702073227387,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "146.9705848140601": {
+ "surface_id": "UUID_81f74209-4d8f-4869-abd5-e359f8c409a8",
+ "total_wall_area": 48.57299584477414,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "108.50798355747804": {
+ "surface_id": "UUID_dece0251-7d2f-49cc-bf35-1090a59f3d4d",
+ "total_wall_area": 66.79428957539834,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "22.034250288132185": {
+ "surface_id": "UUID_afbb4863-c910-49e7-ac18-54511cc38a2d",
+ "total_wall_area": 14.353526029951441,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "106.91259852657981": {
+ "surface_id": "UUID_2a222948-b762-4eaa-ae62-4d53f5f46382",
+ "total_wall_area": 118.31168816031715,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "193.54165338495466": {
+ "surface_id": "UUID_d61554e8-48cf-4814-91a9-295f44886e84",
+ "total_wall_area": 11.97778603843485,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "107.06092523778267": {
+ "surface_id": "UUID_1f42aade-6ebf-45f9-8f30-78a692c6dd71",
+ "total_wall_area": 88.17614820950624,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "199.6464614517916": {
+ "surface_id": "UUID_44751e29-fa4a-4e48-8aa2-4aa53a0cd5b8",
+ "total_wall_area": 11.745185502144045,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "108.05571853300177": {
+ "surface_id": "UUID_e6f255f8-5796-43ca-b529-e9ebabe980b9",
+ "total_wall_area": 78.25470122258719,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "289.89365748672856": {
+ "surface_id": "UUID_febfc728-7048-49ac-b1fc-fea4dc47c708",
+ "total_wall_area": 90.86222663153525,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "286.86217905753654": {
+ "surface_id": "UUID_b77fa411-b719-4e09-a901-75f79720a164",
+ "total_wall_area": 394.4857720157247,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "17.030023151007896": {
+ "surface_id": "UUID_fc5ccf6d-1ff7-4d62-84a0-4f2bcaec0555",
+ "total_wall_area": 662.9834428208572,
+ "connected_wall_area": 635.5759543064839,
+ "free_wall_area": 345.7506153640972
+ },
+ "106.75053636752091": {
+ "surface_id": "UUID_f3134886-08d2-4706-bd12-ae568d157275",
+ "total_wall_area": 703.3817303035341,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "153.4424291774149": {
+ "surface_id": "UUID_684455fc-ef4c-4920-80f0-f84950641367",
+ "total_wall_area": 153.71286087165166,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "200.1782907266918": {
+ "surface_id": "UUID_8993c112-8350-4c73-9978-543eaecc5532",
+ "total_wall_area": 573.9624476809206,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY500004xw": {
+ "gml_id": "DEBE3D04YY500004xw",
+ "1.060911617091989": {
+ "surface_id": "UUID_53af69a3-8b1d-4798-a712-3676cd57da37",
+ "total_wall_area": 0.2270549227589743,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "337.11487876004935": {
+ "surface_id": "UUID_0c76ce72-5567-4733-b439-794c72afa340",
+ "total_wall_area": 0.22701844001995267,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "313.309795385498": {
+ "surface_id": "UUID_3bad0dba-8b81-4347-96ab-e9571bc7f177",
+ "total_wall_area": 0.22676527289165016,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "289.5285679611464": {
+ "surface_id": "UUID_27c1fd3a-2ae2-4780-8741-3064a1b50c64",
+ "total_wall_area": 0.2263752580035947,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "275.5123927835758": {
+ "surface_id": "UUID_64c802aa-f5f2-4623-aea4-7ea19ee7d47b",
+ "total_wall_area": 1.1488007124956274,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "38.990994032606906": {
+ "surface_id": "UUID_f7307226-d51d-4e96-ad0b-6968a0557794",
+ "total_wall_area": 0.1703787532774766,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "14.945971795735687": {
+ "surface_id": "UUID_dcb91b9b-6a62-49a1-bd95-eb7d4be63f84",
+ "total_wall_area": 1.332556101485157,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "99.93560886437905": {
+ "surface_id": "UUID_15e7346f-42de-4a0b-8aea-160c485669f1",
+ "total_wall_area": 1.108615685347077,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "87.76520113959714": {
+ "surface_id": "UUID_56716997-742e-4c75-b678-5c86fa50e4f1",
+ "total_wall_area": 0.21561899178529698,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "64.7988764575912": {
+ "surface_id": "UUID_67220a65-08d8-4962-afbf-cabff5d41a42",
+ "total_wall_area": 0.21721145880290374,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "42.23614249172261": {
+ "surface_id": "UUID_ba5295f2-6a98-46b8-8879-958d7e6689a1",
+ "total_wall_area": 0.2157700955949357,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "19.316352810034047": {
+ "surface_id": "UUID_67319717-f381-488c-93e5-805aa3c3baa9",
+ "total_wall_area": 0.21605655005576804,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "14.933459613001006": {
+ "surface_id": "UUID_9189c1cf-f4ab-481f-a3bf-3fb1f946b56a",
+ "total_wall_area": 5.697569107454165,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "11.842076353565645": {
+ "surface_id": "UUID_ae736cd2-dda6-4cb1-8db5-ff54e2736418",
+ "total_wall_area": 0.19973700894820312,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "354.2290636824979": {
+ "surface_id": "UUID_dc1d3386-c1e1-4d1b-a63a-278d8c4ee9b5",
+ "total_wall_area": 0.1985945103294643,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "336.129232971104": {
+ "surface_id": "UUID_b8462bf4-3226-468e-8768-7fa3a349e989",
+ "total_wall_area": 0.199980180147972,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "318.2154841657899": {
+ "surface_id": "UUID_ae1876b7-8f49-4f77-af39-ec9ab41bc4fb",
+ "total_wall_area": 0.19873908523445882,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "300.3432488934749": {
+ "surface_id": "UUID_ab0370bc-fe67-4b0a-a5f3-562fdc420433",
+ "total_wall_area": 0.19972320891480697,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "284.4257102859232": {
+ "surface_id": "UUID_cb689a10-ba49-4996-adcf-ac204775bb8b",
+ "total_wall_area": 1.6875096733181953,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "15.189380260790884": {
+ "surface_id": "UUID_dc5e3d47-4e59-4a66-ac2e-dddd6d41dbb3",
+ "total_wall_area": 2.8119160756343398,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "14.63649158288942": {
+ "surface_id": "UUID_524d4957-de1a-418d-8e3f-6467003650d7",
+ "total_wall_area": 4.3797621549291215,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "103.10478034565597": {
+ "surface_id": "UUID_bc1f19a3-46c0-46b9-b988-d7315b6f5d5d",
+ "total_wall_area": 1.2701042470553565,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "14.898566248888216": {
+ "surface_id": "UUID_6ec1295b-2fb6-4417-a9dd-42fab5c0707e",
+ "total_wall_area": 4.132732067269176,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "14.216923327717225": {
+ "surface_id": "UUID_9c34f9ed-14ea-47f7-aead-8fe5378b9349",
+ "total_wall_area": 5.09251624615201,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "104.59962972608628": {
+ "surface_id": "UUID_3b344a4d-bb76-4511-ab6e-35437cb169e9",
+ "total_wall_area": 8.347520774271928,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "15.8853401943785": {
+ "surface_id": "UUID_12b6bd63-988d-4c93-acb2-42a9bd4b1376",
+ "total_wall_area": 6.335647687605576,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "104.55176980022031": {
+ "surface_id": "UUID_5a14e09b-d048-4828-a0aa-1110b3b07c19",
+ "total_wall_area": 22.069543598349902,
+ "connected_wall_area": 17.365646208695132,
+ "free_wall_area": 4.70389738965477
+ },
+ "194.42685010733794": {
+ "surface_id": "UUID_22ba7d23-965d-4a07-bb53-bd1d733353e7",
+ "total_wall_area": 8.22597363636841,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "279.37209270823485": {
+ "surface_id": "UUID_e971f713-7747-4721-b16b-6921f1bd6209",
+ "total_wall_area": 0.8777404507409621,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "194.67512915552146": {
+ "surface_id": "UUID_15e18e73-b5ff-4f1c-9701-f94c5bef862d",
+ "total_wall_area": 2.1946130743140917,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "102.20216136792084": {
+ "surface_id": "UUID_735219e9-a40f-4752-8b0c-ef168ac0cb9f",
+ "total_wall_area": 0.9398061797989491,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "194.22261567642954": {
+ "surface_id": "UUID_6aef3621-dc1b-464f-aace-19322080137f",
+ "total_wall_area": 3.683140993806907,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "105.26596401438786": {
+ "surface_id": "UUID_98a1fada-2752-41d7-bf39-adb8805e9c71",
+ "total_wall_area": 6.330747759251949,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "194.6856189684736": {
+ "surface_id": "UUID_350bf56f-9856-406e-8661-0cd9efdb77c9",
+ "total_wall_area": 5.712786660500458,
+ "connected_wall_area": 5.712786658705222,
+ "free_wall_area": 1.7952359598893963e-09
+ },
+ "284.52829558334884": {
+ "surface_id": "UUID_84baddff-79f2-43e3-a65d-f60bcf43690a",
+ "total_wall_area": 16.473584418452674,
+ "connected_wall_area": 16.47358444624345,
+ "free_wall_area": -2.779077590275847e-08
+ },
+ "196.7694812078981": {
+ "surface_id": "UUID_903dee11-118e-4972-a292-bab52db4f0fc",
+ "total_wall_area": 23.56830277432355,
+ "connected_wall_area": 20.900007566124298,
+ "free_wall_area": 17.459690957661348
+ },
+ "287.00811336874375": {
+ "surface_id": "UUID_778fe766-bb11-4dc6-b042-c8c15ca63bcc",
+ "total_wall_area": 4.070953918341121,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "199.1674087813315": {
+ "surface_id": "UUID_f037380b-38b3-403a-a0a3-7cd89f0e0213",
+ "total_wall_area": 1.0659508124082717,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "284.91203430762243": {
+ "surface_id": "UUID_4152367d-cf41-4cda-b799-5ebd7f849315",
+ "total_wall_area": 1.8011138063049699,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "15.233039388700263": {
+ "surface_id": "UUID_70490f4e-0fff-46c3-93a7-6ea1e61d2331",
+ "total_wall_area": 1.1960199917054086,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "286.5465793173804": {
+ "surface_id": "UUID_d1dfee68-9795-412b-8539-654f08d123d8",
+ "total_wall_area": 4.609281146701947,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "287.7120120010599": {
+ "surface_id": "UUID_0de280c4-3151-4598-96ec-cf060d3b374c",
+ "total_wall_area": 0.21073007937317714,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "269.7135234917239": {
+ "surface_id": "UUID_0651cf51-fe3d-4cea-9282-f843830e215c",
+ "total_wall_area": 0.21020260939930333,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "251.65556580763464": {
+ "surface_id": "UUID_db18677b-38fe-47b3-9c74-e22c578bc84d",
+ "total_wall_area": 0.2103812618410872,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "233.99379244531664": {
+ "surface_id": "UUID_c9769f9c-789e-43e4-97c0-89a60b9b8f84",
+ "total_wall_area": 0.20917273946558218,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "216.0694098477718": {
+ "surface_id": "UUID_04992ccb-56db-4d02-9cd4-a45175dda6c2",
+ "total_wall_area": 0.21064096659070514,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "196.68907632594562": {
+ "surface_id": "UUID_f9ae7565-f2a3-444e-87e2-1a90e3902873",
+ "total_wall_area": 0.5672616052607156,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "286.8970490716554": {
+ "surface_id": "UUID_edbbc30b-26d6-445a-8973-bd02a968d210",
+ "total_wall_area": 5.015387530894792,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "286.8988384583648": {
+ "surface_id": "UUID_ceb6c8c7-403b-4fe6-8f82-b86a62e1d960",
+ "total_wall_area": 3.8434094453686973,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "326.24484831671737": {
+ "surface_id": "UUID_29d2f88e-a3c3-443e-9b4a-85e74a9488e8",
+ "total_wall_area": 2.309516011441408,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "13.540870799107154": {
+ "surface_id": "UUID_0fc45ba8-04ad-4cfe-8164-6b70c96ed28a",
+ "total_wall_area": 1.2972597390919969,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "17.372248481210264": {
+ "surface_id": "UUID_2e756f74-f75a-442f-94b7-2e26824e4f7e",
+ "total_wall_area": 2.956809703475906,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "104.17940308427": {
+ "surface_id": "UUID_3af4a40b-c8bf-47db-ab24-fcbd0df3dcd2",
+ "total_wall_area": 2.7545113974504254,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "106.33604289154442": {
+ "surface_id": "UUID_b869bc32-531e-49a8-a91f-18064fd72bbd",
+ "total_wall_area": 0.31761249744831477,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "15.792685420909649": {
+ "surface_id": "UUID_dbd9d256-2e95-4e73-8c66-16736e9abbdc",
+ "total_wall_area": 6.228979885013753,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY50002ceG": {
+ "gml_id": "DEBE3D04YY50002ceG",
+ "143.09228336552337": {
+ "surface_id": "UUID_cf17dee4-8350-472d-8919-41ec7259f84c",
+ "total_wall_area": 120.00696364804651,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "233.97389262057092": {
+ "surface_id": "UUID_09b844bb-c56e-4d8c-adf8-17efd50759f4",
+ "total_wall_area": 50.1433275206991,
+ "connected_wall_area": 49.394713074358854,
+ "free_wall_area": 43.72355902375407
+ },
+ "324.1522521161329": {
+ "surface_id": "UUID_f5998492-66af-4e61-b664-af995e91fb15",
+ "total_wall_area": 121.40959628148543,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "55.67195451503763": {
+ "surface_id": "UUID_0f488a79-c6c3-42c4-9e98-3c072a5ba9e5",
+ "total_wall_area": 52.94074217932442,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "324.1482260898226": {
+ "surface_id": "UUID_7f0d94a3-b6d7-4415-9282-1a3c24aa2a85",
+ "total_wall_area": 4.130122115268039,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "143.09368602747776": {
+ "surface_id": "UUID_f00a3a6c-4d1b-48d5-92eb-7d7cac67385c",
+ "total_wall_area": 3.9928579129941797,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY50002baL": {
+ "gml_id": "DEBE3D04YY50002baL",
+ "265.54562304320257": {
+ "surface_id": "UUID_327274c8-284c-4f64-8f23-b60087f2f817",
+ "total_wall_area": 0.8750631179868532,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "355.55233785440157": {
+ "surface_id": "UUID_ad9ad1d5-f98a-4cf7-8f74-8b9860341c8e",
+ "total_wall_area": 5.150008801412616,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "85.54562304091984": {
+ "surface_id": "UUID_c7433fcd-1798-4334-9b73-0033faf000ac",
+ "total_wall_area": 0.8732476499277176,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "175.55233785207736": {
+ "surface_id": "UUID_7919512c-70dc-4fa5-9b08-14e506739fcc",
+ "total_wall_area": 16.892028865399432,
+ "connected_wall_area": 16.892028864215,
+ "free_wall_area": 1.1844321079479414e-09
+ }
+ },
+ "DEBE3D04YY500001Lj": {
+ "gml_id": "DEBE3D04YY500001Lj",
+ "87.49178834024477": {
+ "surface_id": "UUID_d14a31cc-3003-4ce3-9a31-087f515b3e44",
+ "total_wall_area": 0.25236177584442254,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "177.4906352636279": {
+ "surface_id": "UUID_4e484dc9-5ec6-4ac9-8cc1-ecc1af378df2",
+ "total_wall_area": 5.629555299706756,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "267.4813693175787": {
+ "surface_id": "UUID_b4230f9b-9b12-435e-96ac-c97e8b492398",
+ "total_wall_area": 11.990922412146572,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "357.4802636084927": {
+ "surface_id": "UUID_733e488b-08ce-4b23-87e8-0294422c53ca",
+ "total_wall_area": 5.635945187131596,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "357.47651309403585": {
+ "surface_id": "UUID_e219fab9-115c-4508-b783-a531c93d6261",
+ "total_wall_area": 5.141166700969928,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY500006sZ": {
+ "gml_id": "DEBE3D04YY500006sZ",
+ "175.44719125546686": {
+ "surface_id": "UUID_c8c1e4e9-eea2-4dc7-a0af-46fff241461b",
+ "total_wall_area": 161.98577662948978,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "267.0803698760538": {
+ "surface_id": "UUID_a17fcaf8-f265-41cf-9803-1334e39cd6d3",
+ "total_wall_area": 142.9986642764442,
+ "connected_wall_area": 142.99866428118173,
+ "free_wall_area": -4.737529479825753e-09
+ },
+ "355.4004619746955": {
+ "surface_id": "UUID_4835f5ae-a77d-4cb1-8587-4331085704b9",
+ "total_wall_area": 157.32570649187988,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "355.38304039781826": {
+ "surface_id": "UUID_9063f1eb-c6c3-446f-894b-8a3fcef21fff",
+ "total_wall_area": 31.217345295092283,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "355.4260787888127": {
+ "surface_id": "UUID_856fe0a7-d0d2-40e6-b9f9-787fd4983dd6",
+ "total_wall_area": 10.726962381869244,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "86.20907569367867": {
+ "surface_id": "UUID_fa7d6468-4ba4-4e54-89f7-551e1072395b",
+ "total_wall_area": 114.4227342342659,
+ "connected_wall_area": 85.0979492554095,
+ "free_wall_area": 29.3247849788564
+ },
+ "85.43139947490936": {
+ "surface_id": "UUID_344bd6a7-8b2f-429a-b8a0-7e264afab20c",
+ "total_wall_area": 28.694411348167947,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "175.45680771083113": {
+ "surface_id": "UUID_dcfcf704-9af9-4572-91b9-63877a02896f",
+ "total_wall_area": 8.94322245921726,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "175.41324099684527": {
+ "surface_id": "UUID_172baf97-a3ed-43fb-bcb0-4ff0093b3700",
+ "total_wall_area": 30.921024110889988,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY50000GIG": {
+ "gml_id": "DEBE3D04YY50000GIG",
+ "230.5472995611519": {
+ "surface_id": "UUID_e9daeb22-f459-4e35-b630-4e41b33d03e3",
+ "total_wall_area": 1.2574865300696687,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "244.4742140926776": {
+ "surface_id": "UUID_b24ce48c-81f1-4bff-a91f-b1143fa0de91",
+ "total_wall_area": 1.2565056776011352,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "258.60467894373187": {
+ "surface_id": "UUID_33ee232b-59bc-4736-aac5-7bfdd0c2e159",
+ "total_wall_area": 1.2581709525177307,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "272.6157548852838": {
+ "surface_id": "UUID_4d57efdc-f05c-4922-a941-7cd38fdcde98",
+ "total_wall_area": 1.2579736999932498,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "286.643603749245": {
+ "surface_id": "UUID_1213868b-b19a-4283-a3c2-a0e91c61a15b",
+ "total_wall_area": 1.2593360827344995,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "300.66456460379834": {
+ "surface_id": "UUID_208f6c87-5a14-46eb-bd77-cc85e5bad2f8",
+ "total_wall_area": 1.2589815483960418,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "329.1377316725307": {
+ "surface_id": "UUID_10bb2120-85a3-4ba4-ab08-f298677990a9",
+ "total_wall_area": 2.787562772685436,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "244.54577059677098": {
+ "surface_id": "UUID_e85c4d56-b20d-47a5-84a7-4e85d33039c0",
+ "total_wall_area": 6.0654852777071016,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "209.05460409587567": {
+ "surface_id": "UUID_d5539cdc-332e-478c-96ae-15c553446c62",
+ "total_wall_area": 28.270075853937673,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "119.06257845826241": {
+ "surface_id": "UUID_ee0f8abb-d9a8-40a5-9848-c3c6411214e5",
+ "total_wall_area": 6.707915875018588,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "107.40528032506245": {
+ "surface_id": "UUID_f0ea5a5c-63d3-433e-9474-3494c510a26c",
+ "total_wall_area": 12.09490628969663,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "85.74558928193534": {
+ "surface_id": "UUID_b7b3501e-5832-4419-9073-e230e32a8efa",
+ "total_wall_area": 2.602471187408821,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "355.6992665013652": {
+ "surface_id": "UUID_641d7996-0f15-4345-9f3c-15be2740bdf2",
+ "total_wall_area": 3.122167485603048,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "85.71290008710228": {
+ "surface_id": "UUID_75ab32f4-2871-49d5-bcbb-b3d7e6552d1b",
+ "total_wall_area": 6.593367773528093,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "355.655942423825": {
+ "surface_id": "UUID_45b87427-5704-4a6e-9e1f-cfd0a46782c1",
+ "total_wall_area": 2.790727245632741,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "85.692307667969": {
+ "surface_id": "UUID_3c859900-c31d-4b1c-883c-aaa00354b78e",
+ "total_wall_area": 11.390578185026786,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "14.276116689052941": {
+ "surface_id": "UUID_7905f331-bc79-4f38-b5ff-39ad156640a6",
+ "total_wall_area": 1.2709094489268393,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "30.358115469510146": {
+ "surface_id": "UUID_307a26b7-9d62-43f9-83ca-1a97af9938e1",
+ "total_wall_area": 9.531183889188329,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "46.201833097382064": {
+ "surface_id": "UUID_bfc05443-29bb-48e6-90b4-42b8c3eecf22",
+ "total_wall_area": 1.2676701881136352,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "62.043933936518705": {
+ "surface_id": "UUID_75a401a5-745a-4184-b982-1475ade09329",
+ "total_wall_area": 1.269586459728552,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "78.05316629377081": {
+ "surface_id": "UUID_2b9f37df-3b0b-403f-a2c3-2f506d16cd6c",
+ "total_wall_area": 1.2703235355142526,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "93.9646547206599": {
+ "surface_id": "UUID_6ef75370-c078-4b9d-93e1-b72e116c65e9",
+ "total_wall_area": 1.2665410169766855,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "109.91062612552668": {
+ "surface_id": "UUID_ad2ec131-271b-4945-bb8d-15fe9c8b7232",
+ "total_wall_area": 1.266116629030257,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "125.76764815910013": {
+ "surface_id": "UUID_7dacf691-9e92-47cc-942a-8c0599820ac7",
+ "total_wall_area": 1.2656903193437645,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "141.71567912704631": {
+ "surface_id": "UUID_5d4256a7-9a95-46bc-a87d-62bb5e94ea32",
+ "total_wall_area": 1.2635799913629069,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "157.67367821038863": {
+ "surface_id": "UUID_9a636849-ccf5-4c45-999b-3d9b0f34a927",
+ "total_wall_area": 1.263397717851255,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "173.6286014159129": {
+ "surface_id": "UUID_cceab4e3-cd01-474b-bb10-779201b9b7c0",
+ "total_wall_area": 1.2629441582941308,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "77.38670477276209": {
+ "surface_id": "UUID_5dec0427-ea90-4d83-a3c1-0f452d2dceb1",
+ "total_wall_area": 33.48972051413692,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "169.60625402301645": {
+ "surface_id": "UUID_9d7a2105-8f63-4552-84c6-3586b1c09baf",
+ "total_wall_area": 21.815650250270064,
+ "connected_wall_area": 216.36594803191613,
+ "free_wall_area": 14.41283761587727
+ },
+ "172.622212520696": {
+ "surface_id": "UUID_34c1623c-6515-44b9-93d5-be0ab645f939",
+ "total_wall_area": 6.138879664477615,
+ "connected_wall_area": 87.44642867035667,
+ "free_wall_area": 0.6486931209497007
+ },
+ "260.22465141739605": {
+ "surface_id": "UUID_38836bee-40f3-4951-a617-f7f7b2c30d34",
+ "total_wall_area": 5.4831120289981525,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "261.43414084700873": {
+ "surface_id": "UUID_a1f1cd3c-bc83-40a8-927e-50a56d3d910f",
+ "total_wall_area": 7.7435605805101355,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "262.62158767951183": {
+ "surface_id": "UUID_e3845550-cbb1-4f53-8732-1bd9832a3de9",
+ "total_wall_area": 9.761666195543995,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "263.82610412788006": {
+ "surface_id": "UUID_2c28975e-9339-4cc8-824d-5e76f615405a",
+ "total_wall_area": 10.117623063294225,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "265.0250100033283": {
+ "surface_id": "UUID_c3411770-2111-40fe-89c5-3b284c57d721",
+ "total_wall_area": 10.18488754920849,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "265.6237819250292": {
+ "surface_id": "UUID_5e35e493-98de-48b3-a691-18341d379d58",
+ "total_wall_area": 53.78222579794922,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "327.3423103830153": {
+ "surface_id": "UUID_60fd9942-27c7-423d-b860-f94a5e764616",
+ "total_wall_area": 3.1213129643556226,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "327.3445155225848": {
+ "surface_id": "UUID_d08b5869-eaad-48e1-9735-594e4c772386",
+ "total_wall_area": 3.665444844961597,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "29.080864880592152": {
+ "surface_id": "UUID_47e7de03-df4a-4359-a8ba-4812ecae21a7",
+ "total_wall_area": 0.08264691048936992,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "29.061816472679972": {
+ "surface_id": "UUID_f165bccb-5fc7-42f3-b763-c32b2dce7995",
+ "total_wall_area": 5.824414251543595,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "118.11406285252292": {
+ "surface_id": "UUID_1b5e607b-e949-4904-99df-f1166290e424",
+ "total_wall_area": 9.117928497582398,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "118.11011715679587": {
+ "surface_id": "UUID_0f5ccd59-903f-4afb-aa1a-ae57d7dfb638",
+ "total_wall_area": 13.828345753244108,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "118.07248693425015": {
+ "surface_id": "UUID_7ac72547-1dde-4440-a58d-85fb1a20d3cc",
+ "total_wall_area": 2.280311991186703,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "209.0772126585122": {
+ "surface_id": "UUID_ded9590d-ace4-453e-807a-51e7cafc402e",
+ "total_wall_area": 5.519329128831836,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "216.4336438176409": {
+ "surface_id": "UUID_c4191acf-3adc-40ae-aed0-6d564ad250a1",
+ "total_wall_area": 1.2539413254998872,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "30.35811546951016": {
+ "surface_id": "UUID_e3cef901-e97b-4eb4-976c-52ffddf1dea6",
+ "total_wall_area": 1.2712031248674247,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D00YY1Ha0003w": {
+ "gml_id": "DEBE3D00YY1Ha0003w"
+ },
+ "DEBE3D04YY5000025z": {
+ "gml_id": "DEBE3D04YY5000025z",
+ "201.56937693574034": {
+ "surface_id": "UUID_59a1112f-727e-4231-badf-4ecad6432823",
+ "total_wall_area": 218.66238790838838,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "201.62319612591628": {
+ "surface_id": "UUID_d92b03d5-83fa-4203-9bb4-705226fa0e68",
+ "total_wall_area": 21.69116845871106,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "201.56856654517344": {
+ "surface_id": "UUID_e0e7bf16-84c7-4b2c-b699-c19aaf35e4f2",
+ "total_wall_area": 195.06930048549447,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "291.5747930301427": {
+ "surface_id": "UUID_c2a6ed9f-e453-416b-a6ef-81db830a860f",
+ "total_wall_area": 56.5039123143608,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "291.5820919070517": {
+ "surface_id": "UUID_5934c6e9-cee5-41d4-86c2-2c0f74a3203d",
+ "total_wall_area": 198.29083286276625,
+ "connected_wall_area": 195.46209894140628,
+ "free_wall_area": 2.8287339213599694
+ },
+ "21.576671256525913": {
+ "surface_id": "UUID_6f922f17-c3cb-40b3-83bc-22776dc0c6fe",
+ "total_wall_area": 435.3932584572435,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "111.57285350626063": {
+ "surface_id": "UUID_2abfa5bd-cfb6-4e2c-9ef3-518c5d37883b",
+ "total_wall_area": 254.75817073304893,
+ "connected_wall_area": 253.04168312379886,
+ "free_wall_area": 1.7164876092500663
+ }
+ },
+ "DEBE3D04YY50000PO8": {
+ "gml_id": "DEBE3D04YY50000PO8"
+ },
+ "DEBE3D04YY5000058C": {
+ "gml_id": "DEBE3D04YY5000058C"
+ },
+ "DEBE3D04YY500007Ml": {
+ "gml_id": "DEBE3D04YY500007Ml"
+ },
+ "DEBE3D04YY500007Wv": {
+ "gml_id": "DEBE3D04YY500007Wv"
+ },
+ "DEBE3D04YY50000Bap": {
+ "gml_id": "DEBE3D04YY50000Bap"
+ },
+ "DEBE3D04YY500001Yv": {
+ "gml_id": "DEBE3D04YY500001Yv"
+ },
+ "DEBE3D04YY500005a4": {
+ "gml_id": "DEBE3D04YY500005a4",
+ "309.2305050778102": {
+ "surface_id": "UUID_716d9ddf-c7b5-4aaa-a746-448a0a6dfe3a",
+ "total_wall_area": 391.58263462088814,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "38.5935459068534": {
+ "surface_id": "UUID_1833d648-4b53-424d-b063-7f6b7ff9b919",
+ "total_wall_area": 285.98232077643996,
+ "connected_wall_area": 194.14812602985413,
+ "free_wall_area": 91.83419474658584
+ },
+ "128.9284951021092": {
+ "surface_id": "UUID_2c73b781-7eff-4889-be3c-d5bfa774fb04",
+ "total_wall_area": 394.5729126180212,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "218.67065959863018": {
+ "surface_id": "UUID_b83d1b32-fe34-4c5c-9dca-ca899a545db9",
+ "total_wall_area": 287.9132664984434,
+ "connected_wall_area": 282.6651981002321,
+ "free_wall_area": 212.93017695320674
+ },
+ "38.5934584949567": {
+ "surface_id": "UUID_bceb80ad-d55c-4571-bf64-c3365f947064",
+ "total_wall_area": 9.481311153329951,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "218.67038319623748": {
+ "surface_id": "UUID_1a3bbeca-984c-43a6-9e8d-f5cb2d9b4732",
+ "total_wall_area": 9.620844762972812,
+ "connected_wall_area": 6.521993706533339,
+ "free_wall_area": 3.0988510564394733
+ }
+ },
+ "DEBE3D04YY500001MA": {
+ "gml_id": "DEBE3D04YY500001MA"
+ },
+ "DEBE3D04YY50000GBo": {
+ "gml_id": "DEBE3D04YY50000GBo"
+ },
+ "DEBE3D04YY50000CB1": {
+ "gml_id": "DEBE3D04YY50000CB1"
+ },
+ "DEBE3D04AL5e30000G": {
+ "gml_id": "DEBE3D04AL5e30000G",
+ "172.8825558736857": {
+ "surface_id": "UUID_58260e40-5e04-4e95-b464-6795b2024b8e",
+ "total_wall_area": 280.04992375465326,
+ "connected_wall_area": 272.2057929293306,
+ "free_wall_area": 7.844130825322679
+ },
+ "263.6704905905623": {
+ "surface_id": "UUID_3e0d62a8-30a9-4e5b-acdf-538bbead04a8",
+ "total_wall_area": 126.24506926989207,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "263.64773836207934": {
+ "surface_id": "UUID_726dc023-dfe7-44ea-9b54-8db3e9edf245",
+ "total_wall_area": 55.86596190329261,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "263.66733687040073": {
+ "surface_id": "UUID_36ac48a5-67be-4836-8f22-394657b20404",
+ "total_wall_area": 179.1288438059354,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "355.6813368893242": {
+ "surface_id": "UUID_3a94ce99-8b62-4d9d-ae5a-2376d929c6f0",
+ "total_wall_area": 348.7066936957482,
+ "connected_wall_area": 348.7066937011519,
+ "free_wall_area": 61.537064668462904
+ },
+ "85.61998654795887": {
+ "surface_id": "UUID_0f6cebc1-8d11-4583-ac8e-49087f20d14a",
+ "total_wall_area": 110.23825391417834,
+ "connected_wall_area": 5.658283279844762,
+ "free_wall_area": 104.57997063433358
+ },
+ "175.0337812657121": {
+ "surface_id": "UUID_39f5290a-3897-478c-8831-c6b020c9a5e7",
+ "total_wall_area": 60.075239766287865,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "84.8039567182305": {
+ "surface_id": "UUID_4549a6cc-5b1b-4739-8af2-29d1ddb22927",
+ "total_wall_area": 68.48623356235804,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "84.77803071975475": {
+ "surface_id": "UUID_015aebe8-11dd-47a8-b797-4eef25df6a8d",
+ "total_wall_area": 56.20383388407304,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "84.79172149612981": {
+ "surface_id": "UUID_db239d50-1e56-401c-9fb3-f4d95483572a",
+ "total_wall_area": 111.7631452659458,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY50002cQp": {
+ "gml_id": "DEBE3D04YY50002cQp",
+ "155.89082477318834": {
+ "surface_id": "UUID_bb6aad79-3f7a-4eda-8942-2402bd2c456f",
+ "total_wall_area": 2.026603073712187,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "245.911404297297": {
+ "surface_id": "UUID_ec05d02c-a031-4edf-90de-3a47b538bfe8",
+ "total_wall_area": 1.6501287340808133,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "335.92899085747496": {
+ "surface_id": "UUID_83a225a8-6790-4fc9-9306-fb2454428795",
+ "total_wall_area": 2.029102399020649,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "65.92933107152088": {
+ "surface_id": "UUID_d8567fd1-b1d9-4937-9ba9-5b95850f8bd4",
+ "total_wall_area": 1.6503919858600016,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY5000016D": {
+ "gml_id": "DEBE3D04YY5000016D"
+ },
+ "DEBE3D04YY50002cQh": {
+ "gml_id": "DEBE3D04YY50002cQh",
+ "286.73063153766094": {
+ "surface_id": "UUID_ac495f3e-6894-4fb7-8b28-4e04b87a20f6",
+ "total_wall_area": 9.997163618433191,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "14.82985739029749": {
+ "surface_id": "UUID_1aa51914-b9a6-4921-a9f6-d57e041c3987",
+ "total_wall_area": 17.394846360214785,
+ "connected_wall_area": 17.39484636123506,
+ "free_wall_area": -1.0202754197052855e-09
+ },
+ "105.42850209145325": {
+ "surface_id": "UUID_af02006c-1ea4-40bc-99cf-3e0b396d4858",
+ "total_wall_area": 10.513544693649985,
+ "connected_wall_area": 10.513544688453194,
+ "free_wall_area": 5.196790553441133e-09
+ },
+ "196.51760292575264": {
+ "surface_id": "UUID_a08e6797-7abe-4c08-8ec0-b9bf2a7e11e1",
+ "total_wall_area": 16.564037553030765,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY50002bj7": {
+ "gml_id": "DEBE3D04YY50002bj7",
+ "104.57151249502147": {
+ "surface_id": "UUID_fd286792-2f31-4fe9-a0ff-a7438bcb8a31",
+ "total_wall_area": 37.91834716063861,
+ "connected_wall_area": 37.91834714963648,
+ "free_wall_area": 1.1002128985637682e-08
+ },
+ "195.88534019437847": {
+ "surface_id": "UUID_78fd1355-7656-473a-ab3a-138d8eda6791",
+ "total_wall_area": 27.862382095204545,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "284.5996297260862": {
+ "surface_id": "UUID_c5f8d5de-7076-4581-bc17-79e18e7d6098",
+ "total_wall_area": 36.71002950287176,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "10.461805469132102": {
+ "surface_id": "UUID_af765bab-3269-4bbc-b667-5a80b8c75a92",
+ "total_wall_area": 4.225420676772591,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "13.924773215112538": {
+ "surface_id": "UUID_5b141ce5-82fb-4e99-8049-28977ab04540",
+ "total_wall_area": 23.623991511779142,
+ "connected_wall_area": 23.62399152087944,
+ "free_wall_area": -9.100297404529556e-09
+ }
+ },
+ "DEBE3D04YY500002Vz": {
+ "gml_id": "DEBE3D04YY500002Vz"
+ },
+ "DEBE3D04YY50002cb6": {
+ "gml_id": "DEBE3D04YY50002cb6",
+ "15.051452648275585": {
+ "surface_id": "UUID_1e6107b2-29e1-45e6-a759-56fbeb38960a",
+ "total_wall_area": 10.214664357680698,
+ "connected_wall_area": 10.059159376202818,
+ "free_wall_area": 0.15550498147788083
+ },
+ "104.93347137870393": {
+ "surface_id": "UUID_24d9c94b-d3fc-4f2f-914d-c3e1a212c3ab",
+ "total_wall_area": 14.657329034989468,
+ "connected_wall_area": 14.434540484923053,
+ "free_wall_area": 0.22278855006641507
+ },
+ "195.15811193580143": {
+ "surface_id": "UUID_5b04eea4-1a06-4d8c-959b-f6113bc3e487",
+ "total_wall_area": 24.387387972645143,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "284.7687900690759": {
+ "surface_id": "UUID_1184f9a0-1a91-4ec5-89c5-d9e1536b7208",
+ "total_wall_area": 22.86113735021406,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "14.707031170168321": {
+ "surface_id": "UUID_d42e323f-ab9e-4033-b469-258fcaed6966",
+ "total_wall_area": 18.614079436924,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "104.73902491569862": {
+ "surface_id": "UUID_87976691-75a7-4d4b-abb7-2526855b15ce",
+ "total_wall_area": 15.839950494917169,
+ "connected_wall_area": 15.068509699243375,
+ "free_wall_area": 0.7714407956737936
+ }
+ },
+ "DEBE3D04YY50000E7O": {
+ "gml_id": "DEBE3D04YY50000E7O",
+ "86.82833135448472": {
+ "surface_id": "UUID_1a119a05-66d7-4d3a-b616-0597ccfdf9f2",
+ "total_wall_area": 111.03419423639775,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "356.8543312261484": {
+ "surface_id": "UUID_4418e290-da34-41b0-af78-db98af4c0d52",
+ "total_wall_area": 45.81960375804607,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "86.81615813373358": {
+ "surface_id": "UUID_56a81689-2af5-43ac-ba9a-0c096b3bb258",
+ "total_wall_area": 41.07041557107078,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "356.7826173362519": {
+ "surface_id": "UUID_70a0e833-2c86-4b9a-a481-cf39eeb0f7e4",
+ "total_wall_area": 35.100518039980514,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "356.83036849554946": {
+ "surface_id": "UUID_03d9c700-ac0d-4b50-b66c-b3deb6a25689",
+ "total_wall_area": 105.01108980806714,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "266.797258444229": {
+ "surface_id": "UUID_32a8ee20-fdf1-4044-b6cf-90d21b98a63b",
+ "total_wall_area": 28.76539694710401,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "356.796632735344": {
+ "surface_id": "UUID_ae64cabf-ebf3-4cba-92f4-cc6cae874f3f",
+ "total_wall_area": 38.501001512973524,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "266.8265499012009": {
+ "surface_id": "UUID_3867cb16-0f89-4497-bceb-92e9bfec7569",
+ "total_wall_area": 335.72519865505893,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "176.84515713106214": {
+ "surface_id": "UUID_669e98d8-64f1-4961-a326-18aeab1ada26",
+ "total_wall_area": 29.672673444448463,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "266.82353500722326": {
+ "surface_id": "UUID_c3070a5c-a477-459a-8580-b69c0e5a7752",
+ "total_wall_area": 220.33003999805285,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "356.79518382362926": {
+ "surface_id": "UUID_1d127ba2-a2be-47bd-bece-6a4f8522a393",
+ "total_wall_area": 29.67411128387707,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "266.81965431466176": {
+ "surface_id": "UUID_75c50b14-877a-4083-ae13-d0380fec1711",
+ "total_wall_area": 159.7898546959396,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "356.8253465815017": {
+ "surface_id": "UUID_e452dec8-19eb-4247-835c-4909edc5642c",
+ "total_wall_area": 238.70992859844685,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "86.83053542238933": {
+ "surface_id": "UUID_3219d79f-d0dc-4036-9c66-35d6148ef2a5",
+ "total_wall_area": 166.9014060612706,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "356.80109988086735": {
+ "surface_id": "UUID_014c9b50-76a8-407c-b564-c4edd7bd4f1f",
+ "total_wall_area": 43.19985647667538,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "86.87863493967953": {
+ "surface_id": "UUID_e028aac5-2940-4fc7-9a9d-8dc7b38cba72",
+ "total_wall_area": 35.22705858504898,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "356.828623098276": {
+ "surface_id": "UUID_f8b9e5bf-48d4-4f65-a665-c98e0f4e6e0a",
+ "total_wall_area": 48.728343178956585,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "86.83293987280604": {
+ "surface_id": "UUID_729abb5d-22ca-4cd4-a31b-b9efe5ebc195",
+ "total_wall_area": 25.80488598428273,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "356.829774399235": {
+ "surface_id": "UUID_d9e0bb87-742b-4052-b0bb-103bb557db11",
+ "total_wall_area": 85.77424968002673,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "266.8565578765806": {
+ "surface_id": "UUID_be467762-9009-4c94-b0c8-69cecff14f41",
+ "total_wall_area": 43.01581945999428,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "337.13814906549624": {
+ "surface_id": "UUID_7588c862-9d23-4848-90c7-26e7768e76aa",
+ "total_wall_area": 43.43401374719208,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "266.8317355844787": {
+ "surface_id": "UUID_53ec9ad5-0585-4b2e-a944-fc4cbcc3dee1",
+ "total_wall_area": 113.96738575989346,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "356.8232007433201": {
+ "surface_id": "UUID_74bd6fa6-b46e-4153-94fb-69c4e30fc179",
+ "total_wall_area": 244.62478981593213,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "86.82648181267896": {
+ "surface_id": "UUID_5252b091-8cf0-45e5-8828-39623b5fc997",
+ "total_wall_area": 417.64948704904214,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "176.82926251894747": {
+ "surface_id": "UUID_122ab820-15d8-4599-8d2d-af571139905d",
+ "total_wall_area": 244.6280734681962,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "266.8209567162969": {
+ "surface_id": "UUID_ad698ddc-c602-43c7-97a7-c2e1250ee6c6",
+ "total_wall_area": 104.7005151029673,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "200.12273389769203": {
+ "surface_id": "UUID_26f1708b-bd1b-4c09-968e-1fc66de40fd6",
+ "total_wall_area": 44.528702011813856,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "266.8332720488753": {
+ "surface_id": "UUID_67dc5449-fede-4acb-80f9-178530221617",
+ "total_wall_area": 31.438337030467626,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "176.82935728932432": {
+ "surface_id": "UUID_b7ad878d-c086-4917-a395-44bcf5b69966",
+ "total_wall_area": 134.5025928595146,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "86.8166750634491": {
+ "surface_id": "UUID_a8ec1897-6f33-4c0a-b95d-a0084066fe08",
+ "total_wall_area": 47.14528267647052,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "176.83542637195677": {
+ "surface_id": "UUID_b98c157f-95be-4c2d-b704-54a1427680b2",
+ "total_wall_area": 43.19841778117312,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "86.78801736995077": {
+ "surface_id": "UUID_627814cd-758b-4327-aab9-f01d38c1898f",
+ "total_wall_area": 33.30896915107895,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "86.82544292915104": {
+ "surface_id": "UUID_6b3e97e8-8268-4dee-9841-edc73875f1cf",
+ "total_wall_area": 703.0454565794242,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "176.83155870369814": {
+ "surface_id": "UUID_da7d951b-14c6-434d-9649-f7f993dacbfe",
+ "total_wall_area": 238.70849450055204,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "266.82614741347646": {
+ "surface_id": "UUID_cd616e96-60ed-4131-a8ca-58da549f1740",
+ "total_wall_area": 220.51120851262132,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "176.83301741199222": {
+ "surface_id": "UUID_190675a6-a901-4359-9ea3-80099c59097c",
+ "total_wall_area": 38.47368030806554,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "266.80082082588194": {
+ "surface_id": "UUID_7202b7fc-03c4-4d6a-8e6a-676b062da92e",
+ "total_wall_area": 51.092151891824386,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "176.82431259361755": {
+ "surface_id": "UUID_95b82ed9-ab82-4c28-8bce-17445e5b23e0",
+ "total_wall_area": 39.7720474955807,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "176.8152424003393": {
+ "surface_id": "UUID_f9ebf359-cb41-4035-b5d0-b4e12ba99457",
+ "total_wall_area": 100.3136705331605,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "86.82016987929562": {
+ "surface_id": "UUID_91f01dd9-67a7-40f3-b138-673088087262",
+ "total_wall_area": 79.90786782399798,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "176.85788455043064": {
+ "surface_id": "UUID_50889357-7769-4f7c-9eeb-16abf0a298df",
+ "total_wall_area": 45.87136772986423,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "86.8240397788095": {
+ "surface_id": "UUID_c9ebb7c0-4d47-42e1-ab21-6b49e98d6fc1",
+ "total_wall_area": 212.87916168352584,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "176.81607266636524": {
+ "surface_id": "UUID_e0fabcc1-99c1-4098-a5d2-15880b73494a",
+ "total_wall_area": 241.28222109671393,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "266.8262054622303": {
+ "surface_id": "UUID_b0fb160b-9534-42ee-8f98-e44f1e2ac069",
+ "total_wall_area": 532.3265924041024,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "356.82870493046846": {
+ "surface_id": "UUID_fe32b2b7-9873-435c-a2bc-9fa3d2d8e74f",
+ "total_wall_area": 241.30522856927854,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY500003Pf": {
+ "gml_id": "DEBE3D04YY500003Pf"
+ },
+ "DEBE3D04YY50000Cec": {
+ "gml_id": "DEBE3D04YY50000Cec"
+ },
+ "DEBE3D04YY50000CKg": {
+ "gml_id": "DEBE3D04YY50000CKg"
+ },
+ "DEBE3D04YY500003Mh": {
+ "gml_id": "DEBE3D04YY500003Mh",
+ "5.760664348096327": {
+ "surface_id": "UUID_01a3b456-e636-4e19-bf57-70748bc5829d",
+ "total_wall_area": 16.982213671070284,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "95.8063815320591": {
+ "surface_id": "UUID_20427262-8044-4b9d-8da7-e50c589322eb",
+ "total_wall_area": 119.20635651135069,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "183.39666400532627": {
+ "surface_id": "UUID_8608d11d-69a8-4895-95a2-9050b62f3868",
+ "total_wall_area": 11.867539950569329,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "93.52169357065179": {
+ "surface_id": "UUID_b865e9f4-2ad4-48c1-98de-b5ac2a5fb64e",
+ "total_wall_area": 78.04577262984142,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "25.778539269752685": {
+ "surface_id": "UUID_b93ad188-a118-4fb5-b981-3d1c721e7e6b",
+ "total_wall_area": 57.61643280413951,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "295.79490297660004": {
+ "surface_id": "UUID_27c4f3e3-a1a4-4474-977b-874e15ca478e",
+ "total_wall_area": 16.305215665274037,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "21.3732014118804": {
+ "surface_id": "UUID_865f55bc-55c3-4ac5-972b-48264c77d940",
+ "total_wall_area": 95.82387090550162,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "291.40289600294307": {
+ "surface_id": "UUID_bf761c2e-4d0f-4535-8ee8-2c7d851c49cb",
+ "total_wall_area": 19.91014599091549,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "14.448451648219361": {
+ "surface_id": "UUID_c9bbb790-8362-441d-bcdd-48ff0c6cba58",
+ "total_wall_area": 137.91415420048105,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "111.95021177981033": {
+ "surface_id": "UUID_7cdd29cc-7a10-4f00-858c-494f1e26790a",
+ "total_wall_area": 33.51656119287769,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "111.92167240779844": {
+ "surface_id": "UUID_53536b4a-1446-4ff3-b3ec-1a78047eb9ae",
+ "total_wall_area": 260.1318915792314,
+ "connected_wall_area": 254.35652185894602,
+ "free_wall_area": 239.71338261742645
+ },
+ "111.93339338782062": {
+ "surface_id": "UUID_77362621-29c3-4052-ad5a-3723a80b5bac",
+ "total_wall_area": 30.9170369869367,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "201.4310412384518": {
+ "surface_id": "UUID_893caa35-7060-4221-9c26-c22778e7eb5b",
+ "total_wall_area": 505.5862616596735,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "273.4784894961985": {
+ "surface_id": "UUID_7ee2b532-5592-4e5f-85bd-bbd8a5654690",
+ "total_wall_area": 565.0107690377449,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "3.3801645617470513": {
+ "surface_id": "UUID_d82725d6-c095-4963-b488-ab6deb6139fb",
+ "total_wall_area": 648.6390836746679,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "93.12999152944599": {
+ "surface_id": "UUID_4da7407a-151d-4251-9ea8-36f40e3d0267",
+ "total_wall_area": 112.77573089227356,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "181.98217462938476": {
+ "surface_id": "UUID_be16b258-b47a-49ed-aab7-0b192fe5de3f",
+ "total_wall_area": 214.98842927118093,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "271.95187581293055": {
+ "surface_id": "UUID_dc636225-d129-481b-b979-ff36a51f9ddc",
+ "total_wall_area": 21.894992771372795,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "181.99216723212987": {
+ "surface_id": "UUID_ae97764c-3366-44a7-bb18-e45d980dcbf3",
+ "total_wall_area": 144.03714968100508,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "92.37472894276738": {
+ "surface_id": "UUID_7714b4c9-4ff1-474f-802d-9d591d7a2013",
+ "total_wall_area": 72.50606798628787,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY50002cDn": {
+ "gml_id": "DEBE3D04YY50002cDn"
+ },
+ "DEBE3D04YY500002lt": {
+ "gml_id": "DEBE3D04YY500002lt"
+ },
+ "DEBE3D04YY500003Ow": {
+ "gml_id": "DEBE3D04YY500003Ow",
+ "359.8985018087336": {
+ "surface_id": "UUID_a7403360-9b65-4089-9776-c9bf530d9a4a",
+ "total_wall_area": 23.432431765197588,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "30.428453884261046": {
+ "surface_id": "UUID_07ce0eb3-d50a-418b-8dc7-09cffe5a823f",
+ "total_wall_area": 48.76663629567351,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "119.08757481891911": {
+ "surface_id": "UUID_b25b670e-49f3-4e64-ace7-d4dc412d093d",
+ "total_wall_area": 63.05748153431059,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "119.07652229779097": {
+ "surface_id": "UUID_69434e0e-2568-434b-8148-75b9cf6fb070",
+ "total_wall_area": 216.0585381245443,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "208.61955553168363": {
+ "surface_id": "UUID_bb1eb4b5-7feb-44c2-bf62-047226bcf873",
+ "total_wall_area": 104.34014115048646,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "208.62313313844982": {
+ "surface_id": "UUID_432f0cec-5dd7-4048-90e4-e47718519697",
+ "total_wall_area": 576.6212841372893,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "233.28234941834958": {
+ "surface_id": "UUID_bb90ec9c-8c31-47d1-9fe2-9a075f0355f7",
+ "total_wall_area": 60.92444209398806,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "263.75321210282476": {
+ "surface_id": "UUID_5a263f13-8725-4879-8940-3bf775d84ebb",
+ "total_wall_area": 261.50910099889853,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "352.8825558736857": {
+ "surface_id": "UUID_ce2ccecd-ad32-4eb5-81b0-08968a50c06d",
+ "total_wall_area": 272.70508433792736,
+ "connected_wall_area": 272.2057929293306,
+ "free_wall_area": 0.49929140859677545
+ },
+ "356.8764525502346": {
+ "surface_id": "UUID_14cc9b7a-8140-416f-a1b8-1d5930273fb1",
+ "total_wall_area": 15.236050275278918,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "84.0376677435072": {
+ "surface_id": "UUID_34626de3-71e4-4a14-b6f4-fa9127e90be3",
+ "total_wall_area": 172.03485971805964,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "28.183127203228096": {
+ "surface_id": "UUID_7dc3ddc0-c356-40c6-a5a5-f45841a22b1e",
+ "total_wall_area": 486.8265250449505,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY50002blL": {
+ "gml_id": "DEBE3D04YY50002blL",
+ "93.34178684267755": {
+ "surface_id": "UUID_3bfc1558-147a-4d1e-b3bd-a54cc07d6c31",
+ "total_wall_area": 18.831190120698405,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "184.26401124645764": {
+ "surface_id": "UUID_6f6ad68f-5a7a-4c7e-850e-1e175894adb6",
+ "total_wall_area": 11.668022707848168,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "272.39554805444857": {
+ "surface_id": "UUID_97c9623a-e3c7-40bf-983b-83be59517e9f",
+ "total_wall_area": 18.47350634690739,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "2.4917611050885853": {
+ "surface_id": "UUID_4e7aff1b-055e-44d1-a9f0-cf4bdd730c1e",
+ "total_wall_area": 11.976199694671894,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04AL5e90001L": {
+ "gml_id": "DEBE3D04AL5e90001L",
+ "264.72708775415276": {
+ "surface_id": "UUID_24bf82be-6741-438d-8ce3-8aed562df87b",
+ "total_wall_area": 14.67615368531244,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "358.3607733610347": {
+ "surface_id": "UUID_213e4f7e-86b4-4f90-ae66-75c97faddf11",
+ "total_wall_area": 24.23685657934072,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "35.00439276415038": {
+ "surface_id": "UUID_85fa0930-e4c8-411e-829c-2b12effccee0",
+ "total_wall_area": 13.316100102046992,
+ "connected_wall_area": 5.478190463395148,
+ "free_wall_area": 7.837909638651844
+ },
+ "34.99202019333151": {
+ "surface_id": "UUID_fc0142c2-763b-4324-b535-81654404a6dd",
+ "total_wall_area": 17.38632202963154,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "104.87347939916111": {
+ "surface_id": "UUID_ff92fe0a-b861-4cdc-82a9-1a52444d7b41",
+ "total_wall_area": 9.604653988683134,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "195.32565200573677": {
+ "surface_id": "UUID_32e051ae-1abf-409d-bc0f-a3c5240e13a9",
+ "total_wall_area": 16.63526876101424,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "193.4804835942121": {
+ "surface_id": "UUID_6388ff9f-884a-4e7c-81c1-fcfbec3f3653",
+ "total_wall_area": 25.982478349890552,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY50000Qxi": {
+ "gml_id": "DEBE3D04YY50000Qxi"
+ },
+ "DEBE3D04YY500009jQ": {
+ "gml_id": "DEBE3D04YY500009jQ"
+ },
+ "DEBE3D04YY500009Qd": {
+ "gml_id": "DEBE3D04YY500009Qd",
+ "226.0397366647597": {
+ "surface_id": "UUID_72ed1913-f49b-48cb-973a-70ad08c359c0",
+ "total_wall_area": 50.095701691312215,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "226.98863789540258": {
+ "surface_id": "UUID_41296cbf-f013-4102-a236-ed2f8bf9ee65",
+ "total_wall_area": 13.097894496455584,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "215.35260746872657": {
+ "surface_id": "UUID_90af5da0-ee8f-499d-aada-0cf1bf2c2453",
+ "total_wall_area": 13.108737769764595,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "203.75292930906608": {
+ "surface_id": "UUID_35766ea6-8c39-4660-878b-1130e87a41aa",
+ "total_wall_area": 13.085603905621205,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "191.99002370699287": {
+ "surface_id": "UUID_fc05feda-3a43-4dcf-9c1e-a0eaab8b2eee",
+ "total_wall_area": 13.098507831148742,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "180.46809234878867": {
+ "surface_id": "UUID_e8359219-6d47-4c94-8d3c-30bcdb17d7dd",
+ "total_wall_area": 13.11314961635808,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "168.763665151616": {
+ "surface_id": "UUID_21efcd50-1a30-476e-af20-871fe28a3820",
+ "total_wall_area": 13.08498993524507,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "157.08450126963737": {
+ "surface_id": "UUID_f08a0a9f-aab9-4451-8d00-a239d07b527b",
+ "total_wall_area": 13.09640478537721,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "145.53009246397806": {
+ "surface_id": "UUID_d93081ad-1bd7-414d-bf5d-fe43e1fc0407",
+ "total_wall_area": 13.098490326423766,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "133.87410074515498": {
+ "surface_id": "UUID_1a2c5d11-cff0-4aca-b0eb-b249cd08c78b",
+ "total_wall_area": 13.10768715876814,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "122.15456472716056": {
+ "surface_id": "UUID_731d1612-1595-4c76-b9a8-5f1e092613a5",
+ "total_wall_area": 13.084147862060485,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "110.56700253740678": {
+ "surface_id": "UUID_fee85572-a22a-4912-b1e4-2e0788086d6f",
+ "total_wall_area": 13.112887019661086,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "98.93852488135906": {
+ "surface_id": "UUID_265dc6ee-cfbb-43e6-b546-0a256cec0cf0",
+ "total_wall_area": 13.100400331149844,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "87.2825997025911": {
+ "surface_id": "UUID_19936199-10f6-4520-8059-0131c0ea0376",
+ "total_wall_area": 13.106023395343092,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "75.5999786972085": {
+ "surface_id": "UUID_5cf01265-b31e-4867-b017-707e2aac4709",
+ "total_wall_area": 13.095616043839453,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "63.9802069710769": {
+ "surface_id": "UUID_d12f812c-3f29-4659-8240-6b949316ef44",
+ "total_wall_area": 13.089602704086477,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "52.3057595423319": {
+ "surface_id": "UUID_968db04f-10da-4d8b-85bb-13e106bb9cd5",
+ "total_wall_area": 13.105497999359525,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "45.613088935940645": {
+ "surface_id": "UUID_9ded73dd-c0d8-4a16-bd45-3f0234a5342c",
+ "total_wall_area": 100.52912291446242,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "73.04486708336091": {
+ "surface_id": "UUID_d327d17b-5641-4eb6-b992-01c22580747f",
+ "total_wall_area": 79.49630718148072,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "161.77335841673835": {
+ "surface_id": "UUID_858f6702-0966-43cd-9288-88b390e68a4f",
+ "total_wall_area": 281.4085399565153,
+ "connected_wall_area": 278.614060007221,
+ "free_wall_area": 249.24500443056655
+ },
+ "252.2328937238364": {
+ "surface_id": "UUID_19ac169a-d5ff-4740-a084-8aef1bb50206",
+ "total_wall_area": 120.91016626387207,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "252.24846742344207": {
+ "surface_id": "UUID_a581a996-75bc-48f3-8295-06eb5ed1b21e",
+ "total_wall_area": 34.08316997456314,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "252.2347725448814": {
+ "surface_id": "UUID_1a682dbe-ac6b-463a-9eb0-300832e1cb2f",
+ "total_wall_area": 91.00790538312313,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "261.38878338650034": {
+ "surface_id": "UUID_53dd41f3-f530-4b02-a630-218bb9207922",
+ "total_wall_area": 116.1960801733442,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "261.39248959419143": {
+ "surface_id": "UUID_5b57f213-471d-4e6c-beb3-abb018a52f83",
+ "total_wall_area": 31.638309557135123,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "261.39268616996634": {
+ "surface_id": "UUID_e8cfa5a7-b573-4c08-8aff-52e443cde4bc",
+ "total_wall_area": 101.50257861226167,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "320.4343959743243": {
+ "surface_id": "UUID_c600fadb-14f6-4e53-b555-6dc0371e2fbf",
+ "total_wall_area": 83.18636704933047,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "228.5685289407324": {
+ "surface_id": "UUID_21c8144d-1e09-48d9-90ac-f15dbbf8339a",
+ "total_wall_area": 27.748862159607825,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "320.27809041951383": {
+ "surface_id": "UUID_4411dcfb-b8af-462c-904c-5d612d2b1598",
+ "total_wall_area": 101.45350143939751,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "49.374931164274706": {
+ "surface_id": "UUID_ea14d2b9-52c2-4d57-9692-19d615399bae",
+ "total_wall_area": 28.003913146198162,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "320.4362797804107": {
+ "surface_id": "UUID_08c73064-03c9-403c-9c6a-e0fc178364d9",
+ "total_wall_area": 81.23860530193973,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "20.184046498736947": {
+ "surface_id": "UUID_7eb4f071-60d7-4e11-a6fa-39fca910afa6",
+ "total_wall_area": 781.3755021378199,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "109.90646180465961": {
+ "surface_id": "UUID_9e13462e-bf74-4d8e-8d67-05c2aa9ac685",
+ "total_wall_area": 425.5705946532239,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "199.60575119825967": {
+ "surface_id": "UUID_a842d293-0711-40ba-8351-0a6530b7b3d3",
+ "total_wall_area": 104.78215198051632,
+ "connected_wall_area": 63.051219082163,
+ "free_wall_area": 41.730932898353316
+ },
+ "199.59902665489523": {
+ "surface_id": "UUID_ea1fe213-a91b-496b-87fc-be02b9e34b21",
+ "total_wall_area": 40.68847609219384,
+ "connected_wall_area": 40.68847608133138,
+ "free_wall_area": 1.086245760006932e-08
+ },
+ "289.8760481161836": {
+ "surface_id": "UUID_24144ec4-7055-46df-af44-a2a112770942",
+ "total_wall_area": 75.43513133659654,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "28.478315091448756": {
+ "surface_id": "UUID_de2e0962-21c6-4708-87eb-81b54c4b49c3",
+ "total_wall_area": 8.897054570440677,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "288.5539430019189": {
+ "surface_id": "UUID_9e142e4e-a86f-4ffa-8c54-6be1ce92dee3",
+ "total_wall_area": 65.24816825191746,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "228.98036818000216": {
+ "surface_id": "UUID_3d559c58-4004-48c3-9b14-07686af6373c",
+ "total_wall_area": 38.19556357324032,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "198.5875047394336": {
+ "surface_id": "UUID_231239e8-2d11-40b9-b265-cf3d14825c75",
+ "total_wall_area": 53.438527273676684,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "111.06527732105627": {
+ "surface_id": "UUID_1be1ce6d-e8ff-4585-9535-1c5415777e87",
+ "total_wall_area": 12.697106150149205,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "200.6067857584912": {
+ "surface_id": "UUID_4ea79ec7-4271-4455-aedc-613bc6451307",
+ "total_wall_area": 192.55563365217128,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "287.989818558255": {
+ "surface_id": "UUID_5e43a0e2-9fef-42d6-bf01-ad06c87fd72d",
+ "total_wall_area": 12.20981247342054,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "199.81658286922448": {
+ "surface_id": "UUID_4f3cdd52-9e3c-44ba-becb-a43413516eff",
+ "total_wall_area": 36.530544577175554,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY500004b8": {
+ "gml_id": "DEBE3D04YY500004b8"
+ },
+ "DEBE3D04YY500003ZJ": {
+ "gml_id": "DEBE3D04YY500003ZJ"
+ },
+ "DEBE3D04YY50000DEj": {
+ "gml_id": "DEBE3D04YY50000DEj"
+ },
+ "DEBE3D04YY500009Fz": {
+ "gml_id": "DEBE3D04YY500009Fz",
+ "284.6991402650847": {
+ "surface_id": "UUID_d9778dae-9265-4b80-b5e4-4cb40d33a9eb",
+ "total_wall_area": 44.62921456598623,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "200.36347414930552": {
+ "surface_id": "UUID_1276b178-2fe5-4640-b4cb-fb89b3e37613",
+ "total_wall_area": 10.590834678720531,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "285.2766384553885": {
+ "surface_id": "UUID_91cb5ccc-7b26-41b2-8811-662c6cbac144",
+ "total_wall_area": 79.38053693566411,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "16.554116880564337": {
+ "surface_id": "UUID_d92cd2ff-07fc-4ae9-9db6-fe289cc44063",
+ "total_wall_area": 62.920223737165074,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "105.30448261653919": {
+ "surface_id": "UUID_7a0eb309-3885-4bcc-945d-91fc832e7ca0",
+ "total_wall_area": 125.66109833391637,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "197.62274028178206": {
+ "surface_id": "UUID_524acd52-b5e8-4835-bed9-f69dc0266938",
+ "total_wall_area": 51.88278897251537,
+ "connected_wall_area": 51.88278897238546,
+ "free_wall_area": 1.2990852837901912e-10
+ }
+ },
+ "DEBE3D04YY50000COa": {
+ "gml_id": "DEBE3D04YY50000COa"
+ },
+ "DEBE3D04YY500002ND": {
+ "gml_id": "DEBE3D04YY500002ND"
+ },
+ "DEBE3D04YY500003Re": {
+ "gml_id": "DEBE3D04YY500003Re"
+ },
+ "DEBE3D04YY50000PBN": {
+ "gml_id": "DEBE3D04YY50000PBN"
+ },
+ "DEBE3D04YY50000D5W": {
+ "gml_id": "DEBE3D04YY50000D5W"
+ },
+ "DEBE3D04YY500003zn": {
+ "gml_id": "DEBE3D04YY500003zn",
+ "289.4785724311596": {
+ "surface_id": "UUID_b21c6583-4d50-418b-a2ff-d84539311dd8",
+ "total_wall_area": 52.457232450025,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "199.49053051567338": {
+ "surface_id": "UUID_33ad8b59-93ac-4615-8ee9-2994bd11a449",
+ "total_wall_area": 72.92021475221459,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "289.5695487220741": {
+ "surface_id": "UUID_9b7266f9-5496-40e7-bfaf-9a5651e9e7fc",
+ "total_wall_area": 22.855977749679667,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "199.58071165998587": {
+ "surface_id": "UUID_97c46f03-830a-420b-b851-69d964a9fee0",
+ "total_wall_area": 10.77777414700027,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "199.44713646121568": {
+ "surface_id": "UUID_c036af9a-ffd8-49f9-b55b-2d1a06ff36a4",
+ "total_wall_area": 10.166587211935273,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "290.2064185867526": {
+ "surface_id": "UUID_93119b24-d94e-468b-9d80-617be4f5e2d6",
+ "total_wall_area": 6.971565669055775,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "290.0688995031329": {
+ "surface_id": "UUID_63fb521f-a27d-40b3-8375-be9d5e59d908",
+ "total_wall_area": 286.4408020756495,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "19.939176556337216": {
+ "surface_id": "UUID_10812aab-f7c3-4478-8890-71d0de953d8e",
+ "total_wall_area": 10.124719080069122,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "19.89908313653133": {
+ "surface_id": "UUID_9fd1e8a9-1ac2-4eeb-af9e-851edb468e11",
+ "total_wall_area": 54.26337732737871,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "289.9593487789546": {
+ "surface_id": "UUID_5268312e-5650-4afc-b7ba-6330e369e219",
+ "total_wall_area": 28.085255543175577,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "19.90056394062934": {
+ "surface_id": "UUID_272ceb41-c623-4aac-8b08-8cb3e75e07d2",
+ "total_wall_area": 79.48541957231772,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "109.89999464173502": {
+ "surface_id": "UUID_c8c257e0-3ded-4c0a-ab1a-216089c8f635",
+ "total_wall_area": 28.098250794782768,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "19.892808485725": {
+ "surface_id": "UUID_c3ad0a5f-dc79-4b43-b102-a09d7ab8eed6",
+ "total_wall_area": 102.21694126462346,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "289.884238975132": {
+ "surface_id": "UUID_ccaca121-a3e5-4ced-a15b-31663309c068",
+ "total_wall_area": 28.118993981841616,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "19.902715353767505": {
+ "surface_id": "UUID_e440d1ce-436e-4196-8bdf-ad44d333dabf",
+ "total_wall_area": 81.61258279272728,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "109.85642498380571": {
+ "surface_id": "UUID_6a25b89e-bc7b-4321-8caf-5aaef3d6d5bd",
+ "total_wall_area": 28.089908029826038,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "19.908586959881177": {
+ "surface_id": "UUID_20e33358-f6b2-443c-90ce-43850da5f1d9",
+ "total_wall_area": 56.70569562108732,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "109.838266832199": {
+ "surface_id": "UUID_2964d30a-9124-482b-963a-ab6bb530a338",
+ "total_wall_area": 327.06630244071795,
+ "connected_wall_area": 300.0847050111075,
+ "free_wall_area": 285.0072868852567
+ },
+ "199.45969419520057": {
+ "surface_id": "UUID_3290b93a-0151-4b7f-b007-f8858e5af252",
+ "total_wall_area": 25.70755532745903,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "145.27049647363975": {
+ "surface_id": "UUID_39699833-4513-45f6-be1e-82c3c209e5df",
+ "total_wall_area": 47.92996301193271,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "199.48192325048328": {
+ "surface_id": "UUID_19caab91-7aa0-4e63-876c-54a7e8c05dc0",
+ "total_wall_area": 237.85762682631463,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY5000010A": {
+ "gml_id": "DEBE3D04YY5000010A"
+ },
+ "DEBE3D04YY50000IVk": {
+ "gml_id": "DEBE3D04YY50000IVk"
+ },
+ "DEBE3D04YY50000OZp": {
+ "gml_id": "DEBE3D04YY50000OZp",
+ "209.21719554763985": {
+ "surface_id": "UUID_25016ee4-0919-4646-82ed-2d113f99d4cf",
+ "total_wall_area": 560.0196839121263,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "209.1946739522751": {
+ "surface_id": "UUID_87ac4326-8bcb-4be0-8735-b76e0ac09223",
+ "total_wall_area": 61.650731240082365,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "209.21438002275795": {
+ "surface_id": "UUID_dbd5cb67-03a6-4087-8225-ea79f2024a68",
+ "total_wall_area": 17.10349074091059,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "301.55214146193225": {
+ "surface_id": "UUID_43e4ca50-e099-41bb-b5aa-698215a7e05d",
+ "total_wall_area": 222.40506235498003,
+ "connected_wall_area": 212.10119275441858,
+ "free_wall_area": 10.303869600561455
+ },
+ "28.87459099715816": {
+ "surface_id": "UUID_6c8462d9-0f0f-442f-944a-0182843ff171",
+ "total_wall_area": 17.00239474496258,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "28.84665706443674": {
+ "surface_id": "UUID_69a63874-d9df-4f99-b47e-154e0ba54801",
+ "total_wall_area": 35.74477043083287,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "28.85926959063336": {
+ "surface_id": "UUID_9811cbec-99c7-413a-8190-38e84892668f",
+ "total_wall_area": 440.4047634167294,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "87.99179437924741": {
+ "surface_id": "UUID_dc59d20f-99d0-45a2-9c11-6344049180af",
+ "total_wall_area": 263.4431698730037,
+ "connected_wall_area": 263.4431698876635,
+ "free_wall_area": -1.4659804037364665e-08
+ }
+ },
+ "DEBE3D04YY500005Jv": {
+ "gml_id": "DEBE3D04YY500005Jv",
+ "267.1387654612779": {
+ "surface_id": "UUID_5b4ce189-aca2-4fcc-9109-bf9d68c6ffa8",
+ "total_wall_area": 67.68054537659968,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "177.18621454345276": {
+ "surface_id": "UUID_3ee151da-a60e-4c70-be6c-90de8833e6ea",
+ "total_wall_area": 7.308217616091873,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "267.1385162984381": {
+ "surface_id": "UUID_8cd5cf00-c176-4a45-b2ef-a8689c8d9267",
+ "total_wall_area": 42.69508574987798,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "357.191515165388": {
+ "surface_id": "UUID_76a6ec7d-1691-42b9-aeca-bd81109877f2",
+ "total_wall_area": 7.321999509352748,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "267.13935044631535": {
+ "surface_id": "UUID_d9bd4be6-d4e0-4227-a61c-4ab413b9feab",
+ "total_wall_area": 67.694374099329,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "356.9537997797099": {
+ "surface_id": "UUID_dc77d37e-a864-4cf3-a07f-c016a20e9fb0",
+ "total_wall_area": 73.49362581502734,
+ "connected_wall_area": 73.3747961416433,
+ "free_wall_area": 21.919758018338612
+ },
+ "356.9574386899359": {
+ "surface_id": "UUID_fcee1bf7-e807-45d5-8546-f2a50b3787f4",
+ "total_wall_area": 55.38364977773515,
+ "connected_wall_area": 54.31218171348034,
+ "free_wall_area": 1.071468064254809
+ },
+ "356.9535190331192": {
+ "surface_id": "UUID_535b13d5-3497-4015-b2cb-df365c8369d1",
+ "total_wall_area": 19.908037055746536,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "87.14507812378761": {
+ "surface_id": "UUID_c7ee9247-8d43-4ed2-a1a8-f47d420a8f95",
+ "total_wall_area": 121.2592876118712,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "87.14730372876018": {
+ "surface_id": "UUID_ad5b1dc7-a802-4c0b-85aa-948b9cf547d3",
+ "total_wall_area": 121.90793995073034,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "87.05449261904036": {
+ "surface_id": "UUID_37c12641-fa01-41c8-86f9-227b34d82ba6",
+ "total_wall_area": 6.1501286964041295,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "87.19754847826215": {
+ "surface_id": "UUID_c8cee435-928e-46db-9f98-b0876da299ab",
+ "total_wall_area": 3.911724231332036,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "177.16416862607804": {
+ "surface_id": "UUID_6ec88ba8-7123-4506-8245-7ce5c7f74f45",
+ "total_wall_area": 76.39639559400153,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "267.1805978724921": {
+ "surface_id": "UUID_f258f4a0-180d-4d3f-a753-95de8f6fc4e0",
+ "total_wall_area": 10.056112579244328,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "177.14116238998116": {
+ "surface_id": "UUID_af194569-b0d8-4552-8ee0-680728041f0c",
+ "total_wall_area": 66.56424076627341,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "177.1808939930085": {
+ "surface_id": "UUID_ac066520-5870-4b19-a548-39aa00504623",
+ "total_wall_area": 7.294435782293256,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "267.1333504622962": {
+ "surface_id": "UUID_1a0cbc0e-567c-4d99-80aa-a8848f6b4e5e",
+ "total_wall_area": 64.88966356759764,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "357.1862146443899": {
+ "surface_id": "UUID_fa8e3978-b51b-45e3-84a4-285e8fc2a382",
+ "total_wall_area": 7.308217614628874,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY500004IA": {
+ "gml_id": "DEBE3D04YY500004IA"
+ },
+ "DEBE3D04YY50002bxx": {
+ "gml_id": "DEBE3D04YY50002bxx",
+ "175.066185371173": {
+ "surface_id": "UUID_45e4f4a3-55d9-4b2b-bdcb-8a3557eb0657",
+ "total_wall_area": 3.9998405609672387,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "265.5894370738266": {
+ "surface_id": "UUID_c585c334-4242-4992-885d-08681de6c760",
+ "total_wall_area": 10.090628456918466,
+ "connected_wall_area": 10.090628470210817,
+ "free_wall_area": -1.3292350331539637e-08
+ },
+ "355.6012946070764": {
+ "surface_id": "UUID_b4b6c3f6-6bce-46dc-97b4-fd5f4e26d04e",
+ "total_wall_area": 3.9926855116200644,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "85.57302835291279": {
+ "surface_id": "UUID_14c4ff06-141d-4a57-b5b8-25d7691e5217",
+ "total_wall_area": 10.057731985691792,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY50000Cxy": {
+ "gml_id": "DEBE3D04YY50000Cxy"
+ },
+ "DEBE3D04YY500007nt": {
+ "gml_id": "DEBE3D04YY500007nt",
+ "350.78269538026257": {
+ "surface_id": "UUID_e8a712af-0b9e-4078-8eed-2f8b846fba36",
+ "total_wall_area": 8.773941728101311,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "80.77146341617556": {
+ "surface_id": "UUID_dd3df378-fd91-4b20-a208-b6b7361dc468",
+ "total_wall_area": 15.729099383053105,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "170.77297740104433": {
+ "surface_id": "UUID_8893d84c-c229-4891-ade3-fe754d97aa76",
+ "total_wall_area": 8.895877991222708,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "261.2155856737439": {
+ "surface_id": "UUID_31e6a2e3-6c25-4ca7-98e5-c25abaaf2709",
+ "total_wall_area": 15.731056914234038,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY500006JC": {
+ "gml_id": "DEBE3D04YY500006JC"
+ },
+ "DEBE3D04YY50000R68": {
+ "gml_id": "DEBE3D04YY50000R68",
+ "296.08658430064565": {
+ "surface_id": "UUID_c73355d9-b6ef-46a4-98d7-6a1a5bb523ea",
+ "total_wall_area": 132.52695877394228,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "296.09296741736813": {
+ "surface_id": "UUID_b4c5ce10-d7d0-4d81-804e-626131f9925f",
+ "total_wall_area": 138.72273129204905,
+ "connected_wall_area": 119.51934056718136,
+ "free_wall_area": 19.20339072486769
+ },
+ "32.34557523677778": {
+ "surface_id": "UUID_99511e78-f84d-4195-9940-e0e6bf5f2bc8",
+ "total_wall_area": 280.28548708806517,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "121.89326704117065": {
+ "surface_id": "UUID_99b8a939-5834-42f3-8e9f-62ee7a0351f6",
+ "total_wall_area": 141.74344396561824,
+ "connected_wall_area": 140.49959005868658,
+ "free_wall_area": 1.2438539069316619
+ },
+ "121.88723006788871": {
+ "surface_id": "UUID_0df4916b-da1f-47b2-b4dd-bc744ba01b2b",
+ "total_wall_area": 129.28791994686065,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "212.66155438025643": {
+ "surface_id": "UUID_dfb49aa9-3688-4b3f-8a0a-05e3f58e7231",
+ "total_wall_area": 156.3934573350594,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "212.65779274257946": {
+ "surface_id": "UUID_574f9e49-0ccf-4f19-a846-7d7e5bb685e1",
+ "total_wall_area": 96.49197939319174,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY50002cVL": {
+ "gml_id": "DEBE3D04YY50002cVL",
+ "107.59195858221494": {
+ "surface_id": "UUID_247f6395-f900-460f-992d-3076c288df06",
+ "total_wall_area": 44.9758041710425,
+ "connected_wall_area": 44.975804117645126,
+ "free_wall_area": 5.339737185749982e-08
+ },
+ "201.489246898735": {
+ "surface_id": "UUID_06d4ec52-a260-40e5-939d-03c79ba74a04",
+ "total_wall_area": 18.768282060847852,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "285.2733773938222": {
+ "surface_id": "UUID_5059f2ef-1c8f-439f-930b-b382c47e3ccb",
+ "total_wall_area": 43.300491711183696,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "16.37463769248255": {
+ "surface_id": "UUID_7a221bf4-4011-46dd-bfd5-a20249d9c18b",
+ "total_wall_area": 20.481260248741506,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY50000K83": {
+ "gml_id": "DEBE3D04YY50000K83",
+ "265.6967781615733": {
+ "surface_id": "UUID_b255ad36-2a6e-4085-8302-d23b65cc32c3",
+ "total_wall_area": 274.75497992845135,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "355.70633711487915": {
+ "surface_id": "UUID_ab623d1f-920f-4a27-8838-597f8ca93299",
+ "total_wall_area": 133.731793931128,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "63.38550112030019": {
+ "surface_id": "UUID_53891ae9-c054-4357-af13-e8574229f156",
+ "total_wall_area": 70.50663166375152,
+ "connected_wall_area": 10.787741352342664,
+ "free_wall_area": 59.718890311408856
+ },
+ "132.80583265231132": {
+ "surface_id": "UUID_2517da28-9258-43fd-9e01-68911ca69d3c",
+ "total_wall_area": 57.63223288701236,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "85.7108466714335": {
+ "surface_id": "UUID_e5ba133e-39d1-4c0c-bc7f-a3ac53f130fd",
+ "total_wall_area": 155.55345699660424,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "175.4011361790108": {
+ "surface_id": "UUID_769be624-9d9f-4417-803f-f4f1d9667929",
+ "total_wall_area": 118.24569171776366,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY500006oB": {
+ "gml_id": "DEBE3D04YY500006oB"
+ },
+ "DEBE3D04YY500001FC": {
+ "gml_id": "DEBE3D04YY500001FC"
+ },
+ "DEBE3D04YY50000OFp": {
+ "gml_id": "DEBE3D04YY50000OFp"
+ },
+ "DEBE3D04YY50000C20": {
+ "gml_id": "DEBE3D04YY50000C20"
+ },
+ "DEBE3D04YY50000BBT": {
+ "gml_id": "DEBE3D04YY50000BBT",
+ "106.99196139692634": {
+ "surface_id": "UUID_f17ce74d-eb2d-4ff9-b65e-ad23aea99f8e",
+ "total_wall_area": 6.800589517988604,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "197.43738080439002": {
+ "surface_id": "UUID_ab46251d-8c6b-4deb-a3e1-9d67f95fd582",
+ "total_wall_area": 0.49681093191694137,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "287.3229848009412": {
+ "surface_id": "UUID_971950ef-5af6-4abc-b91f-9baaa537412d",
+ "total_wall_area": 5.959473200009897,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "287.11577892303575": {
+ "surface_id": "UUID_e2c5f498-ce8d-4fe4-8c34-5bbf7bcc578a",
+ "total_wall_area": 1.0687774897892635,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "17.10427570565892": {
+ "surface_id": "UUID_b89d7dce-825c-4e4e-94f2-1074ee672c7e",
+ "total_wall_area": 32.58069845074249,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY500006na": {
+ "gml_id": "DEBE3D04YY500006na",
+ "284.3332383540318": {
+ "surface_id": "UUID_90c44fe9-9f41-41ca-be9a-db2bb49af4c4",
+ "total_wall_area": 1.6844325734406642,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "198.03855006382852": {
+ "surface_id": "UUID_99be63fb-1169-4b83-9bdd-91e74a067421",
+ "total_wall_area": 7.130474318715321,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "107.8571211413119": {
+ "surface_id": "UUID_db3db38b-c891-4ec7-89c2-6904974fa898",
+ "total_wall_area": 8.560404724127302,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "108.02454862269548": {
+ "surface_id": "UUID_1f986451-0ff8-477e-a97f-49efd20ece13",
+ "total_wall_area": 7.416996294648475,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "107.37784584710448": {
+ "surface_id": "UUID_be9f9df4-1cb3-432c-8091-ebfaf9d58a14",
+ "total_wall_area": 26.688157316543567,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "83.95682433005308": {
+ "surface_id": "UUID_27ed1af6-e44e-437a-b065-15bff2d1f7b5",
+ "total_wall_area": 6.582580424871444,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "54.96251540337478": {
+ "surface_id": "UUID_c4171582-4dc9-470b-9142-d1ec939f64ae",
+ "total_wall_area": 23.848995622915986,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "143.9110417477845": {
+ "surface_id": "UUID_fa45c8b4-d471-4ede-ae55-a79e0214ddf1",
+ "total_wall_area": 38.7834024544839,
+ "connected_wall_area": 38.781635333492886,
+ "free_wall_area": 0.00176712099101195
+ },
+ "235.00978122556864": {
+ "surface_id": "UUID_49cca79a-11d1-4728-b683-59cf32956359",
+ "total_wall_area": 46.90143706008317,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "286.87970961467386": {
+ "surface_id": "UUID_9461789b-4765-454a-ba04-b288c2808d86",
+ "total_wall_area": 49.35540502340737,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "286.88807032481407": {
+ "surface_id": "UUID_b69fe3c2-5238-48ec-8f97-7b643552f3d0",
+ "total_wall_area": 6.888053533312365,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "286.8825641634206": {
+ "surface_id": "UUID_204e1449-64c4-4384-a3c4-e44b21ad7212",
+ "total_wall_area": 26.403957689348236,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "16.17611781274104": {
+ "surface_id": "UUID_35355549-da56-41e7-81c0-a1d06f4ad278",
+ "total_wall_area": 116.76264574789676,
+ "connected_wall_area": 116.76264574297238,
+ "free_wall_area": 109.02575523642591
+ },
+ "16.209025014396275": {
+ "surface_id": "UUID_efd5c081-9925-495e-ab81-21df5da37a59",
+ "total_wall_area": 1.074720421653593,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "107.24428727308822": {
+ "surface_id": "UUID_0372985c-71f5-4f5b-92cb-4489077a8472",
+ "total_wall_area": 52.04651661439313,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "182.83263736906088": {
+ "surface_id": "UUID_5e9b2e58-85b7-42eb-a690-59f5337d2a2d",
+ "total_wall_area": 1.1534092936159,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "196.89430426405556": {
+ "surface_id": "UUID_f72867f5-8ad7-47dc-bdd3-2bcc1ea33f1d",
+ "total_wall_area": 14.855109727144857,
+ "connected_wall_area": 14.837778765952674,
+ "free_wall_area": 0.017330961192183025
+ },
+ "196.98227400122423": {
+ "surface_id": "UUID_3d6e0d92-e6c4-40a8-a74f-4d1cfbf36f29",
+ "total_wall_area": 23.50074620034199,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "288.29226455384213": {
+ "surface_id": "UUID_20683da7-8460-4181-b7d0-492daa1bbffa",
+ "total_wall_area": 34.28552070831938,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "196.68190879834856": {
+ "surface_id": "UUID_412c922e-0e45-4259-87bf-b127a961e867",
+ "total_wall_area": 7.59776578920545,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "107.79706670894376": {
+ "surface_id": "UUID_753dce65-c0d9-47f2-9d62-b6f55de2f60c",
+ "total_wall_area": 1.874714375081642,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "195.5308421706648": {
+ "surface_id": "UUID_352f8d88-5659-4aae-a965-2b5a36f98a45",
+ "total_wall_area": 24.60439350043065,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY50000Mls": {
+ "gml_id": "DEBE3D04YY50000Mls"
+ },
+ "DEBE3D04YY50000OyT": {
+ "gml_id": "DEBE3D04YY50000OyT"
+ },
+ "DEBE3D04YY50000PbF": {
+ "gml_id": "DEBE3D04YY50000PbF",
+ "55.35223424042751": {
+ "surface_id": "UUID_6e70259a-48e3-4dee-a629-9505051d37fa",
+ "total_wall_area": 84.35773006140657,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "55.343184222826146": {
+ "surface_id": "UUID_ef3321a7-8554-43e9-9898-244d4e5ec1bf",
+ "total_wall_area": 48.65990981055346,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "144.78096999511297": {
+ "surface_id": "UUID_e565dc2c-0038-4e0e-9df0-4237908b7a96",
+ "total_wall_area": 23.507206213077794,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "234.82539922250785": {
+ "surface_id": "UUID_98d48324-d553-45d9-bc3f-5cb5fbd211f4",
+ "total_wall_area": 134.2105810587425,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "326.08298758547295": {
+ "surface_id": "UUID_5299c7e0-89c0-4494-a541-897ea313c466",
+ "total_wall_area": 24.60949167086317,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY50000MFN": {
+ "gml_id": "DEBE3D04YY50000MFN"
+ },
+ "DEBE3D04YY50000ImQ": {
+ "gml_id": "DEBE3D04YY50000ImQ"
+ },
+ "DEBE3D04YY50000Rfo": {
+ "gml_id": "DEBE3D04YY50000Rfo",
+ "221.1882390241295": {
+ "surface_id": "UUID_6ed4a688-0049-4cb1-a2e3-403003cfabce",
+ "total_wall_area": 49.65143847067959,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "223.48661599876152": {
+ "surface_id": "UUID_9a109063-da86-45ea-b015-4e13f0dd5427",
+ "total_wall_area": 49.64935210815462,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "225.81770993028667": {
+ "surface_id": "UUID_72f490ca-1c50-4bb7-a960-673c2185fd6b",
+ "total_wall_area": 49.63708857597001,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "228.1316013662519": {
+ "surface_id": "UUID_14b44e4a-7b8b-49e5-a87d-4dbb6d80b534",
+ "total_wall_area": 49.66097679180699,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "230.45270069714684": {
+ "surface_id": "UUID_aa51447a-67a3-43ad-a144-19632562a406",
+ "total_wall_area": 49.6421796435297,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "232.76594958395677": {
+ "surface_id": "UUID_14e64dfe-378f-4bff-90c4-612dc180ccb8",
+ "total_wall_area": 49.63161850792352,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "325.7281089148794": {
+ "surface_id": "UUID_071e18c9-42bb-4f9c-a6ea-dad248c37213",
+ "total_wall_area": 214.2398589948809,
+ "connected_wall_area": 214.23985898553923,
+ "free_wall_area": 9.34167587729462e-09
+ },
+ "51.50651356696466": {
+ "surface_id": "UUID_0cfa9b4f-8316-424e-8663-d192a84d08d1",
+ "total_wall_area": 42.42962103931681,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "49.42055727607563": {
+ "surface_id": "UUID_4430c664-d5e4-44df-ada9-55b101646dd0",
+ "total_wall_area": 42.43328289228545,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "47.360536470770576": {
+ "surface_id": "UUID_633e5da6-5bfd-4654-b018-4b70df9ad352",
+ "total_wall_area": 42.44857501358147,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "45.28484883022652": {
+ "surface_id": "UUID_f8e69fad-296b-46d4-b39f-ee06c424aea1",
+ "total_wall_area": 42.44322312917558,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "43.20881807110638": {
+ "surface_id": "UUID_6e577fd2-5fde-4ea0-b570-35eaa7433282",
+ "total_wall_area": 42.43328829126652,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "41.15072786714625": {
+ "surface_id": "UUID_18c0ad89-12b7-4e43-af7d-d860326e70a1",
+ "total_wall_area": 42.43291887929351,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "129.98896875719805": {
+ "surface_id": "UUID_927d289d-ddc5-486d-b03a-03c1f2607b04",
+ "total_wall_area": 14.494356722188098,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "36.37184230404765": {
+ "surface_id": "UUID_68be986a-ee65-471e-af92-5469d06a85c7",
+ "total_wall_area": 95.14096557181631,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "35.182337625813176": {
+ "surface_id": "UUID_397b3ca8-a9fd-4644-96da-5ff2aef5082f",
+ "total_wall_area": 39.9531125317349,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "26.76598749702692": {
+ "surface_id": "UUID_d9aa7c57-8564-4dd6-8b23-51979e573db8",
+ "total_wall_area": 19.026703154571475,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "144.7700941757339": {
+ "surface_id": "UUID_23d37bd4-390a-46a0-b8fd-48b772742441",
+ "total_wall_area": 14.299696406869224,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "144.7739441336687": {
+ "surface_id": "UUID_04bba13d-ad57-48d3-b0ab-1a6f356a344d",
+ "total_wall_area": 62.414691337127394,
+ "connected_wall_area": 58.01095432577975,
+ "free_wall_area": 4.403737011347644
+ },
+ "125.95920593612857": {
+ "surface_id": "UUID_15c8538e-da18-4cc5-87c1-fa2683415a67",
+ "total_wall_area": 133.03519343117244,
+ "connected_wall_area": 126.86246036102801,
+ "free_wall_area": 6.172733070144432
+ },
+ "217.39387988115578": {
+ "surface_id": "UUID_a88377ef-0b58-4924-ab6f-bfa9211ccd47",
+ "total_wall_area": 59.667443091601925,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "216.55008766912312": {
+ "surface_id": "UUID_c7cecd34-f6de-48df-87d4-7ca9389865d5",
+ "total_wall_area": 49.64340833892874,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "218.8826432660933": {
+ "surface_id": "UUID_2f643628-7c5b-4a6f-9bac-254c9fcc0f36",
+ "total_wall_area": 49.643422067046544,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY50000AJm": {
+ "gml_id": "DEBE3D04YY50000AJm"
+ },
+ "DEBE3D04YY50000Rt0": {
+ "gml_id": "DEBE3D04YY50000Rt0"
+ },
+ "DEBE3D04YY50000OVk": {
+ "gml_id": "DEBE3D04YY50000OVk",
+ "176.86693641615938": {
+ "surface_id": "UUID_5252ec25-29b2-41d1-977a-1f719218bd1b",
+ "total_wall_area": 7.012218684904054,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "266.8980482203549": {
+ "surface_id": "UUID_690931d4-c862-4c5d-800e-753ed6a8bbf2",
+ "total_wall_area": 43.18720865262296,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "356.87350552271687": {
+ "surface_id": "UUID_7878910e-e1c2-4bd1-989c-b8baff5e7c60",
+ "total_wall_area": 7.026937198549377,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "266.8681272004279": {
+ "surface_id": "UUID_93d3d236-47e0-4a05-8eb6-006b335b5eb9",
+ "total_wall_area": 28.411010733860763,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "266.89125520977717": {
+ "surface_id": "UUID_f2fa6e44-27ac-4c5e-8d26-8e825a0f1fbc",
+ "total_wall_area": 48.248799746404536,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "176.86693652816246": {
+ "surface_id": "UUID_9af7dbdb-2b0c-437a-90fd-168a1edf1fd1",
+ "total_wall_area": 7.0122186865329015,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "266.91737927232685": {
+ "surface_id": "UUID_535241c4-9b99-4e24-beab-3c9d51cab63f",
+ "total_wall_area": 73.5228955664102,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "356.9007529412032": {
+ "surface_id": "UUID_3783b3c3-65ca-4b6d-9954-e5cc10b28f19",
+ "total_wall_area": 81.39366993612443,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "356.90333158364143": {
+ "surface_id": "UUID_110bcdda-11c7-46d0-b26a-53aba5922eb4",
+ "total_wall_area": 36.583275419396,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "266.59581809592635": {
+ "surface_id": "UUID_8bedc02a-2e0b-4bd3-8e19-21f0a37a6c5f",
+ "total_wall_area": 73.35768388837734,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "356.61419632179013": {
+ "surface_id": "UUID_c39a746e-63a6-49c8-a945-1ddbd96849c3",
+ "total_wall_area": 28.81872331906183,
+ "connected_wall_area": 25.765033076990157,
+ "free_wall_area": 3.0536902420716743
+ },
+ "86.60286708037992": {
+ "surface_id": "UUID_be1f190e-d0f4-42bc-8562-e7230fbbde63",
+ "total_wall_area": 71.85906415579105,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "356.916157692094": {
+ "surface_id": "UUID_3474ed95-e0c6-4d5c-9175-2ef91b67c463",
+ "total_wall_area": 15.672102063332414,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "86.89733645026874": {
+ "surface_id": "UUID_c5e9a933-f49a-4383-b693-d21406a24ab5",
+ "total_wall_area": 269.36464373516014,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "176.96297022072235": {
+ "surface_id": "UUID_8801026b-9c18-4abd-8ba0-73b9ddd85ab1",
+ "total_wall_area": 81.05195331448871,
+ "connected_wall_area": 76.11311005843491,
+ "free_wall_area": 26.73977160100837
+ },
+ "176.94418274245515": {
+ "surface_id": "UUID_70385438-c2ea-4f91-8ee6-b6fea838d6d2",
+ "total_wall_area": 55.78126875245518,
+ "connected_wall_area": 51.57386779668873,
+ "free_wall_area": 4.2074009557664525
+ },
+ "176.9751740238554": {
+ "surface_id": "UUID_7d436808-eeb5-4550-a446-a4637fb41f5c",
+ "total_wall_area": 18.628559980184534,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "266.89790176576025": {
+ "surface_id": "UUID_d2e98c97-78a3-4202-8bea-6c43992942a8",
+ "total_wall_area": 76.76233569469944,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY50000Qyp": {
+ "gml_id": "DEBE3D04YY50000Qyp"
+ },
+ "DEBE3D04YY50000AJz": {
+ "gml_id": "DEBE3D04YY50000AJz",
+ "27.70304879598926": {
+ "surface_id": "UUID_d2fe7591-d5db-4991-8c8e-82f23c1bbfcc",
+ "total_wall_area": 58.96342712071115,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "292.44624189704047": {
+ "surface_id": "UUID_810ccd5e-098c-447d-b1c9-a4b0adbe8e7b",
+ "total_wall_area": 13.716182988018947,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "22.475726054753864": {
+ "surface_id": "UUID_64334f4b-f3ca-4927-b2a3-9d72fd063eb6",
+ "total_wall_area": 102.30851113413422,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "112.50469090607106": {
+ "surface_id": "UUID_619c2f5e-8ed5-49e3-8ac0-25d81a4763e0",
+ "total_wall_area": 13.519517603737999,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "13.205498049397903": {
+ "surface_id": "UUID_92b0a559-fc7d-404d-a801-987b2b06c924",
+ "total_wall_area": 58.40392787814892,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "292.709099707852": {
+ "surface_id": "UUID_63f7100e-70c1-4a77-bacf-6a04ac0e5000",
+ "total_wall_area": 182.70597388887293,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "202.84754855481992": {
+ "surface_id": "UUID_ec94e535-cd96-4618-894e-16ce8d05a87f",
+ "total_wall_area": 12.470897071596806,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "235.13505376557166": {
+ "surface_id": "UUID_a1c60d1c-349f-4b92-a556-434dae24ceba",
+ "total_wall_area": 19.958782215375198,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "291.99772799306066": {
+ "surface_id": "UUID_857764bd-7861-4b27-ab2c-f17f8bb23054",
+ "total_wall_area": 45.05163742257843,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "21.980204255743345": {
+ "surface_id": "UUID_c01ccbae-5f66-4b32-91c9-29b6bd6f23ae",
+ "total_wall_area": 27.20693213183468,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "21.994782800281797": {
+ "surface_id": "UUID_acd85e8c-ac34-44f4-ac20-d3890a0f5d31",
+ "total_wall_area": 279.00056595304864,
+ "connected_wall_area": 272.3623343931436,
+ "free_wall_area": 6.638231559905023
+ },
+ "111.59623811508402": {
+ "surface_id": "UUID_1eb3a0fe-148f-4ee1-8735-461657a88f13",
+ "total_wall_area": 348.09490253691536,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "201.665735487177": {
+ "surface_id": "UUID_a79fc27d-fee4-41c7-ad9d-05fea507e72d",
+ "total_wall_area": 611.1474751270241,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "201.66898496163702": {
+ "surface_id": "UUID_62a8fd31-199b-44ca-b36c-c01552f4bc48",
+ "total_wall_area": 150.27455435641158,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "336.53392400418886": {
+ "surface_id": "UUID_22aa437a-ec79-4c41-b8ad-8528baaf942a",
+ "total_wall_area": 5.845175330180517,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "278.5053704270357": {
+ "surface_id": "UUID_b8432c46-89b1-4063-a882-2ec4a97a3e81",
+ "total_wall_area": 13.910673545191939,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "336.5771122385997": {
+ "surface_id": "UUID_7f222747-1e05-4886-99ac-dacb05ec0443",
+ "total_wall_area": 43.915080440527476,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "66.6297471431988": {
+ "surface_id": "UUID_37e4c40b-8974-4928-9e4c-e8df6278b3f0",
+ "total_wall_area": 11.840360962614412,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "336.5470714948229": {
+ "surface_id": "UUID_5492d911-c086-49dd-8efa-ce07894c9d44",
+ "total_wall_area": 13.524117038571948,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "287.9302299207709": {
+ "surface_id": "UUID_014352a0-876b-4c6c-8536-6d7069eefe76",
+ "total_wall_area": 302.8949643647893,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "21.99484487120297": {
+ "surface_id": "UUID_ca28ef41-e78d-421b-b334-5d10da65c32f",
+ "total_wall_area": 120.023191237973,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "21.988947076481068": {
+ "surface_id": "UUID_12dbb7e1-c6c5-4c19-8e8d-6a920245e108",
+ "total_wall_area": 116.72358444595913,
+ "connected_wall_area": 111.93826571247365,
+ "free_wall_area": 4.785318733485482
+ },
+ "112.91409378273431": {
+ "surface_id": "UUID_7c88bf53-7fd0-44ab-ba84-95b652d996e2",
+ "total_wall_area": 241.25982052944389,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY50000ERg": {
+ "gml_id": "DEBE3D04YY50000ERg",
+ "24.188201213863437": {
+ "surface_id": "UUID_e64bca40-7336-441c-81b2-243ef88996e6",
+ "total_wall_area": 235.12341950793973,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "309.01086168708184": {
+ "surface_id": "UUID_0474dbe8-202a-488f-b0a6-a196d15aa508",
+ "total_wall_area": 32.65298575857879,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "17.79539160477546": {
+ "surface_id": "UUID_219d5293-0bfc-45f7-b538-d4d275d434e5",
+ "total_wall_area": 97.19751870206535,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "109.58914871292023": {
+ "surface_id": "UUID_d21826bf-a67f-40d4-a21a-acb4d8741d18",
+ "total_wall_area": 55.96631782512584,
+ "connected_wall_area": 54.46251923891599,
+ "free_wall_area": 6.555866810390896
+ },
+ "109.59396592977305": {
+ "surface_id": "UUID_73264ce3-e8ea-4e04-902f-c655fd0d10bd",
+ "total_wall_area": 190.77969462778566,
+ "connected_wall_area": 186.31008198126858,
+ "free_wall_area": 4.469612646517078
+ },
+ "109.59479683181678": {
+ "surface_id": "UUID_50451bd8-c146-4b60-8a16-11b35f0b52a2",
+ "total_wall_area": 53.631235853565066,
+ "connected_wall_area": 52.32433116546319,
+ "free_wall_area": 1.3069046881018735
+ },
+ "110.22485941557738": {
+ "surface_id": "UUID_c8ccda93-d58d-4a02-8bcd-640e9c30ddbd",
+ "total_wall_area": 4.7875856005057145,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "201.1866279407013": {
+ "surface_id": "UUID_5a983a7f-d760-4af2-9e5a-76dcdc7b85e4",
+ "total_wall_area": 71.54171406785838,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "202.4336531107934": {
+ "surface_id": "UUID_990e1b6e-54e4-4595-8a95-b91467effe28",
+ "total_wall_area": 71.04678075374413,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "203.69287869913964": {
+ "surface_id": "UUID_2f4923c8-c4f5-4226-ae7c-81bced1ee73a",
+ "total_wall_area": 70.83809094453845,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "204.95180716862174": {
+ "surface_id": "UUID_ecf76509-62fe-418b-a070-12dcc5145cac",
+ "total_wall_area": 70.95162448834937,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "206.2228032469006": {
+ "surface_id": "UUID_dc454fa3-c29f-47c0-a056-bb55fcfa5893",
+ "total_wall_area": 71.30944153716716,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "290.51085921255225": {
+ "surface_id": "UUID_9ede604f-3e2a-44c7-b480-57c244da0a87",
+ "total_wall_area": 2.9061297705737803,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "292.5548448024342": {
+ "surface_id": "UUID_4cbdab21-de62-4cf5-b79e-7ab52b19bc81",
+ "total_wall_area": 56.87810737648583,
+ "connected_wall_area": 53.23365851342318,
+ "free_wall_area": 3.6444488630626495
+ },
+ "292.56486541639174": {
+ "surface_id": "UUID_bf09ff27-ed20-47fa-9e8d-31bf59b34d4f",
+ "total_wall_area": 148.27058287025508,
+ "connected_wall_area": 129.26972274476643,
+ "free_wall_area": 19.000860125488657
+ },
+ "292.569844835519": {
+ "surface_id": "UUID_d3f2f431-6539-4941-96d4-8274bb242500",
+ "total_wall_area": 42.01616984806337,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "292.6260758635179": {
+ "surface_id": "UUID_71b4fcaa-8cde-4763-8fa6-35a8e6239a34",
+ "total_wall_area": 14.904761633361318,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY500001Wu": {
+ "gml_id": "DEBE3D04YY500001Wu"
+ },
+ "DEBE3D04YY50000LDg": {
+ "gml_id": "DEBE3D04YY50000LDg",
+ "288.10241756107735": {
+ "surface_id": "UUID_a2903087-6037-422a-a8e8-8b6850f75b89",
+ "total_wall_area": 13.016935145048835,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "17.678528693709083": {
+ "surface_id": "UUID_fadd9537-7ae0-45e0-892d-7b6051b11003",
+ "total_wall_area": 25.46527260715337,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "107.05423585843153": {
+ "surface_id": "UUID_af3b6965-3b69-43b1-8273-50e81860bd91",
+ "total_wall_area": 13.074150148039228,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "197.80512816499328": {
+ "surface_id": "UUID_9eb3f946-7391-4f27-99ad-d0cb93b2a187",
+ "total_wall_area": 25.704089774669775,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY5000090d": {
+ "gml_id": "DEBE3D04YY5000090d"
+ },
+ "DEBE3D04YY500006iV": {
+ "gml_id": "DEBE3D04YY500006iV"
+ },
+ "DEBE3D04YY50002bxT": {
+ "gml_id": "DEBE3D04YY50002bxT",
+ "105.91157712495385": {
+ "surface_id": "UUID_22878684-3914-4354-b041-16b37a7cf833",
+ "total_wall_area": 4.551930966541576,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "195.9746657777657": {
+ "surface_id": "UUID_9e2d6dd2-ea27-41a6-891b-5da79212717e",
+ "total_wall_area": 8.414972975445632,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "286.0198235395059": {
+ "surface_id": "UUID_229cdc8e-a481-4015-b2b1-6ff4ff254711",
+ "total_wall_area": 4.549740360354565,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "15.963708282330941": {
+ "surface_id": "UUID_f045849b-aabf-451a-8acf-02f2b181a0e9",
+ "total_wall_area": 8.405300202496365,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY50000FnV": {
+ "gml_id": "DEBE3D04YY50000FnV"
+ },
+ "DEBE3D04YY50000P3L": {
+ "gml_id": "DEBE3D04YY50000P3L",
+ "301.89326704117065": {
+ "surface_id": "UUID_5171de0c-39ad-4c81-b038-0b15ce6e9354",
+ "total_wall_area": 155.82414990486205,
+ "connected_wall_area": 140.49959005868658,
+ "free_wall_area": 15.324559846175475
+ },
+ "301.88925107099055": {
+ "surface_id": "UUID_7da799ff-db22-4a8a-95c3-fc9b5e878042",
+ "total_wall_area": 187.7529520047858,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "301.8876482823993": {
+ "surface_id": "UUID_0c11a45d-efaf-4673-8d08-55a17f4f9e97",
+ "total_wall_area": 46.011672544117076,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "32.65337221613631": {
+ "surface_id": "UUID_113c3206-6697-492b-bc66-577a8ad4c4b7",
+ "total_wall_area": 292.60562571748164,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "302.64915295333515": {
+ "surface_id": "UUID_3e82807b-901a-4ea5-8ece-8e13692cb76d",
+ "total_wall_area": 63.32250532118677,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "212.7483871096403": {
+ "surface_id": "UUID_8cf89dd6-ba9e-4df3-89f2-c80be22f38f7",
+ "total_wall_area": 11.665787423078731,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "302.65417424694954": {
+ "surface_id": "UUID_44579ed0-f676-43e1-8695-d064fcacdf1a",
+ "total_wall_area": 114.60136678755944,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "32.68923730728544": {
+ "surface_id": "UUID_5f4af805-0eb6-44b0-82e7-79ae0546b472",
+ "total_wall_area": 11.68454833349766,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "302.64145905716373": {
+ "surface_id": "UUID_3b454c25-63c4-4af1-91bd-eb325f3dce7b",
+ "total_wall_area": 58.12670112399995,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "212.65475764278222": {
+ "surface_id": "UUID_66bb95a2-379d-439d-9254-f3cff1d7a1ed",
+ "total_wall_area": 295.7354314098217,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "301.8839669526371": {
+ "surface_id": "UUID_c1e18c85-56ef-4f4c-b7ce-f5a2ca77e3d6",
+ "total_wall_area": 127.15731359991344,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "301.8976515734766": {
+ "surface_id": "UUID_ad80ebe0-1b8f-4238-9ab9-c00a83ad368e",
+ "total_wall_area": 154.62337080013023,
+ "connected_wall_area": 154.62337079000892,
+ "free_wall_area": 1.0121311788680032e-08
+ },
+ "32.68082603835016": {
+ "surface_id": "UUID_18bb5c82-c552-46e6-b746-d336086359fb",
+ "total_wall_area": 373.94980875281675,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "121.85451464013278": {
+ "surface_id": "UUID_773703c5-7c95-4069-8078-729f5808927b",
+ "total_wall_area": 614.0035088041772,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "121.85784154216185": {
+ "surface_id": "UUID_8220376c-88e4-4dbf-ba84-bb0beeeb199f",
+ "total_wall_area": 295.5661413436912,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "212.99350960494638": {
+ "surface_id": "UUID_3f83b8ed-9a4d-44eb-bb1d-8cf5e720e826",
+ "total_wall_area": 82.92346014162686,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "302.99689653554935": {
+ "surface_id": "UUID_fdad282b-04d1-4108-a20f-8805bcd6aedd",
+ "total_wall_area": 103.26613689139788,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "245.68552985111597": {
+ "surface_id": "UUID_be1c41bd-b3ad-47be-8514-d7cca4e21cd3",
+ "total_wall_area": 41.64701677185815,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "213.00249265850346": {
+ "surface_id": "UUID_408d496a-bf43-4f2a-ad71-d08915c24930",
+ "total_wall_area": 145.33689683743438,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "172.49804317005766": {
+ "surface_id": "UUID_d56e485e-5456-4f3b-b1b0-5613738e42c4",
+ "total_wall_area": 43.72351164599339,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "123.01671569622914": {
+ "surface_id": "UUID_ca8244a3-6cda-4b61-870d-59c6b67921e2",
+ "total_wall_area": 97.35898153515234,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "213.01287620933485": {
+ "surface_id": "UUID_0b875264-3c06-45ea-bc1b-636783d3f9f5",
+ "total_wall_area": 77.96888956422542,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY500009yI": {
+ "gml_id": "DEBE3D04YY500009yI"
+ },
+ "DEBE3D04YY500002jr": {
+ "gml_id": "DEBE3D04YY500002jr"
+ },
+ "DEBE3D04YY50000LnT": {
+ "gml_id": "DEBE3D04YY50000LnT"
+ },
+ "DEBE3D04YY50000Dbq": {
+ "gml_id": "DEBE3D04YY50000Dbq",
+ "262.09344986533023": {
+ "surface_id": "UUID_05933168-9f03-4cd8-a22b-2c807bff3876",
+ "total_wall_area": 7.267462358327464,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "355.95644384221987": {
+ "surface_id": "UUID_d407a0e7-e882-4907-93fa-dcc790a6a017",
+ "total_wall_area": 17.541168645107486,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "85.95888602213608": {
+ "surface_id": "UUID_ca7e7a0e-aa1c-42db-8388-c73967c98028",
+ "total_wall_area": 7.255689522577631,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "175.96373706466312": {
+ "surface_id": "UUID_6e29e4c6-1f76-4107-a2eb-f42569196235",
+ "total_wall_area": 17.057282157174733,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY50000FQS": {
+ "gml_id": "DEBE3D04YY50000FQS",
+ "323.3392554600858": {
+ "surface_id": "UUID_312a11f0-351d-4893-b36f-d10de0cf19ff",
+ "total_wall_area": 137.57451300843783,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "324.3653094675153": {
+ "surface_id": "UUID_ae18cdec-f6a4-4d74-b862-55e98acfa99a",
+ "total_wall_area": 42.69113029255239,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "233.43496690449365": {
+ "surface_id": "UUID_0c74794b-ab57-4b27-a3fb-9c3542aa5dfb",
+ "total_wall_area": 73.91386642421513,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "151.62239606096006": {
+ "surface_id": "UUID_e087ffd4-0ea6-4880-9416-9d702bac5d8e",
+ "total_wall_area": 8.80419352281629,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "236.9028121366774": {
+ "surface_id": "UUID_ad3a6990-9447-4f6b-ba5a-c0a7f17ec677",
+ "total_wall_area": 80.83746614285455,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "206.02565407929205": {
+ "surface_id": "UUID_904470e8-6a0f-45b1-aa97-e42f88eb3bea",
+ "total_wall_area": 37.926891971671274,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "159.23361292817208": {
+ "surface_id": "UUID_609330b4-5c01-4629-ad6c-3e7330b3db75",
+ "total_wall_area": 188.56444786169817,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "247.6729558924403": {
+ "surface_id": "UUID_1c26b2f1-ede9-48c6-9994-e0a1a2543939",
+ "total_wall_area": 14.65112433423364,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "156.68877384473404": {
+ "surface_id": "UUID_3ccafe40-b458-4778-94ae-28c0cf6cf914",
+ "total_wall_area": 73.3595085909863,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "138.2686607239541": {
+ "surface_id": "UUID_8c11b415-a6e7-46b5-8e1c-5b8a8c0f4b6f",
+ "total_wall_area": 63.134948968846906,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "43.861823004793465": {
+ "surface_id": "UUID_bf83a4c2-4242-446d-a2ef-46c15a5ffac2",
+ "total_wall_area": 10.65720626658566,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "58.3924977527287": {
+ "surface_id": "UUID_d4456b5b-c396-4199-89ee-c75c1c03113a",
+ "total_wall_area": 10.660888064758048,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "72.83808119142813": {
+ "surface_id": "UUID_e18059c3-cdce-4a02-b1c8-f721ee3902d5",
+ "total_wall_area": 10.649060700130965,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "87.17784470513806": {
+ "surface_id": "UUID_03f2f48a-d00b-4cdb-aa3c-eb65974a6ea5",
+ "total_wall_area": 10.634782225485555,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "101.73005898924788": {
+ "surface_id": "UUID_84d47a8c-440d-42e5-bb7a-8435f20f4b45",
+ "total_wall_area": 10.668467176181792,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "116.14464947352923": {
+ "surface_id": "UUID_e8b330ad-8725-4fd3-9068-7daa208a6156",
+ "total_wall_area": 10.634759043826968,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "130.6304083487464": {
+ "surface_id": "UUID_93941d2a-19c2-42be-85ce-abc0ec7695f9",
+ "total_wall_area": 10.64010711842877,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "145.08473964110465": {
+ "surface_id": "UUID_8dc9f03a-8500-4942-9038-1630a629ef6b",
+ "total_wall_area": 10.667624708538025,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "159.5696376428371": {
+ "surface_id": "UUID_9ec9807d-4627-4974-a777-ac97babc0d09",
+ "total_wall_area": 10.637531110498003,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "173.9559078475276": {
+ "surface_id": "UUID_31334d61-d0f3-4f9f-9a02-815f2d71921f",
+ "total_wall_area": 10.65084382815847,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "188.490926169543": {
+ "surface_id": "UUID_8911771a-f6ff-4897-934e-8a1bde76028d",
+ "total_wall_area": 10.634276548690412,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "111.57031033676043": {
+ "surface_id": "UUID_caff796f-0abe-44e7-8505-62934616c7a6",
+ "total_wall_area": 30.97630173976684,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "105.12400730917176": {
+ "surface_id": "UUID_693a86fa-d9f0-48bf-8f24-ed5acbffe2bf",
+ "total_wall_area": 27.686317084082685,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "84.92339812234084": {
+ "surface_id": "UUID_4992f44c-ea80-4a94-820f-2adcf33881e2",
+ "total_wall_area": 125.94370933102383,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "359.84472723945953": {
+ "surface_id": "UUID_b17ca227-0a75-475c-b395-7e2db062aac4",
+ "total_wall_area": 9.168761168941048,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "84.60215227419744": {
+ "surface_id": "UUID_13409587-5611-461a-8ba4-c94185d01fc2",
+ "total_wall_area": 109.815142349076,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "174.9490109077293": {
+ "surface_id": "UUID_f6e3ad7d-e8a4-477f-a25c-d6f32ac22023",
+ "total_wall_area": 337.666242865716,
+ "connected_wall_area": 321.4129456339623,
+ "free_wall_area": 16.25329723175372
+ },
+ "265.9333919424998": {
+ "surface_id": "UUID_873fc2b2-5674-44b3-a53b-0fe2f5dbc9ce",
+ "total_wall_area": 569.5033442361496,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "300.07741023063613": {
+ "surface_id": "UUID_54d4484b-c65c-47e8-9a1a-23b232995aa0",
+ "total_wall_area": 41.30056387190361,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "339.2908663962879": {
+ "surface_id": "UUID_c0b4dc97-9c58-4a6f-86c5-4e833ddfdf3e",
+ "total_wall_area": 774.2204237134948,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "18.460447617666006": {
+ "surface_id": "UUID_30418e88-bac7-43b9-a4e1-1fa6aa7397b5",
+ "total_wall_area": 32.93605606166709,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "53.88642039071861": {
+ "surface_id": "UUID_96abc57c-51ff-4a60-97ae-bee07bbcf77c",
+ "total_wall_area": 510.4303936870707,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "144.02498892090165": {
+ "surface_id": "UUID_8f6bc664-8e3b-4c72-a5ca-bec836115bd9",
+ "total_wall_area": 485.8823637191412,
+ "connected_wall_area": 296.9448226558821,
+ "free_wall_area": 411.3041684480692
+ },
+ "232.8552849831544": {
+ "surface_id": "UUID_3c88b41f-6d86-46d5-a104-19b468707a5d",
+ "total_wall_area": 102.53402956626691,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "84.63237020395869": {
+ "surface_id": "UUID_1e629ef3-dfb4-4387-be04-24c7cf75d429",
+ "total_wall_area": 0.42918098369281504,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "174.9482667686919": {
+ "surface_id": "UUID_28bd84c5-0ef4-46f6-9f10-86a7d871347a",
+ "total_wall_area": 0.11122002921967038,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "265.9341939828388": {
+ "surface_id": "UUID_a5babd6c-894d-4371-8644-cc5092d52a7e",
+ "total_wall_area": 14.056003867547519,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "144.022971346068": {
+ "surface_id": "UUID_6fd3b64e-ecd7-40f4-8752-ecd55e5156b6",
+ "total_wall_area": 4.392766044270404,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "53.88573397850427": {
+ "surface_id": "UUID_d6f010c9-66a1-4910-b6c0-4594d47aaeb8",
+ "total_wall_area": 14.522549555518818,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "232.85085750244914": {
+ "surface_id": "UUID_6f70d505-b80e-487e-95ee-9d4fb01c25b3",
+ "total_wall_area": 0.5945352197531584,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY50000JjD": {
+ "gml_id": "DEBE3D04YY50000JjD",
+ "106.61031583130557": {
+ "surface_id": "UUID_7f425cdd-4d1b-40fe-b262-2acd773da61f",
+ "total_wall_area": 31.8703812294816,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "196.60527432005972": {
+ "surface_id": "UUID_6c7a7633-d243-44f5-8a83-577ed862f443",
+ "total_wall_area": 11.213528958515795,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "286.4642885470842": {
+ "surface_id": "UUID_6b9f4bb0-51a5-4f2a-8825-78d2d885cc95",
+ "total_wall_area": 31.59286742545254,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "15.23352136126843": {
+ "surface_id": "UUID_4c18bdca-45c5-42c4-99d0-8f2adbf8c1eb",
+ "total_wall_area": 11.29476853594621,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY50000AwI": {
+ "gml_id": "DEBE3D04YY50000AwI",
+ "86.42389930033282": {
+ "surface_id": "UUID_bd222f7c-868c-4126-913d-990eaca54825",
+ "total_wall_area": 287.90131947676053,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "175.8847009675784": {
+ "surface_id": "UUID_06fc5e11-685e-4ab6-a4e2-ea4f3ecece38",
+ "total_wall_area": 240.93756988352698,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "265.69898656743374": {
+ "surface_id": "UUID_ff95e871-d38a-40ec-a9ca-5be461b5e501",
+ "total_wall_area": 286.30827726943,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "354.27875881939593": {
+ "surface_id": "UUID_fa4843eb-d603-4166-8093-63103e93c76e",
+ "total_wall_area": 243.53981452751927,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "175.88447163187539": {
+ "surface_id": "UUID_23182990-25e6-42a7-a128-f9ca40d09f8a",
+ "total_wall_area": 26.164652509378513,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "354.27875201392897": {
+ "surface_id": "UUID_58b427ec-9663-4d2d-963e-d4b182502622",
+ "total_wall_area": 27.338677939377508,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY50000Hsc": {
+ "gml_id": "DEBE3D04YY50000Hsc"
+ },
+ "DEBE3D04AL5e30000K": {
+ "gml_id": "DEBE3D04AL5e30000K",
+ "355.6675187712786": {
+ "surface_id": "UUID_ac14251b-889d-4f6c-809f-8abf1a513946",
+ "total_wall_area": 12.621163882850764,
+ "connected_wall_area": 6.9846458678078385,
+ "free_wall_area": 5.636518015042926
+ },
+ "85.92954991358576": {
+ "surface_id": "UUID_12d92e61-0c82-4efa-86eb-04672c861126",
+ "total_wall_area": 13.764060997394255,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "175.01917234063956": {
+ "surface_id": "UUID_dd748b35-3647-4ae4-95ef-79c584a8d93c",
+ "total_wall_area": 12.546751964894165,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "265.6199865479589": {
+ "surface_id": "UUID_e740d2af-0b1d-4b33-a7d9-39d70cb52d30",
+ "total_wall_area": 11.295878151089681,
+ "connected_wall_area": 5.658283279844762,
+ "free_wall_area": 5.637594871244919
+ }
+ },
+ "DEBE3D04YY500002aB": {
+ "gml_id": "DEBE3D04YY500002aB"
+ },
+ "DEBE3D04YY50000Cyt": {
+ "gml_id": "DEBE3D04YY50000Cyt"
+ },
+ "DEBE3D04YY50000PVY": {
+ "gml_id": "DEBE3D04YY50000PVY",
+ "86.60185435094728": {
+ "surface_id": "UUID_8221cdcd-1168-4549-b723-2fd15ceec6bc",
+ "total_wall_area": 106.04945679290331,
+ "connected_wall_area": 106.04738936760613,
+ "free_wall_area": 6.382406941660619
+ },
+ "86.60396041659267": {
+ "surface_id": "UUID_738bd05b-2c7b-4768-b397-e5b6d4bc7667",
+ "total_wall_area": 93.72999239211401,
+ "connected_wall_area": 93.64313541854747,
+ "free_wall_area": 0.08685697356654032
+ },
+ "86.64011222386998": {
+ "surface_id": "UUID_26546de2-55f6-453b-89b5-ab1a76406bb6",
+ "total_wall_area": 9.791749996958353,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "176.6123730027016": {
+ "surface_id": "UUID_ebc1994b-ccf6-44c4-94ad-5c68beda64df",
+ "total_wall_area": 84.92528042860395,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "266.55491353064536": {
+ "surface_id": "UUID_a62f9b84-813b-4546-bb44-b44ca4c588d0",
+ "total_wall_area": 11.46374569167561,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "176.61105616898254": {
+ "surface_id": "UUID_dabcf265-c59c-4ef6-be13-4b3da24e125e",
+ "total_wall_area": 74.66063852922335,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "86.5549135359978": {
+ "surface_id": "UUID_f347cc3c-3bd2-4319-a9ca-466f6af76dd4",
+ "total_wall_area": 11.461349396819742,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "176.59496152664252": {
+ "surface_id": "UUID_312696a8-4241-469b-be16-0c387db55cc8",
+ "total_wall_area": 83.17596010659342,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "176.6141963217902": {
+ "surface_id": "UUID_2551976b-907c-4cfa-a17b-c961879d1d0e",
+ "total_wall_area": 36.48547569550164,
+ "connected_wall_area": 25.765033076990157,
+ "free_wall_area": 10.720442618511484
+ },
+ "176.59400077347408": {
+ "surface_id": "UUID_a78f4b14-d01b-453b-ba68-80b7b2aae948",
+ "total_wall_area": 29.205796245344388,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "266.638471400968": {
+ "surface_id": "UUID_d37da24a-10f8-4563-9d55-e927791f2050",
+ "total_wall_area": 13.049642405576739,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "266.5970248050388": {
+ "surface_id": "UUID_30635bb7-318f-4c12-8bd8-260b1fb245d1",
+ "total_wall_area": 86.57437752282802,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "176.6408408655916": {
+ "surface_id": "UUID_cd6eda58-8ac6-47a3-86fa-a3e492503355",
+ "total_wall_area": 8.809646306954965,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "266.6054286086205": {
+ "surface_id": "UUID_ab575d99-ea0a-4733-a2c1-b916ae693c3f",
+ "total_wall_area": 104.92686822289889,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "356.64084098119514": {
+ "surface_id": "UUID_6e5d79e7-d0df-48c3-84f7-a2b49be8c36e",
+ "total_wall_area": 8.791905825550812,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "356.5951115869767": {
+ "surface_id": "UUID_65a7a425-2bf6-4cce-896f-b6d6b16dac25",
+ "total_wall_area": 150.62841765409732,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "356.60226008387565": {
+ "surface_id": "UUID_139aa4c7-e4d3-4f5a-83a1-cdea996d38e6",
+ "total_wall_area": 49.32931722742002,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "356.60217810909455": {
+ "surface_id": "UUID_651febf6-d10c-4724-af56-1428c3aa9702",
+ "total_wall_area": 108.6281013203065,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY50000POZ": {
+ "gml_id": "DEBE3D04YY50000POZ"
+ },
+ "DEBE3D04YY50000CFB": {
+ "gml_id": "DEBE3D04YY50000CFB",
+ "266.3172078123188": {
+ "surface_id": "UUID_fe6e1527-782b-4182-b7b3-d4e756373243",
+ "total_wall_area": 16.826347192144492,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "356.5275363169673": {
+ "surface_id": "UUID_3dc9dedf-34f5-4842-8b72-8cc5f717b7b3",
+ "total_wall_area": 21.773575783619524,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "85.949744264357": {
+ "surface_id": "UUID_3e675756-253b-4189-a40d-a2dc51ad2a64",
+ "total_wall_area": 16.82038524178075,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "176.4785466266165": {
+ "surface_id": "UUID_51813180-09b9-4869-941e-e0ab5460e9b3",
+ "total_wall_area": 21.896944277869842,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY50000OMC": {
+ "gml_id": "DEBE3D04YY50000OMC"
+ },
+ "DEBE3D04YY500002cG": {
+ "gml_id": "DEBE3D04YY500002cG"
+ },
+ "DEBE3D04YY50000NMB": {
+ "gml_id": "DEBE3D04YY50000NMB"
+ },
+ "DEBE3D04YY500006k7": {
+ "gml_id": "DEBE3D04YY500006k7",
+ "300.2833499233972": {
+ "surface_id": "UUID_98b9de3e-8ade-4d84-abff-84dcbfdab56f",
+ "total_wall_area": 6.0119464189551595,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "30.281524395611115": {
+ "surface_id": "UUID_e6130b1c-ab51-4e1a-bbd1-2e8ca8263920",
+ "total_wall_area": 10.383580463180754,
+ "connected_wall_area": 10.092763918958742,
+ "free_wall_area": 0.29081654422201275
+ },
+ "30.290878010289113": {
+ "surface_id": "UUID_d2297f72-1ccb-4bee-a581-7c2b2f287db5",
+ "total_wall_area": 1.3040619125894688,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "120.30128356674567": {
+ "surface_id": "UUID_af59b7ae-1fa5-4156-bb5e-1b828c9866a2",
+ "total_wall_area": 6.0089074047039475,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "210.287952992699": {
+ "surface_id": "UUID_2c65d3cb-c2ab-4065-8356-48613834fdd6",
+ "total_wall_area": 11.693809641490924,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY500008PC": {
+ "gml_id": "DEBE3D04YY500008PC"
+ },
+ "DEBE3D04YY500002HX": {
+ "gml_id": "DEBE3D04YY500002HX"
+ },
+ "DEBE3D04YY50000D1X": {
+ "gml_id": "DEBE3D04YY50000D1X",
+ "104.55137646755998": {
+ "surface_id": "UUID_f61cc752-b6da-427c-9514-1750b47efede",
+ "total_wall_area": 9.85913399154936,
+ "connected_wall_area": 8.58304042954487,
+ "free_wall_area": 1.2760935620044904
+ },
+ "193.92477321511257": {
+ "surface_id": "UUID_36aeb83f-af8f-440e-b08c-6ac4008a130f",
+ "total_wall_area": 102.12699579942456,
+ "connected_wall_area": 23.62399152087944,
+ "free_wall_area": 78.50300427854512
+ },
+ "190.46180546913212": {
+ "surface_id": "UUID_4e479d51-9824-4860-b174-6b7df2d912b8",
+ "total_wall_area": 18.196186290599986,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "194.2169233277172": {
+ "surface_id": "UUID_1026411a-f7e8-4de3-b7e9-fcba0139a163",
+ "total_wall_area": 96.14971094514424,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "194.8985662488882": {
+ "surface_id": "UUID_e08ef5ef-4c85-41c7-9e81-6ff6cb0b1441",
+ "total_wall_area": 77.98319916156235,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "283.10478034565597": {
+ "surface_id": "UUID_5a0db327-5c57-40e4-9111-1f799e375353",
+ "total_wall_area": 24.835915918646005,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "194.6364915828894": {
+ "surface_id": "UUID_ec62e825-e89a-4223-a805-b22e3bba9eec",
+ "total_wall_area": 88.59746260336158,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "284.5255010006426": {
+ "surface_id": "UUID_92eabed8-e7ab-481c-92e7-e85604c48df3",
+ "total_wall_area": 68.62483029774792,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "284.53403935490905": {
+ "surface_id": "UUID_a80c6f3a-039b-497c-bba0-2e8bf4cd6e11",
+ "total_wall_area": 122.34712778865638,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "284.5329962177535": {
+ "surface_id": "UUID_549cb8a6-1c00-443e-9f60-41687e1476e4",
+ "total_wall_area": 95.20832435274357,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "14.664461493704636": {
+ "surface_id": "UUID_e38df123-8a3a-410d-aa16-9afffa14b8f1",
+ "total_wall_area": 107.86702011893921,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "277.3883365417938": {
+ "surface_id": "UUID_a9deda4c-681c-4421-8fc1-b8f120746d2c",
+ "total_wall_area": 9.212661946116127,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "327.9010727521047": {
+ "surface_id": "UUID_a5584066-fe5c-48ae-b4c6-85fef5385f23",
+ "total_wall_area": 15.224772486914771,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "15.17905056974638": {
+ "surface_id": "UUID_dc65def4-13a7-44cb-a457-75f2f526bcac",
+ "total_wall_area": 47.064517983551276,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "66.9470289347947": {
+ "surface_id": "UUID_258e0fc1-024a-4f09-a6fd-688a114f08e0",
+ "total_wall_area": 13.12810519398509,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "100.80714079922865": {
+ "surface_id": "UUID_81de6b4c-1f75-4d31-b1b9-5ddbc5e30284",
+ "total_wall_area": 9.420270972666955,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "14.634581611415456": {
+ "surface_id": "UUID_23cf6f72-2453-458b-b5e8-1f60d38d6d12",
+ "total_wall_area": 25.01014580264529,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "284.7870263338119": {
+ "surface_id": "UUID_8db9b335-d1d8-4278-8b94-5bc206dcd200",
+ "total_wall_area": 10.754604030321417,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "332.74258641954265": {
+ "surface_id": "UUID_348a90e0-4682-4e73-a77c-16b7238f6ee6",
+ "total_wall_area": 14.428573241619173,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "14.942284232376352": {
+ "surface_id": "UUID_6f4d46f8-1c03-4ffa-8031-b1c50644d4c6",
+ "total_wall_area": 45.73977382271146,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "61.44037949158637": {
+ "surface_id": "UUID_4d638273-6609-43ad-a8e5-9b62d1a4e251",
+ "total_wall_area": 15.830983695069316,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "106.45711491449788": {
+ "surface_id": "UUID_1ce15307-9da7-4f85-aa3c-0f306a372a7a",
+ "total_wall_area": 8.653115984777221,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "14.52101906110137": {
+ "surface_id": "UUID_73c9c26b-bd6d-4675-90b1-5b0ba4e7d24f",
+ "total_wall_area": 9.319335427322573,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "14.675373060690106": {
+ "surface_id": "UUID_8d1f6a48-ab47-4c9f-90a9-c67eaae81ba6",
+ "total_wall_area": 105.15491992691075,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "104.5729024119571": {
+ "surface_id": "UUID_57193543-883a-4670-8ea2-14a7a55a5bdd",
+ "total_wall_area": 95.14505026332826,
+ "connected_wall_area": 94.85532367824447,
+ "free_wall_area": 74.90063303860681
+ },
+ "104.55405742312234": {
+ "surface_id": "UUID_e9553900-e509-4469-90b5-39ac033a4458",
+ "total_wall_area": 54.48944275547237,
+ "connected_wall_area": 54.34771820742188,
+ "free_wall_area": 39.03980581620714
+ },
+ "104.56369259241467": {
+ "surface_id": "UUID_2a3f56ec-878a-4b19-a0f9-619677bde970",
+ "total_wall_area": 67.84615666680187,
+ "connected_wall_area": 67.84615663392546,
+ "free_wall_area": 48.432965771791096
+ },
+ "104.5720313837848": {
+ "surface_id": "UUID_0d04a7e9-991e-47cc-b0eb-20badb05cb65",
+ "total_wall_area": 80.5711288986514,
+ "connected_wall_area": 80.57112890650752,
+ "free_wall_area": 62.80817086541518
+ }
+ },
+ "DEBE3D04YY50000Oju": {
+ "gml_id": "DEBE3D04YY50000Oju"
+ },
+ "DEBE3D04YY50002bpa": {
+ "gml_id": "DEBE3D04YY50002bpa",
+ "93.57133146831671": {
+ "surface_id": "UUID_93797171-dd8d-4878-8f36-935600c189e6",
+ "total_wall_area": 3.999140230938161,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "181.30911285501872": {
+ "surface_id": "UUID_b7c7b81c-4024-47ef-829a-6d33d0beb988",
+ "total_wall_area": 13.231527584775225,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "274.0420193308536": {
+ "surface_id": "UUID_fcb8b14a-9e4d-4074-84a4-1787e031fc9d",
+ "total_wall_area": 3.9311773122955427,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "1.00828218033611": {
+ "surface_id": "UUID_c937086f-7fc0-4797-bc24-441b1522a35d",
+ "total_wall_area": 13.202128192743777,
+ "connected_wall_area": 12.876673799214787,
+ "free_wall_area": 0.3254543935289895
+ }
+ },
+ "DEBE3D04YY50000OEZ": {
+ "gml_id": "DEBE3D04YY50000OEZ"
+ },
+ "DEBE3D04YY50000GQP": {
+ "gml_id": "DEBE3D04YY50000GQP",
+ "284.2641766973701": {
+ "surface_id": "UUID_437c18e5-8cf6-4a95-890e-ac9f7bf26f4b",
+ "total_wall_area": 6.991522804879337,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "200.17910473350076": {
+ "surface_id": "UUID_f5183085-4766-45bf-8160-0ec958a04427",
+ "total_wall_area": 3.2377006660297294,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "284.8306319667413": {
+ "surface_id": "UUID_617f1e38-8703-42c7-8a67-f461aa1b55a7",
+ "total_wall_area": 6.847011698905552,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "201.2098333353235": {
+ "surface_id": "UUID_3f555e71-8e10-408b-8a33-fabed769f5b4",
+ "total_wall_area": 3.273149498039765,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "285.8531740116194": {
+ "surface_id": "UUID_d7c96da6-51a5-415c-9825-592d72b3e8a3",
+ "total_wall_area": 6.808056199311448,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "197.66147516521593": {
+ "surface_id": "UUID_7063d0f1-6a8c-492d-a418-050e148581e4",
+ "total_wall_area": 3.270397938858023,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "285.7984042409124": {
+ "surface_id": "UUID_c5eb46ff-f264-43de-bb72-0bc7f5d7f778",
+ "total_wall_area": 6.940936888262132,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "198.39449521779483": {
+ "surface_id": "UUID_4c71a565-9acc-4cba-968f-fd5c9b686b2e",
+ "total_wall_area": 3.349724724531628,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "287.0902872223396": {
+ "surface_id": "UUID_b6cdf206-61c3-44a0-b635-9d9a1d02e95e",
+ "total_wall_area": 6.752550370205471,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "200.69970337545638": {
+ "surface_id": "UUID_336e0243-2ea1-46ed-a369-c914880f6501",
+ "total_wall_area": 3.491201512499016,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "286.525198165904": {
+ "surface_id": "UUID_8103fbe0-0d32-4a6d-913d-b97b42555e5f",
+ "total_wall_area": 7.546391727447291,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "16.647500925736693": {
+ "surface_id": "UUID_acbcd505-2e66-4cf4-93cc-dcbe95752443",
+ "total_wall_area": 13.738278509739873,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "107.59108557487201": {
+ "surface_id": "UUID_723ab047-7699-4116-8d7c-4ec2531e5bdf",
+ "total_wall_area": 7.4345517222927775,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "18.879093267508253": {
+ "surface_id": "UUID_b016f606-bb29-4c97-8e8a-3818726a6c01",
+ "total_wall_area": 3.5595334768483737,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "106.32585908687878": {
+ "surface_id": "UUID_75a419ac-0003-449f-80fb-bb4b997d3c00",
+ "total_wall_area": 6.9619563633216375,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "106.95242240222728": {
+ "surface_id": "UUID_c5aaff96-2627-4a6f-92e6-cb48abb3a79c",
+ "total_wall_area": 6.916984280566986,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "17.203573096790493": {
+ "surface_id": "UUID_8dd622a6-1b92-4345-9021-6480c3f13cb4",
+ "total_wall_area": 3.2282742483697793,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "105.56929258821373": {
+ "surface_id": "UUID_7e6ccdae-b99f-4516-9d90-e79113b94da5",
+ "total_wall_area": 6.938324027376279,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "19.70172518663064": {
+ "surface_id": "UUID_d0922c8a-b576-4a40-bce1-544a8a34cce6",
+ "total_wall_area": 3.209392571603071,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "106.71508766213287": {
+ "surface_id": "UUID_e144477b-6411-4309-b648-09616c1c41e9",
+ "total_wall_area": 6.90832074344434,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "17.306176479967903": {
+ "surface_id": "UUID_5a905e92-c367-44a9-a3c5-bb223f7183b7",
+ "total_wall_area": 3.5616943985316567,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "107.15242173592566": {
+ "surface_id": "UUID_24acadae-9e5d-4bd1-a35b-db01af6f7f28",
+ "total_wall_area": 7.185298288820091,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "197.18653778325645": {
+ "surface_id": "UUID_27c111e4-c11d-4a32-ada3-344fc312ad57",
+ "total_wall_area": 13.532974901062643,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY500002Pn": {
+ "gml_id": "DEBE3D04YY500002Pn",
+ "266.39032990482315": {
+ "surface_id": "UUID_ec3c7b2b-56ca-426f-a7c4-2ae048496847",
+ "total_wall_area": 6.321046229847759,
+ "connected_wall_area": 6.195607365942851,
+ "free_wall_area": 0.12543886390490844
+ },
+ "356.3221355488795": {
+ "surface_id": "UUID_dca01edd-2f6c-4991-bb2e-0043ae05ae73",
+ "total_wall_area": 33.83085348351822,
+ "connected_wall_area": 32.69565078403798,
+ "free_wall_area": 1.1352026994802387
+ },
+ "356.33995510643746": {
+ "surface_id": "UUID_2aa094a7-c2cd-4107-8295-665cc805cc31",
+ "total_wall_area": 33.753604122813755,
+ "connected_wall_area": 33.04837467003483,
+ "free_wall_area": 0.7052294527789229
+ },
+ "86.39032990482315": {
+ "surface_id": "UUID_51bd140e-de9e-43d3-8d2e-beb9da71d7d0",
+ "total_wall_area": 6.322118349408012,
+ "connected_wall_area": 6.183170693027204,
+ "free_wall_area": 0.1389476563808083
+ },
+ "356.3226344312846": {
+ "surface_id": "UUID_32a5957e-bdeb-4ad6-855e-0e319be78f21",
+ "total_wall_area": 55.87281274636126,
+ "connected_wall_area": 54.49963228584532,
+ "free_wall_area": 1.3731804605159397
+ },
+ "86.0249899234022": {
+ "surface_id": "UUID_fe6184e5-a65a-4993-9a34-a8cc47c58b62",
+ "total_wall_area": 67.07870587945322,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "86.04416120169373": {
+ "surface_id": "UUID_13efb11d-51de-49a8-9131-f81566f429e9",
+ "total_wall_area": 37.12312110414321,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "86.02951735533524": {
+ "surface_id": "UUID_d136d428-0a5c-4b9b-8449-e4e899a3c941",
+ "total_wall_area": 153.57685930039935,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "86.02474168070474": {
+ "surface_id": "UUID_004c5701-5b1a-49d4-be35-007b9a2b026f",
+ "total_wall_area": 44.0977401473895,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "86.0306370068659": {
+ "surface_id": "UUID_0d4001a8-b924-41cd-a5db-63f3288f6fab",
+ "total_wall_area": 110.66828220952556,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "86.02128848852196": {
+ "surface_id": "UUID_6a814f4a-e85f-4199-b6af-2b8d23204d1f",
+ "total_wall_area": 43.721152357675834,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "86.03008220035659": {
+ "surface_id": "UUID_1b591c5e-545b-4461-8e7e-1c6ce64b92e0",
+ "total_wall_area": 79.96668813404295,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "176.04647080540582": {
+ "surface_id": "UUID_e76b8836-1ade-4936-ab82-aba4387909b2",
+ "total_wall_area": 125.97558116312135,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "176.0518419437645": {
+ "surface_id": "UUID_e90ffb68-6d2e-44bc-89cc-a6b5424df065",
+ "total_wall_area": 23.68167232842278,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "266.0182030541903": {
+ "surface_id": "UUID_5705f002-fc72-4c1c-893f-7cda558e9662",
+ "total_wall_area": 541.751155150853,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "356.3209226549248": {
+ "surface_id": "UUID_3f576e02-3162-48f4-885f-366c9f10966a",
+ "total_wall_area": 24.518686143843386,
+ "connected_wall_area": 23.612240191342423,
+ "free_wall_area": 0.9064459525009632
+ },
+ "356.33568233977974": {
+ "surface_id": "UUID_f181cad3-84e7-46e2-b8e5-70adb6345016",
+ "total_wall_area": 29.577738318391347,
+ "connected_wall_area": 28.959249155234737,
+ "free_wall_area": 0.6184891631566103
+ }
+ },
+ "DEBE3D04YY50000Nwi": {
+ "gml_id": "DEBE3D04YY50000Nwi"
+ },
+ "DEBE3D04YY5000065F": {
+ "gml_id": "DEBE3D04YY5000065F",
+ "195.64694342100233": {
+ "surface_id": "UUID_ebe8180a-2b31-43f5-984d-c13ff8342a90",
+ "total_wall_area": 13.01954233644578,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "285.63435639292123": {
+ "surface_id": "UUID_830524ee-ae9b-4d41-9e62-18507d1355f7",
+ "total_wall_area": 36.26824621179928,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "15.625591824960154": {
+ "surface_id": "UUID_e25f21f5-8540-48bb-bd70-133f6c10c01a",
+ "total_wall_area": 13.025936433755648,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "105.62705166134145": {
+ "surface_id": "UUID_1f52fb79-7a9e-42bc-9673-fd6d7ef5565a",
+ "total_wall_area": 6.232704870378292,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "105.63326479577262": {
+ "surface_id": "UUID_311f03e4-7c86-4cdb-b6f6-bdff6d1df028",
+ "total_wall_area": 33.609724934706236,
+ "connected_wall_area": 31.39163345676006,
+ "free_wall_area": 2.2180914779461745
+ },
+ "105.63392826056514": {
+ "surface_id": "UUID_cc54b357-8798-4ae0-817c-3e9696053dbd",
+ "total_wall_area": 1.4231541836314268,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY50000EY7": {
+ "gml_id": "DEBE3D04YY50000EY7"
+ },
+ "DEBE3D04YY50000GTB": {
+ "gml_id": "DEBE3D04YY50000GTB"
+ },
+ "DEBE3D04YY50000Cxk": {
+ "gml_id": "DEBE3D04YY50000Cxk"
+ },
+ "DEBE3D04YY50000CuT": {
+ "gml_id": "DEBE3D04YY50000CuT"
+ },
+ "DEBE3D04YY50000A3t": {
+ "gml_id": "DEBE3D04YY50000A3t",
+ "15.63008294784757": {
+ "surface_id": "UUID_901cf56b-a85f-4a5f-a8b0-74c19184f0c9",
+ "total_wall_area": 11.729927697781989,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "105.63643536660607": {
+ "surface_id": "UUID_a311bbe6-1288-4afe-82cb-1e86b8de50f4",
+ "total_wall_area": 29.339337940033403,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "195.6450538340445": {
+ "surface_id": "UUID_f0a83543-df66-4a46-8864-01fba7186a53",
+ "total_wall_area": 11.72820347381118,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "285.63326479577256": {
+ "surface_id": "UUID_81dbb3f6-581e-454e-8374-47e0472519c6",
+ "total_wall_area": 32.98314540334731,
+ "connected_wall_area": 31.39163345676006,
+ "free_wall_area": 1.5915119465872465
+ }
+ },
+ "DEBE3D04YY50000AJb": {
+ "gml_id": "DEBE3D04YY50000AJb"
+ },
+ "DEBE3D04YY500001Sk": {
+ "gml_id": "DEBE3D04YY500001Sk",
+ "21.74223191371084": {
+ "surface_id": "UUID_a24e97b8-dd5b-41a2-8a18-b925340ec4f7",
+ "total_wall_area": 0.03371068675336158,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "19.886327370968345": {
+ "surface_id": "UUID_90dae9cf-6228-42b1-8980-c687c17ef10e",
+ "total_wall_area": 0.2840586101611897,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "19.225032577548262": {
+ "surface_id": "UUID_630c2667-4b74-4454-8e01-8b572db3f718",
+ "total_wall_area": 0.7177495224698368,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "109.5405274645251": {
+ "surface_id": "UUID_717c52e2-52c4-46ef-8ac7-cbb378f8656d",
+ "total_wall_area": 5.046022478840796,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "109.53340586767058": {
+ "surface_id": "UUID_c1124e7f-90f5-4077-b3a8-167755cbb723",
+ "total_wall_area": 4.55474451719362,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "93.61733313665604": {
+ "surface_id": "UUID_42884a44-dc3f-46e5-ac9b-f46048a6d41a",
+ "total_wall_area": 8.946946303324625,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "194.17479389136267": {
+ "surface_id": "UUID_77e8e9d2-f79e-49f1-b37c-b55c7da5ec9b",
+ "total_wall_area": 2.5433978944627955,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "100.65390260562214": {
+ "surface_id": "UUID_22d08aa9-8ff9-4d8e-b236-cdcfb76c8178",
+ "total_wall_area": 0.06639046336525395,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "190.69934334624418": {
+ "surface_id": "UUID_d3e1fec4-baf9-473f-9519-c9054ce8fb39",
+ "total_wall_area": 0.4153987527352031,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "273.37241724118337": {
+ "surface_id": "UUID_f212e2c1-8862-4b7e-bef2-da732620011f",
+ "total_wall_area": 270.6371674748482,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "1.8626209392171376": {
+ "surface_id": "UUID_01ca5bc2-f63c-4485-bdc1-c04d0001fd91",
+ "total_wall_area": 0.06159404492290072,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "273.3751484234177": {
+ "surface_id": "UUID_3c1f713b-cce0-4bd4-973c-dbae88aef999",
+ "total_wall_area": 18.578926188005198,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY50000NEy": {
+ "gml_id": "DEBE3D04YY50000NEy",
+ "185.15749366966514": {
+ "surface_id": "UUID_4f5e8ea1-3086-4157-8462-5851c465b5e7",
+ "total_wall_area": 23.23386650602886,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "179.54123574125907": {
+ "surface_id": "UUID_168db100-b034-454c-8614-44deb89997b5",
+ "total_wall_area": 23.243941092189278,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "173.86819662677846": {
+ "surface_id": "UUID_f2d7aee0-aad4-4694-b28f-1ac78b47559d",
+ "total_wall_area": 23.231354073671085,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "168.2400313706516": {
+ "surface_id": "UUID_16248775-1fe2-4496-bbd2-f66f15c55167",
+ "total_wall_area": 23.234593486449928,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "162.54864227189273": {
+ "surface_id": "UUID_d54309f3-4e60-492d-aa37-97bf91b7fe6f",
+ "total_wall_area": 23.237464408440307,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "156.928718365765": {
+ "surface_id": "UUID_11a032ac-07f8-4a15-b5cd-0f136a023738",
+ "total_wall_area": 23.2184655418939,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "151.2919187658361": {
+ "surface_id": "UUID_25934367-6346-44d0-b135-fbc3579e18b4",
+ "total_wall_area": 23.247059228650873,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "145.58864624621987": {
+ "surface_id": "UUID_d7cd61c2-61a5-4033-8afc-f5ccd628c700",
+ "total_wall_area": 23.235633303472945,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "139.94631201020906": {
+ "surface_id": "UUID_21ae2a1f-5be4-43b4-a20a-52ae95ef026a",
+ "total_wall_area": 23.233562834939935,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "134.31493520569217": {
+ "surface_id": "UUID_d13f9c2d-5827-4adf-ab9d-299045b66d12",
+ "total_wall_area": 23.236433868699784,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "128.67573925529007": {
+ "surface_id": "UUID_abf194ff-a4d2-4a0d-bf37-102b9343d720",
+ "total_wall_area": 23.22991827548111,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "128.8146998919105": {
+ "surface_id": "UUID_6a81085c-c920-4eb8-a45f-c99d322d5010",
+ "total_wall_area": 272.3752482714424,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "218.59314300106752": {
+ "surface_id": "UUID_8ed58716-5e31-4473-9468-02e1dbef1395",
+ "total_wall_area": 213.72313538594605,
+ "connected_wall_area": 194.14812602985413,
+ "free_wall_area": 19.575009356091925
+ },
+ "309.49300147346344": {
+ "surface_id": "UUID_e12e7672-6849-45b4-b0a4-861db754a36f",
+ "total_wall_area": 290.7163538446515,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "316.04585140634504": {
+ "surface_id": "UUID_e5a98212-c50a-4d0e-9df8-0182976dc071",
+ "total_wall_area": 36.049879279892565,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "320.0472149957873": {
+ "surface_id": "UUID_acd30cd8-cce9-4e03-9f10-f470edf9c87a",
+ "total_wall_area": 36.0667430124595,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "324.0306158488451": {
+ "surface_id": "UUID_725ed98c-ce1d-4fc6-961f-790ce2592c8e",
+ "total_wall_area": 36.0520855020777,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "328.0782093518619": {
+ "surface_id": "UUID_eedd4e2c-92d3-464a-809e-ffb4d393225d",
+ "total_wall_area": 36.05793856685024,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "332.0241527306915": {
+ "surface_id": "UUID_6967a05e-13d0-48a9-9382-295eb070a523",
+ "total_wall_area": 36.05936164117289,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "336.03751100832795": {
+ "surface_id": "UUID_b4ec80ba-8107-4142-89e1-724bea137c8f",
+ "total_wall_area": 36.048621916393024,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "340.047774642471": {
+ "surface_id": "UUID_c2761181-3f4a-4358-9bcc-294a46429c03",
+ "total_wall_area": 36.057120248505576,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "344.0184895400029": {
+ "surface_id": "UUID_1c770889-1d6e-42b1-8c31-7a2d35bdb68f",
+ "total_wall_area": 36.051367926273265,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "348.01997198248273": {
+ "surface_id": "UUID_b73a91d0-b16a-48b1-89a9-634c7da4e779",
+ "total_wall_area": 36.06384398979133,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "352.02323122489855": {
+ "surface_id": "UUID_20c3a874-1363-4950-9b99-5d02c190f018",
+ "total_wall_area": 36.06154953373465,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "356.0197621773881": {
+ "surface_id": "UUID_ffe936f9-8d35-4527-a123-e287ead20cea",
+ "total_wall_area": 36.04772627820429,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "0.03285308636760931": {
+ "surface_id": "UUID_e78e2951-e3c7-45a0-8348-b62a103ef733",
+ "total_wall_area": 36.06418192741934,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "2.631271898849562": {
+ "surface_id": "UUID_82ad49c6-373b-4212-b6ae-7c8d34d4671c",
+ "total_wall_area": 386.02899704668397,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "107.92452688145636": {
+ "surface_id": "UUID_781d8c07-51a4-43f7-a24b-046ca16c0e79",
+ "total_wall_area": 156.35370568552398,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "109.51869275581714": {
+ "surface_id": "UUID_459dc0a3-e867-47b6-93f7-045e6bd69e8f",
+ "total_wall_area": 60.15900326764776,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "182.76617662412514": {
+ "surface_id": "UUID_f89471a2-cd3b-487c-88d4-2576179f139e",
+ "total_wall_area": 330.79450350237533,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY50000G4a": {
+ "gml_id": "DEBE3D04YY50000G4a",
+ "87.66940939169027": {
+ "surface_id": "UUID_6a05fb89-0448-4e16-b352-79fc61c18c62",
+ "total_wall_area": 182.20029484468756,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "178.39186710932188": {
+ "surface_id": "UUID_bf529157-d809-40e7-a21b-1a9943617c19",
+ "total_wall_area": 125.01592457175882,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "268.3915391825707": {
+ "surface_id": "UUID_377049d0-b729-4a10-ad35-55b496f3857e",
+ "total_wall_area": 176.75887334343474,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "355.94189625222333": {
+ "surface_id": "UUID_b0ee98b6-5609-4f5f-a8b8-0e920438ed34",
+ "total_wall_area": 3.884675668672433,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "355.85373567635156": {
+ "surface_id": "UUID_28337404-8ae1-4615-83c4-e88da367e455",
+ "total_wall_area": 118.95052761409225,
+ "connected_wall_area": 118.95050284459018,
+ "free_wall_area": 62.7491728110016
+ }
+ },
+ "DEBE3D04YY50000HGP": {
+ "gml_id": "DEBE3D04YY50000HGP"
+ },
+ "DEBE3D04YY50000REj": {
+ "gml_id": "DEBE3D04YY50000REj"
+ },
+ "DEBE3D04YY50000JZF": {
+ "gml_id": "DEBE3D04YY50000JZF"
+ },
+ "DEBE3D04YY50000CEY": {
+ "gml_id": "DEBE3D04YY50000CEY"
+ },
+ "DEBE3D04YY500005uF": {
+ "gml_id": "DEBE3D04YY500005uF"
+ },
+ "DEBE3D04YY500004GA": {
+ "gml_id": "DEBE3D04YY500004GA"
+ },
+ "DEBE3D04YY50000C1Y": {
+ "gml_id": "DEBE3D04YY50000C1Y",
+ "296.09669319044707": {
+ "surface_id": "UUID_715d5c32-36fe-4c67-bd53-da80632b34ac",
+ "total_wall_area": 160.68426981809677,
+ "connected_wall_area": 152.97669877708103,
+ "free_wall_area": 81.25856379552584
+ },
+ "32.68167224724754": {
+ "surface_id": "UUID_7a4d18b7-5156-4397-a18b-356700e8aba5",
+ "total_wall_area": 177.89132254228116,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "32.67468766515291": {
+ "surface_id": "UUID_66a7909c-f8b4-4a4d-af00-3fbb78d30cba",
+ "total_wall_area": 82.82489130542652,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "32.68502431000418": {
+ "surface_id": "UUID_55114d60-227b-4042-aa7a-53c54d8a849e",
+ "total_wall_area": 158.1411694229333,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "121.8976515734766": {
+ "surface_id": "UUID_96dfd2a9-ffae-4763-b863-53bcde27cbea",
+ "total_wall_area": 168.3251413456655,
+ "connected_wall_area": 154.62337079000892,
+ "free_wall_area": 13.701770555656566
+ },
+ "213.91383103709717": {
+ "surface_id": "UUID_bc35e418-2c86-4afe-b10a-867ace5bf52c",
+ "total_wall_area": 160.32637988156372,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "213.91815091315266": {
+ "surface_id": "UUID_0234c3b6-9aa5-4c5f-894a-8b41ad8148ce",
+ "total_wall_area": 82.87313636676288,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "213.91481256481254": {
+ "surface_id": "UUID_837e80b5-4473-452e-a6f0-315abe7ef99a",
+ "total_wall_area": 159.61303568665886,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY50000HK8": {
+ "gml_id": "DEBE3D04YY50000HK8"
+ },
+ "DEBE3D04YY500001Kt": {
+ "gml_id": "DEBE3D04YY500001Kt"
+ },
+ "DEBE3D04YY50000Q97": {
+ "gml_id": "DEBE3D04YY50000Q97"
+ },
+ "DEBE3D04YY50000Mw6": {
+ "gml_id": "DEBE3D04YY50000Mw6"
+ },
+ "DEBE3D04YY500009La": {
+ "gml_id": "DEBE3D04YY500009La",
+ "27.781052568374086": {
+ "surface_id": "UUID_4e32cebe-f753-46f5-a290-49c8d632ae5e",
+ "total_wall_area": 107.31604038351333,
+ "connected_wall_area": 104.39999823967356,
+ "free_wall_area": 2.9160421438397606
+ },
+ "116.8591794903445": {
+ "surface_id": "UUID_4f5ba3d2-9d65-4d41-83d9-9a4b4c57c997",
+ "total_wall_area": 210.31845877471366,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "207.92081896294272": {
+ "surface_id": "UUID_055d3f37-fa23-4596-a39a-00842aa52c88",
+ "total_wall_area": 31.015358956193612,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "119.6315366300604": {
+ "surface_id": "UUID_87fdfe70-49bb-4214-9e08-762e8b877d0d",
+ "total_wall_area": 2.365157354434686,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "207.70993215958478": {
+ "surface_id": "UUID_0db8fd90-58ad-488c-bb23-9a1ef0e793fc",
+ "total_wall_area": 263.0019399020969,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "298.04711522116895": {
+ "surface_id": "UUID_f02e106d-ef24-46bf-8e26-6d6afd85b652",
+ "total_wall_area": 157.84439610523785,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "298.0624731015018": {
+ "surface_id": "UUID_c7813112-1c33-4103-a655-9ae4e267b7d8",
+ "total_wall_area": 38.08812587634321,
+ "connected_wall_area": 37.42373940465158,
+ "free_wall_area": 0.6643864716916354
+ },
+ "298.0368299028478": {
+ "surface_id": "UUID_da3ec6e1-968b-4fbb-b373-819d607fab8e",
+ "total_wall_area": 37.43798276077814,
+ "connected_wall_area": 36.798831587654725,
+ "free_wall_area": 0.6391511731234161
+ },
+ "27.63372000941998": {
+ "surface_id": "UUID_01395923-8b6e-4049-92c0-1ae90454808d",
+ "total_wall_area": 182.25918717506022,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "117.65033113274114": {
+ "surface_id": "UUID_563da543-fd38-400b-8a2b-37a0d49882e7",
+ "total_wall_area": 20.93073074234851,
+ "connected_wall_area": 20.361991081681715,
+ "free_wall_area": 0.5687396606667932
+ }
+ },
+ "DEBE3D04YY50000GKb": {
+ "gml_id": "DEBE3D04YY50000GKb"
+ },
+ "DEBE3D04YY50000KBl": {
+ "gml_id": "DEBE3D04YY50000KBl"
+ },
+ "DEBE3D04YY50002Xut": {
+ "gml_id": "DEBE3D04YY50002Xut"
+ },
+ "DEBE3D04YY5000085H": {
+ "gml_id": "DEBE3D04YY5000085H"
+ },
+ "DEBE3D04YY50000Gy6": {
+ "gml_id": "DEBE3D04YY50000Gy6"
+ },
+ "DEBE3D04YY50000Jos": {
+ "gml_id": "DEBE3D04YY50000Jos"
+ },
+ "DEBE3D04YY500008L6": {
+ "gml_id": "DEBE3D04YY500008L6"
+ },
+ "DEBE3D04YY50000MPv": {
+ "gml_id": "DEBE3D04YY50000MPv"
+ },
+ "DEBE3D04YY500001ZD": {
+ "gml_id": "DEBE3D04YY500001ZD",
+ "175.57490617408462": {
+ "surface_id": "UUID_f7e28c90-380c-4a31-8ca8-157ce9f706c1",
+ "total_wall_area": 69.82431637985272,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "265.8037748859664": {
+ "surface_id": "UUID_6155bccc-8921-4593-9fcb-d7b541e54ba0",
+ "total_wall_area": 96.33114888615093,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "265.80210276553635": {
+ "surface_id": "UUID_168c8943-ec9c-46f1-b0b8-fee084c7eddb",
+ "total_wall_area": 95.76031717218385,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "354.67959611943945": {
+ "surface_id": "UUID_0c9ff136-fa7a-4beb-a748-5c7af680979c",
+ "total_wall_area": 5.734818082186358,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "355.57824587594985": {
+ "surface_id": "UUID_bf59df75-e633-4f48-a76f-6221a5e3444a",
+ "total_wall_area": 272.74862219761314,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "85.60970441728087": {
+ "surface_id": "UUID_56ba6ab5-2724-41fb-8cb5-19e94f9cd5f6",
+ "total_wall_area": 6.665956637710723,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "85.07087656548674": {
+ "surface_id": "UUID_210eb776-23e3-49a4-afb9-2b583f2a927a",
+ "total_wall_area": 89.16635147106207,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "85.06972795499318": {
+ "surface_id": "UUID_089f0bcc-67c8-47a1-b2a0-ff9a62d5813c",
+ "total_wall_area": 87.65468188675308,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "85.0484126754523": {
+ "surface_id": "UUID_cc31376e-7070-4ca1-8956-f4c357e34128",
+ "total_wall_area": 8.768592520245418,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "175.59707768824353": {
+ "surface_id": "UUID_22238378-79fc-401f-a0cd-cce1c287418a",
+ "total_wall_area": 211.83307372672036,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY50000JuW": {
+ "gml_id": "DEBE3D04YY50000JuW"
+ },
+ "DEBE3D04YY500001tj": {
+ "gml_id": "DEBE3D04YY500001tj",
+ "286.78587836985355": {
+ "surface_id": "UUID_f0acd20c-4a88-4f50-9012-a49353c11909",
+ "total_wall_area": 21.762775523581837,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "286.8159836408811": {
+ "surface_id": "UUID_511ff978-c9e6-4205-b6e7-9475a6d4a971",
+ "total_wall_area": 61.751908875231315,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "286.8055916121245": {
+ "surface_id": "UUID_5927f385-2d58-49c4-bb59-94806e1c3e1d",
+ "total_wall_area": 234.64439544335835,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "16.774666455021148": {
+ "surface_id": "UUID_3f94c518-3534-4595-99a7-891e69cbf670",
+ "total_wall_area": 211.75759866180246,
+ "connected_wall_area": 211.70520933691094,
+ "free_wall_area": 0.05238932489152148
+ },
+ "106.73659079627731": {
+ "surface_id": "UUID_9a33f239-dc9b-460b-9825-db65b8b2751a",
+ "total_wall_area": 234.61306502393614,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "106.73792772070544": {
+ "surface_id": "UUID_f0346af2-b890-47e1-9c6b-a208045e922f",
+ "total_wall_area": 60.20712885465647,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "105.92825431512085": {
+ "surface_id": "UUID_e0b78459-0bcc-40e4-97da-cf76cc3dbbba",
+ "total_wall_area": 18.55702360681227,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "195.48349986182734": {
+ "surface_id": "UUID_2e012f00-0700-449e-9f02-76c22d60a6ee",
+ "total_wall_area": 180.09086249236532,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "195.4685565836812": {
+ "surface_id": "UUID_af9b11db-3ffd-4b16-9063-3ce2073cab92",
+ "total_wall_area": 32.35446383797463,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY50000H4G": {
+ "gml_id": "DEBE3D04YY50000H4G"
+ },
+ "DEBE3D04YY500004uU": {
+ "gml_id": "DEBE3D04YY500004uU",
+ "175.77178424301286": {
+ "surface_id": "UUID_3c8eb0cb-df49-4439-87cb-9f1aed092cae",
+ "total_wall_area": 20.181929368361086,
+ "connected_wall_area": 20.18192936765263,
+ "free_wall_area": 7.084572928306443e-10
+ },
+ "261.2433112286393": {
+ "surface_id": "UUID_4c2f0fe3-27a4-47c7-8bc6-f0a51c409ad4",
+ "total_wall_area": 4.9658835997833135,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "265.4250172485699": {
+ "surface_id": "UUID_f2e12e10-b991-4d29-8955-5e0b245f85a3",
+ "total_wall_area": 58.109147304022926,
+ "connected_wall_area": 57.95418958351569,
+ "free_wall_area": 38.48496326401111
+ },
+ "355.3305999287843": {
+ "surface_id": "UUID_adccedfd-aff5-4ec3-8e79-398dfd31b8ea",
+ "total_wall_area": 67.40270921958106,
+ "connected_wall_area": 67.40270921849879,
+ "free_wall_area": 1.0822702734003542e-09
+ },
+ "85.26226341493444": {
+ "surface_id": "UUID_9b029edb-e59b-4a93-bf94-aa82d6840501",
+ "total_wall_area": 45.184385873697984,
+ "connected_wall_area": 45.18438584217802,
+ "free_wall_area": 3.1519967080839706e-08
+ },
+ "84.72266864872948": {
+ "surface_id": "UUID_b254a166-13b7-4f49-b975-e2844ba1a0b3",
+ "total_wall_area": 18.38371350553716,
+ "connected_wall_area": 18.383713509194326,
+ "free_wall_area": -3.6571670136709145e-09
+ },
+ "175.7796609568441": {
+ "surface_id": "UUID_714e774c-889c-4e22-969a-a18b8c665ecb",
+ "total_wall_area": 7.903172113589283,
+ "connected_wall_area": 7.903172114672724,
+ "free_wall_area": -1.083440892557519e-09
+ },
+ "175.767320293154": {
+ "surface_id": "UUID_4d8e0b1f-1573-49b6-a55b-bc9967108815",
+ "total_wall_area": 39.30520327991925,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY50000FEP": {
+ "gml_id": "DEBE3D04YY50000FEP",
+ "273.3388431715173": {
+ "surface_id": "UUID_050b5f2a-878a-4d18-980e-a2d0859aa168",
+ "total_wall_area": 54.37757255450455,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "183.22997016964615": {
+ "surface_id": "UUID_d0743bfc-da52-4ab4-be54-73ff1450843d",
+ "total_wall_area": 56.585680394809785,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "129.13898804001667": {
+ "surface_id": "UUID_3777506f-0de7-4a5b-80e2-e1697fc6d8d4",
+ "total_wall_area": 61.52195037324283,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "218.86861281874116": {
+ "surface_id": "UUID_afb61f5c-d398-4c25-9741-0d7607e982c6",
+ "total_wall_area": 84.71020191521552,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "218.88063976104874": {
+ "surface_id": "UUID_c8fd5c52-7252-4a2d-875b-a1d2d701c0fb",
+ "total_wall_area": 499.52801221648457,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "309.1413331576232": {
+ "surface_id": "UUID_d93e7ed0-8794-4171-9730-159329d967ea",
+ "total_wall_area": 405.64732483617104,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "39.271392757922904": {
+ "surface_id": "UUID_7c1b972e-d479-4c6d-99de-871cbbc88429",
+ "total_wall_area": 290.15177455628964,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "129.45022057371256": {
+ "surface_id": "UUID_d4abcbac-0100-4924-bbe6-bb40bcaa2d8f",
+ "total_wall_area": 89.51479597049386,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "219.52955986534806": {
+ "surface_id": "UUID_99eea1b3-f95e-47b7-890e-c0e12646f561",
+ "total_wall_area": 13.558291132281092,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "129.45121108034834": {
+ "surface_id": "UUID_71b7730c-7a54-4664-abec-85c66d81ffdf",
+ "total_wall_area": 91.08507800439817,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "219.4564855533868": {
+ "surface_id": "UUID_3f235282-2921-4887-bb7a-80f14b999f54",
+ "total_wall_area": 13.84686173500668,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "129.44573972809445": {
+ "surface_id": "UUID_411beb60-4628-4095-9ecd-9a3c71496e16",
+ "total_wall_area": 120.03348894801985,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "39.74571422521206": {
+ "surface_id": "UUID_286da8de-3a01-47df-a5ee-91dc0503826f",
+ "total_wall_area": 122.43420585857427,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "309.7560378788518": {
+ "surface_id": "UUID_11704a86-f472-4641-9f0b-c6f8a06f0cd6",
+ "total_wall_area": 22.035377405830253,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "39.75723157369719": {
+ "surface_id": "UUID_40613c44-5234-4ceb-8296-a707b43c44cf",
+ "total_wall_area": 58.061599228563,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "1.1140153501647063": {
+ "surface_id": "UUID_894e15eb-0e16-42c6-96a0-074f3a690bce",
+ "total_wall_area": 95.11284763529363,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "271.0735601632185": {
+ "surface_id": "UUID_69a48f35-4656-4c37-a0d1-94a7b5bdb971",
+ "total_wall_area": 12.478875502243387,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "1.130465631680778": {
+ "surface_id": "UUID_71cb0b3a-d676-4ec7-90f1-36c66cf2bb01",
+ "total_wall_area": 106.65709441589367,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "90.23354128349371": {
+ "surface_id": "UUID_acd8872a-8a34-4b73-a3e4-9e9f20ed02fc",
+ "total_wall_area": 15.643810021167004,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "90.22020442475099": {
+ "surface_id": "UUID_053493de-6fe9-421e-b136-4ca823576edf",
+ "total_wall_area": 143.79113690510474,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "150.23780879273602": {
+ "surface_id": "UUID_585084ff-a21a-4f9d-8a9d-54fae7760797",
+ "total_wall_area": 87.26346318170191,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY50002cg6": {
+ "gml_id": "DEBE3D04YY50002cg6",
+ "176.71240319303234": {
+ "surface_id": "UUID_9eebdf64-96b1-43ba-89d5-fc44f9a27101",
+ "total_wall_area": 2.81670257479478,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "267.490265401869": {
+ "surface_id": "UUID_c2a313b5-c3cb-412a-ab22-0480ac3a9c9f",
+ "total_wall_area": 0.7904702338684232,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "356.6777149474535": {
+ "surface_id": "UUID_9f6c92bd-c265-456f-8878-c69a6b75ac8f",
+ "total_wall_area": 2.831568869847912,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "88.56327114116782": {
+ "surface_id": "UUID_851fc302-3a14-4f72-8a78-33d4fd32a89c",
+ "total_wall_area": 0.7925251471894863,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY50000EAO": {
+ "gml_id": "DEBE3D04YY50000EAO"
+ },
+ "DEBE3D04YY500006zT": {
+ "gml_id": "DEBE3D04YY500006zT"
+ },
+ "DEBE3D04YY50000LtY": {
+ "gml_id": "DEBE3D04YY50000LtY"
+ },
+ "DEBE3D04YY50000Gtj": {
+ "gml_id": "DEBE3D04YY50000Gtj",
+ "184.98425361264538": {
+ "surface_id": "UUID_9320b59a-5142-4ff8-b379-1b8a91213acf",
+ "total_wall_area": 2.9602463392999248,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "194.5817512035423": {
+ "surface_id": "UUID_b4e77f00-0f69-42a1-a59d-620a900f6fa7",
+ "total_wall_area": 12.711517526879838,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "284.56752147168106": {
+ "surface_id": "UUID_7112ceb7-5510-4608-8ef1-4e8ea5adaed8",
+ "total_wall_area": 0.6169967453801357,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "284.5491287472812": {
+ "surface_id": "UUID_01ed590b-a3d9-4cd3-b7ac-0c9212f90dc3",
+ "total_wall_area": 65.87186486007285,
+ "connected_wall_area": 17.365646208695132,
+ "free_wall_area": 353.80141870099584
+ },
+ "284.5715124950214": {
+ "surface_id": "UUID_99f0765d-0631-40af-a989-b89ec793c6e5",
+ "total_wall_area": 46.8687834835688,
+ "connected_wall_area": 37.91834714963648,
+ "free_wall_area": 107.09348846416142
+ },
+ "284.55137646756": {
+ "surface_id": "UUID_697c9793-c5e8-4b1d-9787-ff1a21a980a2",
+ "total_wall_area": 8.583040409482463,
+ "connected_wall_area": 8.58304042954487,
+ "free_wall_area": -2.006240684693239e-08
+ },
+ "284.56840078085395": {
+ "surface_id": "UUID_3b6a3094-3308-40bb-aa19-81d1bcc368b3",
+ "total_wall_area": 44.5379905466645,
+ "connected_wall_area": 148.417285540433,
+ "free_wall_area": 26.775032513428286
+ },
+ "284.56644423469936": {
+ "surface_id": "UUID_ba6c3aef-e626-4015-b8ec-0f1871f0e169",
+ "total_wall_area": 37.86289422259016,
+ "connected_wall_area": 149.20304188566635,
+ "free_wall_area": 22.41325728332493
+ },
+ "14.687685143997442": {
+ "surface_id": "UUID_716c3581-fa4e-40ff-bcec-46b218298efc",
+ "total_wall_area": 69.64495076931121,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "105.41399895732962": {
+ "surface_id": "UUID_3a48a7ac-4dd7-4c22-9736-bb1b401b4216",
+ "total_wall_area": 80.12362656525903,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "105.53884851012867": {
+ "surface_id": "UUID_20c8b88a-3092-4b34-8ebe-3b16160189e1",
+ "total_wall_area": 5.419509327003985,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "194.1667113784491": {
+ "surface_id": "UUID_5c8f4724-1b1f-4415-adc2-8b759f71d79c",
+ "total_wall_area": 70.51928916090931,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "206.8478100032359": {
+ "surface_id": "UUID_0290b630-8ab3-425b-8ef4-377784d7df51",
+ "total_wall_area": 43.24849452252108,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "104.60299977758302": {
+ "surface_id": "UUID_896e620f-53bf-4e01-9e72-f773c12b3de2",
+ "total_wall_area": 15.283006637787357,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "30.432211303263124": {
+ "surface_id": "UUID_2a8b7576-9e45-415e-8130-b48e091e4fb6",
+ "total_wall_area": 3.701458493440014,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "104.91085851158721": {
+ "surface_id": "UUID_be4c34ff-9c2b-42a8-9413-c2af9115a25f",
+ "total_wall_area": 60.04385279859663,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "181.7003030374401": {
+ "surface_id": "UUID_765f59c4-79b5-4499-812a-e7428b5ee912",
+ "total_wall_area": 2.1140803274699778,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "104.61891150541203": {
+ "surface_id": "UUID_9dd528c1-cf5f-47bd-8a0d-b270749d4c64",
+ "total_wall_area": 9.073185548231566,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "17.145876332653074": {
+ "surface_id": "UUID_8e8a8229-5b85-4549-ac4a-b7fb33e3575f",
+ "total_wall_area": 18.56016590101885,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "283.2230676407156": {
+ "surface_id": "UUID_1b445e3c-1350-42d7-8538-1c9a282f011e",
+ "total_wall_area": 1.3042333168787414,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "14.413430917618143": {
+ "surface_id": "UUID_e5f7f889-f56c-4fb3-81c5-e03f43af402b",
+ "total_wall_area": 27.250627416451927,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "105.41827030713569": {
+ "surface_id": "UUID_6f575938-4ef6-4cec-9d95-cb0a3f479d49",
+ "total_wall_area": 34.61878518708756,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "105.41039143796445": {
+ "surface_id": "UUID_966ee70b-a432-4e6b-a177-9a5ef639bdbb",
+ "total_wall_area": 0.27945934860430655,
+ "connected_wall_area": 30.927426790294696,
+ "free_wall_area": 0.5357786662720159
+ },
+ "194.8298573902975": {
+ "surface_id": "UUID_91b1671c-afb8-4053-9325-a302be28f074",
+ "total_wall_area": 93.7920989800681,
+ "connected_wall_area": 17.39484636123506,
+ "free_wall_area": 76.39725261883305
+ },
+ "284.24280776763067": {
+ "surface_id": "UUID_653c133a-a0ad-4f5c-ac3e-623ece43975a",
+ "total_wall_area": 4.578094374392908,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "284.55137646756003": {
+ "surface_id": "UUID_5485610f-86af-4a52-99b5-d7b6fd0fd371",
+ "total_wall_area": 3.146289353005144,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "206.84781000323588": {
+ "surface_id": "UUID_d020c6c7-6ede-499b-a7da-1474c71eb871",
+ "total_wall_area": 15.816920832780054,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY50000EzX": {
+ "gml_id": "DEBE3D04YY50000EzX",
+ "299.2452214740615": {
+ "surface_id": "UUID_d8379e64-d2d7-4398-8916-bf0bb852e38c",
+ "total_wall_area": 27.359686373486696,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "209.22624878246162": {
+ "surface_id": "UUID_c5b5d3e4-6317-49f6-ac9b-4993fdc39e6d",
+ "total_wall_area": 59.70163806118121,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "209.24001677137213": {
+ "surface_id": "UUID_e24a6dde-8135-48aa-b8bf-ef23903afd77",
+ "total_wall_area": 59.709667252118585,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "209.1864778479352": {
+ "surface_id": "UUID_186c2bac-0eb5-4f2c-b5fb-39dafd235042",
+ "total_wall_area": 13.182370847730443,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "299.3965194872434": {
+ "surface_id": "UUID_0e680537-2c7d-459a-9aa3-192b80c703e4",
+ "total_wall_area": 173.40310303784122,
+ "connected_wall_area": 171.54683240314566,
+ "free_wall_area": 27.56477392143688
+ },
+ "299.7448812309741": {
+ "surface_id": "UUID_798c6d89-8399-479f-a6b3-d73230ad37f7",
+ "total_wall_area": 1.8557221453573725,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "28.776268808018486": {
+ "surface_id": "UUID_fc975d2a-1a8c-484a-9573-0b931aef9ea4",
+ "total_wall_area": 13.148956364513836,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "28.745148613090926": {
+ "surface_id": "UUID_33b3a263-4c36-43fc-bc05-47a1af94f5b6",
+ "total_wall_area": 59.72459772822029,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "28.754984588785916": {
+ "surface_id": "UUID_da7a516d-e6f5-4f72-8638-2989ac6bf9bf",
+ "total_wall_area": 75.42698800304123,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "299.2273918809867": {
+ "surface_id": "UUID_382e50e7-6053-4c92-8180-287a05097554",
+ "total_wall_area": 88.96001316681257,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "29.238814357176295": {
+ "surface_id": "UUID_12c010fa-f83f-4162-843e-1d0432bee120",
+ "total_wall_area": 59.10603526588547,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "119.24948695325054": {
+ "surface_id": "UUID_d72e273c-20a4-47c8-992b-72cbffc1da24",
+ "total_wall_area": 99.53160334904969,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "209.16761339058004": {
+ "surface_id": "UUID_83122904-4e98-4bb6-a755-4cb4e29b7a70",
+ "total_wall_area": 11.33475497610939,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "119.30449688172138": {
+ "surface_id": "UUID_3b46fd63-5bd6-4a88-8364-5d8e179261cc",
+ "total_wall_area": 18.306933574369,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "29.240625907774223": {
+ "surface_id": "UUID_b54f87d5-9807-4099-9026-7e940e2becff",
+ "total_wall_area": 212.48025401785753,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "85.46996859617549": {
+ "surface_id": "UUID_6fd1cd91-2672-4910-a061-6104a7737d6b",
+ "total_wall_area": 7.70200755565554,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "29.293483083738394": {
+ "surface_id": "UUID_0ad89ba7-d743-4ee0-ac7a-d54843289132",
+ "total_wall_area": 56.686932449366886,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "119.44731382289552": {
+ "surface_id": "UUID_795eed34-8218-44db-a4af-b55aabc2263c",
+ "total_wall_area": 168.4436963182897,
+ "connected_wall_area": 166.395713516315,
+ "free_wall_area": 115.50663284332902
+ },
+ "209.23066751278537": {
+ "surface_id": "UUID_f6d3ef8c-880b-4e9c-90ef-51017c681d2f",
+ "total_wall_area": 336.7373535014616,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY50000G7N": {
+ "gml_id": "DEBE3D04YY50000G7N"
+ },
+ "DEBE3D04YY50000Gpp": {
+ "gml_id": "DEBE3D04YY50000Gpp",
+ "286.80002440980854": {
+ "surface_id": "UUID_cf509787-d376-45ee-ad6f-29d711f31879",
+ "total_wall_area": 25.358468289441642,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "286.8014771522192": {
+ "surface_id": "UUID_a37f607d-a757-4b9f-a33a-6a7c891f3535",
+ "total_wall_area": 323.8887042204325,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "16.790553842955703": {
+ "surface_id": "UUID_b5ddf401-5fc9-4e25-809c-ab36da03cf87",
+ "total_wall_area": 211.7243618862725,
+ "connected_wall_area": 211.72436188532993,
+ "free_wall_area": 9.425775715499185e-10
+ },
+ "106.7348834522204": {
+ "surface_id": "UUID_3443dbcc-67f6-4cc1-96d6-ebda419d7d32",
+ "total_wall_area": 349.16263630851546,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "196.77466645502113": {
+ "surface_id": "UUID_a5eb9862-fc37-437a-973c-ce1ad624b55e",
+ "total_wall_area": 212.14527956281432,
+ "connected_wall_area": 211.70520933691094,
+ "free_wall_area": 0.4400702259033835
+ }
+ },
+ "DEBE3D04YY50000JNM": {
+ "gml_id": "DEBE3D04YY50000JNM",
+ "112.28123262981495": {
+ "surface_id": "UUID_1c0f235d-5e48-4311-ae79-293116500d26",
+ "total_wall_area": 13.70520435135921,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "197.57034424035854": {
+ "surface_id": "UUID_01f8aaa2-e2f8-47cb-9726-955b4458e690",
+ "total_wall_area": 90.76822186506453,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "170.51135910634184": {
+ "surface_id": "UUID_f97936f2-8885-444c-93b0-c073df58a1c4",
+ "total_wall_area": 64.82510136269205,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "260.1692446471091": {
+ "surface_id": "UUID_daad0b28-7455-42f7-bd14-49eda2618f9b",
+ "total_wall_area": 174.85333295139463,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "18.620525684851074": {
+ "surface_id": "UUID_a1ec7909-2fe2-453c-ade3-3a86c16fd363",
+ "total_wall_area": 241.21845315446714,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "18.62027977878803": {
+ "surface_id": "UUID_426c6b8f-8bc9-43f9-b178-c6b22ae48e61",
+ "total_wall_area": 327.32528393761606,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "106.88361156645726": {
+ "surface_id": "UUID_1cbc3035-a663-4e7f-8005-9acaab3d170d",
+ "total_wall_area": 442.96864462348094,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "196.607965147061": {
+ "surface_id": "UUID_6624ffdb-1f9b-4346-8317-a46d0c255b57",
+ "total_wall_area": 251.0711046025478,
+ "connected_wall_area": 211.77019902841872,
+ "free_wall_area": 45.474654526668104
+ },
+ "196.6178637528112": {
+ "surface_id": "UUID_78703e68-aa22-40c0-bc2b-fdc96871e735",
+ "total_wall_area": 32.63016471997088,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "285.4542521353376": {
+ "surface_id": "UUID_0929b713-887e-4aa0-9d01-2f131af79bdb",
+ "total_wall_area": 73.73140174682024,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "348.7568903023554": {
+ "surface_id": "UUID_f0534d34-17a6-46d9-b1c0-90233d643615",
+ "total_wall_area": 54.270904334643255,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "260.4805384140626": {
+ "surface_id": "UUID_2a93c073-e178-49ea-b621-6cde631e9f37",
+ "total_wall_area": 72.25513152271553,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "286.97495268670207": {
+ "surface_id": "UUID_7db5995d-9155-4f2b-addd-62ed0d1f18e7",
+ "total_wall_area": 170.11843841595967,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "196.20608758871322": {
+ "surface_id": "UUID_6d1532e6-bd1e-40ef-9e68-aa79e66b14a8",
+ "total_wall_area": 70.02399064572563,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY50000Czk": {
+ "gml_id": "DEBE3D04YY50000Czk",
+ "286.21233774491225": {
+ "surface_id": "UUID_8dc1439d-7832-4a2f-9945-c07bd7e67b2b",
+ "total_wall_area": 251.35167242204716,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "20.05420202981024": {
+ "surface_id": "UUID_b1cc4ea5-0f4e-4f7c-8897-936b8943c018",
+ "total_wall_area": 352.49414883899243,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "109.61741196799858": {
+ "surface_id": "UUID_d7e9def4-a772-43f5-aaf7-9b254859350b",
+ "total_wall_area": 247.9672131004088,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "199.57728904397456": {
+ "surface_id": "UUID_07fe6b89-67b9-421c-a18e-b921308592f8",
+ "total_wall_area": 337.53167080700604,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY500004c9": {
+ "gml_id": "DEBE3D04YY500004c9",
+ "38.40632033921782": {
+ "surface_id": "UUID_98e03206-7928-439a-9be9-3eb4763f9896",
+ "total_wall_area": 4.819616937936864,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "308.42720073345777": {
+ "surface_id": "UUID_38eee071-3b8a-483e-aa23-cfed10aee93c",
+ "total_wall_area": 1.6274591219863201,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "39.775923889901726": {
+ "surface_id": "UUID_b61f9430-ee2b-4e0a-a9b6-f40ce9c023cf",
+ "total_wall_area": 13.799117044032155,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "129.78464545872146": {
+ "surface_id": "UUID_a6879534-4275-42ef-93ed-23df2d544a7b",
+ "total_wall_area": 10.112293657572888,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "219.7779342527943": {
+ "surface_id": "UUID_15143fcf-5385-4614-8ef0-a868216cbce2",
+ "total_wall_area": 18.376006482988,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "308.4093912191943": {
+ "surface_id": "UUID_c4a8807a-8e37-481c-a1fd-85a7d1eb0cdc",
+ "total_wall_area": 2.4050026932872175,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "308.39161475875244": {
+ "surface_id": "UUID_af66e3fc-8307-4335-93d9-5a389528d8a2",
+ "total_wall_area": 5.966865725484247,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY500007Zn": {
+ "gml_id": "DEBE3D04YY500007Zn"
+ },
+ "DEBE3D04YY50000GqT": {
+ "gml_id": "DEBE3D04YY50000GqT"
+ },
+ "DEBE3D04YY50000HgO": {
+ "gml_id": "DEBE3D04YY50000HgO",
+ "279.25731328763584": {
+ "surface_id": "UUID_4cb4d233-f3ba-418b-879c-36c9298f7ec0",
+ "total_wall_area": 23.947316631021106,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "278.91200373081415": {
+ "surface_id": "UUID_e6dd886c-7251-43cd-af2d-314942c8c717",
+ "total_wall_area": 189.2837125688386,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "278.8951983931582": {
+ "surface_id": "UUID_a01091b7-0bdd-40c1-a1ab-1af7251a78d1",
+ "total_wall_area": 118.56065853606846,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "280.43251967149615": {
+ "surface_id": "UUID_598ca93f-a473-4500-a417-f04440ceec0c",
+ "total_wall_area": 74.58336852457177,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "9.989961231883527": {
+ "surface_id": "UUID_6dd5c700-e840-47f0-91a5-bc6099bb172a",
+ "total_wall_area": 275.4850393412189,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "99.09781637342905": {
+ "surface_id": "UUID_42a9abaf-9a05-4114-b336-7dfc7a5e0b81",
+ "total_wall_area": 88.42523720295692,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "99.4695638395483": {
+ "surface_id": "UUID_7e2eef2b-8be1-4686-b8dd-e37623998ebd",
+ "total_wall_area": 88.42717391832838,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "99.82681268435311": {
+ "surface_id": "UUID_208aa0c6-5e6e-4550-b9ed-12678913f61a",
+ "total_wall_area": 88.4289625981807,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "100.10058430988613": {
+ "surface_id": "UUID_e1c7269c-b50e-4dbc-a7c1-585309d14ee5",
+ "total_wall_area": 39.797677577641394,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "100.26690997797687": {
+ "surface_id": "UUID_d145e231-4fff-450b-b74f-439a2fecf0d4",
+ "total_wall_area": 39.79540659300069,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "100.39527349763455": {
+ "surface_id": "UUID_da2ce163-fc22-4305-ab3c-10e5d9ee3b14",
+ "total_wall_area": 39.81166234373433,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "100.47961699271849": {
+ "surface_id": "UUID_9327a7f8-be0c-415a-91ea-8be661aabe67",
+ "total_wall_area": 7.973710089596926,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "100.4500825984777": {
+ "surface_id": "UUID_1195f68d-cc4a-4fe1-8d8f-a09f3fa6a2b8",
+ "total_wall_area": 7.9959941009513535,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "190.47372134903196": {
+ "surface_id": "UUID_d802bb75-e0d3-4197-be8f-4f1553b55eee",
+ "total_wall_area": 271.6310180985774,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY50000Exo": {
+ "gml_id": "DEBE3D04YY50000Exo"
+ },
+ "DEBE3D04YY50000ICL": {
+ "gml_id": "DEBE3D04YY50000ICL"
+ },
+ "DEBE3D04YY5000024v": {
+ "gml_id": "DEBE3D04YY5000024v"
+ },
+ "DEBE3D04YY500004kM": {
+ "gml_id": "DEBE3D04YY500004kM"
+ },
+ "DEBE3D04YY500004lS": {
+ "gml_id": "DEBE3D04YY500004lS"
+ },
+ "DEBE3D04YY500008Rf": {
+ "gml_id": "DEBE3D04YY500008Rf"
+ },
+ "DEBE3D04YY50002d5n": {
+ "gml_id": "DEBE3D04YY50002d5n",
+ "118.87702804533586": {
+ "surface_id": "UUID_e52e4161-1300-4ed6-b42f-e9fbe48a0d02",
+ "total_wall_area": 31.196030960030875,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "208.88338843803908": {
+ "surface_id": "UUID_d88125e8-8045-4533-af5b-b0a5e17e691a",
+ "total_wall_area": 217.773435144138,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "298.8770280453359": {
+ "surface_id": "UUID_2c795b80-3b1d-4e12-9dfd-4854ae4cfb50",
+ "total_wall_area": 31.196030960930404,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "28.88338843803907": {
+ "surface_id": "UUID_6c9615e0-c850-48ae-be2e-7942090beaa0",
+ "total_wall_area": 217.77343514250708,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY500005bW": {
+ "gml_id": "DEBE3D04YY500005bW",
+ "209.22673681342218": {
+ "surface_id": "UUID_bd4abcb2-4cdf-43c9-add4-65f55989eee0",
+ "total_wall_area": 39.81528129423229,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "209.2045082694713": {
+ "surface_id": "UUID_6f188d6c-bd8e-43f5-9623-42a353b26d60",
+ "total_wall_area": 128.9995466509136,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "209.25084094925606": {
+ "surface_id": "UUID_0ccbbb68-19fc-4763-a243-360ccd536d2b",
+ "total_wall_area": 43.659861833491256,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "299.16750359363255": {
+ "surface_id": "UUID_938dfa7c-3614-4776-8101-db49195da2e7",
+ "total_wall_area": 244.40157398420024,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "299.16610933860477": {
+ "surface_id": "UUID_5736891f-88f4-4202-9749-29c3c7a251ef",
+ "total_wall_area": 37.116468683795055,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "29.138846015452117": {
+ "surface_id": "UUID_f6333c46-858e-46e6-9c90-590a292a4d63",
+ "total_wall_area": 47.26824130412625,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "29.17218702390924": {
+ "surface_id": "UUID_6c658468-9601-4d15-8d70-16c089d439a3",
+ "total_wall_area": 145.62339314549004,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "28.909598665843575": {
+ "surface_id": "UUID_4b726a81-bdf7-4b23-a01e-5eb5e3d5d332",
+ "total_wall_area": 258.1047915223137,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "119.40316995080883": {
+ "surface_id": "UUID_1c60ce2f-f50f-48b3-b270-3d118b07df43",
+ "total_wall_area": 37.9139177642973,
+ "connected_wall_area": 25.708503286741326,
+ "free_wall_area": 12.205414477555976
+ },
+ "119.39534713792898": {
+ "surface_id": "UUID_2178f32c-2a0e-4db3-b979-e68305a6c745",
+ "total_wall_area": 208.2533681575379,
+ "connected_wall_area": 145.83832911640434,
+ "free_wall_area": 62.415039041133554
+ },
+ "119.35212896667713": {
+ "surface_id": "UUID_2a24c3af-95fa-4ef4-b854-067e3a35e68c",
+ "total_wall_area": 36.88579593101248,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "209.2227470399853": {
+ "surface_id": "UUID_feba4783-58d2-476d-a050-d8cd4de23bac",
+ "total_wall_area": 202.34446430146673,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY50000Q3t": {
+ "gml_id": "DEBE3D04YY50000Q3t",
+ "159.43037489627653": {
+ "surface_id": "UUID_7f74716f-f9e7-4b3b-b5d3-b4543579ec34",
+ "total_wall_area": 6.302081341501125,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "264.73336841761045": {
+ "surface_id": "UUID_a123a0ec-6808-463f-b2cb-bf7f6937aea0",
+ "total_wall_area": 21.106283868646614,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "345.5475717452984": {
+ "surface_id": "UUID_7a5d9cbd-cd32-4b66-9b88-a7a051b36369",
+ "total_wall_area": 5.789016308226121,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "83.70932922663451": {
+ "surface_id": "UUID_5b7d04e2-804c-4110-a2b5-8e4695015810",
+ "total_wall_area": 1.1012437843572656,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY50000RA9": {
+ "gml_id": "DEBE3D04YY50000RA9"
+ },
+ "DEBE3D04YY50000A3p": {
+ "gml_id": "DEBE3D04YY50000A3p",
+ "194.9960683944336": {
+ "surface_id": "UUID_595b7bb8-4ba1-4c4e-a0de-ebe6e40f3f77",
+ "total_wall_area": 10.290937448741463,
+ "connected_wall_area": 10.059159376202818,
+ "free_wall_area": 0.23177807253864557
+ },
+ "284.56576420878594": {
+ "surface_id": "UUID_e83de79f-b80f-4ed2-a1f3-ae3bf56cc75c",
+ "total_wall_area": 0.6807557674898164,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "284.73730237046107": {
+ "surface_id": "UUID_9318dfa9-2616-4434-9ce2-fe88162f3682",
+ "total_wall_area": 15.541769858833245,
+ "connected_wall_area": 15.068509699243375,
+ "free_wall_area": 0.47326015958987
+ },
+ "14.911618534601345": {
+ "surface_id": "UUID_53a14fab-dae6-4c47-a0c2-ad5ff9b9081c",
+ "total_wall_area": 38.33716967924342,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "104.74238983932048": {
+ "surface_id": "UUID_4d667fec-f678-4100-bb0e-ed5509072b6e",
+ "total_wall_area": 23.229613252523844,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "194.93606792566322": {
+ "surface_id": "UUID_37faae48-1492-4b18-89cb-1452afbc133d",
+ "total_wall_area": 32.13091023553223,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "284.933471378704": {
+ "surface_id": "UUID_03d8e37d-6f4c-4a8a-a5d6-8e8b385ba611",
+ "total_wall_area": 14.851370644621769,
+ "connected_wall_area": 14.434540484923053,
+ "free_wall_area": 0.4168301596987156
+ }
+ },
+ "DEBE3D04YY50002coK": {
+ "gml_id": "DEBE3D04YY50002coK",
+ "176.34040871386458": {
+ "surface_id": "UUID_2b468022-a055-4a47-a155-439469caafd0",
+ "total_wall_area": 11.384382094080943,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "176.34857597618856": {
+ "surface_id": "UUID_553ea8b4-cd99-4ae7-85af-79ba9651155b",
+ "total_wall_area": 17.25663146389016,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "265.81360932061204": {
+ "surface_id": "UUID_9e41e2fb-cd08-412a-b7ea-170a44c52798",
+ "total_wall_area": 49.98960597617592,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "355.64119523961443": {
+ "surface_id": "UUID_868ed1c0-3f9e-447d-89be-2d142f0ca8c1",
+ "total_wall_area": 16.857342252684493,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "355.6610191929869": {
+ "surface_id": "UUID_3885b49a-39ba-4b44-be80-a2bbd50856c7",
+ "total_wall_area": 11.722007045398888,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "85.73718181658734": {
+ "surface_id": "UUID_0dc36da8-c71e-42d4-8f38-5e646bb99e05",
+ "total_wall_area": 44.193981071324295,
+ "connected_wall_area": 44.1939810857671,
+ "free_wall_area": -1.444280428586353e-08
+ }
+ },
+ "DEBE3D04YY500003c8": {
+ "gml_id": "DEBE3D04YY500003c8"
+ },
+ "DEBE3D04YY50000F4L": {
+ "gml_id": "DEBE3D04YY50000F4L",
+ "176.6046134437064": {
+ "surface_id": "UUID_6057b8e9-299b-49b6-8a6b-1b3b74f11218",
+ "total_wall_area": 81.11316605159324,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "86.64011221125634": {
+ "surface_id": "UUID_5319195a-1bf4-43d6-877b-fc15ba77971d",
+ "total_wall_area": 9.88900719295176,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "176.60083625741044": {
+ "surface_id": "UUID_0f13607f-bfd1-455c-854d-cadf81c263d1",
+ "total_wall_area": 79.29244371698995,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "266.64011221736587": {
+ "surface_id": "UUID_a6505695-4f69-4a58-b931-033f26986986",
+ "total_wall_area": 9.88900719295176,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "176.58001687533618": {
+ "surface_id": "UUID_2ec4624f-1229-4081-a627-3470d946a5f1",
+ "total_wall_area": 9.7410880718,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "176.6005082089162": {
+ "surface_id": "UUID_30dac65d-0bf4-4a9d-9795-542fbba7f503",
+ "total_wall_area": 49.32533513183252,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "176.617659144661": {
+ "surface_id": "UUID_4e9b140f-119a-413c-980c-ca41b8336393",
+ "total_wall_area": 16.41561502787467,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "266.61874048339774": {
+ "surface_id": "UUID_aa15b6c5-8c17-4d3e-b27c-a397acc6eaf4",
+ "total_wall_area": 99.38642110410855,
+ "connected_wall_area": 98.73445451936105,
+ "free_wall_area": 0.6519665847474982
+ },
+ "266.6212270010961": {
+ "surface_id": "UUID_7ad79b2f-56cb-43fb-913e-87502774647a",
+ "total_wall_area": 102.84622990611099,
+ "connected_wall_area": 100.4046861712844,
+ "free_wall_area": 2.4415437348265954
+ },
+ "356.62561790860275": {
+ "surface_id": "UUID_738268c2-656b-4705-814b-3c58ad9ec439",
+ "total_wall_area": 16.348953080361618,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "356.62164318752": {
+ "surface_id": "UUID_24399b2b-711e-4f1b-8014-5c8e65f54a23",
+ "total_wall_area": 48.98922145464888,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "356.58946178075485": {
+ "surface_id": "UUID_9bfbc76a-43b3-4c8f-9aba-d723421efc42",
+ "total_wall_area": 89.61412330717096,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "356.6122916959722": {
+ "surface_id": "UUID_1c28d2fc-4d9f-48af-8516-85e8fc8c4a9b",
+ "total_wall_area": 42.66595556169045,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "356.59790587758204": {
+ "surface_id": "UUID_e100d5e4-a7fc-4f0b-938b-721bac56bd4a",
+ "total_wall_area": 114.48450866758444,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "86.8903183982059": {
+ "surface_id": "UUID_732b38c8-dc8b-444a-a0dc-701334cd3a1b",
+ "total_wall_area": 196.82595464182236,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "86.86364163229138": {
+ "surface_id": "UUID_3f52840a-1823-4d44-b910-45a9b0997fe7",
+ "total_wall_area": 9.886817926717704,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "176.61912444856364": {
+ "surface_id": "UUID_175d7d5b-0ebd-41bb-a575-c991dddce566",
+ "total_wall_area": 76.45361031730091,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "266.7455093352403": {
+ "surface_id": "UUID_0af8d259-5262-486e-8acc-bd28f66949b1",
+ "total_wall_area": 9.869116647348367,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY50000R1u": {
+ "gml_id": "DEBE3D04YY50000R1u"
+ },
+ "DEBE3D04YY500007YH": {
+ "gml_id": "DEBE3D04YY500007YH"
+ },
+ "DEBE3D04YY50000IcJ": {
+ "gml_id": "DEBE3D04YY50000IcJ"
+ },
+ "DEBE3D04YY50000PTk": {
+ "gml_id": "DEBE3D04YY50000PTk",
+ "252.02837283164402": {
+ "surface_id": "UUID_e92265e7-84c1-4ad8-97a2-51c8e3185945",
+ "total_wall_area": 190.91359197878197,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "265.913652331754": {
+ "surface_id": "UUID_fe4edaa8-dfeb-4a98-a64e-5480fe312946",
+ "total_wall_area": 385.8478699811754,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "354.9490109077293": {
+ "surface_id": "UUID_b72c8117-98fd-4510-9a08-212fa4580e26",
+ "total_wall_area": 321.45262368670785,
+ "connected_wall_area": 321.4129456339623,
+ "free_wall_area": 0.03967805274555758
+ },
+ "85.07271466838955": {
+ "surface_id": "UUID_53298733-fa60-4b5b-94dd-01968a0fcf47",
+ "total_wall_area": 129.22710597472565,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "93.69138598582293": {
+ "surface_id": "UUID_159f4e9a-7511-427a-861d-6723e49aaf49",
+ "total_wall_area": 7.8688735141759825,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "108.54066046287454": {
+ "surface_id": "UUID_6c3d8ca5-a79b-4f61-9185-6a174702ba4f",
+ "total_wall_area": 7.893802256667608,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "123.5506619995225": {
+ "surface_id": "UUID_b71c0d4c-49b3-4acb-8ba9-1b79c1c8cdd6",
+ "total_wall_area": 7.874969973180049,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "138.4359943472232": {
+ "surface_id": "UUID_ebee518b-0ea2-495d-9a52-727b604123d1",
+ "total_wall_area": 7.878975591478927,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "153.43494883164107": {
+ "surface_id": "UUID_59419156-a326-4b64-9b14-d7de46784540",
+ "total_wall_area": 7.878302535055363,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "168.36154025927402": {
+ "surface_id": "UUID_8ab07201-5e5b-4ceb-b96c-452e02fad113",
+ "total_wall_area": 7.876316628968072,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "165.87004419567262": {
+ "surface_id": "UUID_27764978-8b18-4468-9c94-e915400beec3",
+ "total_wall_area": 17.073705244934036,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "85.5257425257138": {
+ "surface_id": "UUID_7c770057-89ab-4b25-8c6c-3b98d96383b8",
+ "total_wall_area": 196.890699533379,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "355.85247788200576": {
+ "surface_id": "UUID_255a1494-af55-4906-b012-2de9c0a686d3",
+ "total_wall_area": 59.221913980355424,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "255.99378576179828": {
+ "surface_id": "UUID_70b8c0fb-e973-4610-b4c8-a7059ee5d230",
+ "total_wall_area": 10.65639203884661,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "348.29951590919234": {
+ "surface_id": "UUID_5bad97a1-198c-48ba-912a-b0afa16f3944",
+ "total_wall_area": 80.16826049060381,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "273.0965892363398": {
+ "surface_id": "UUID_312087d2-057b-4066-a7cf-f385bff8e64f",
+ "total_wall_area": 14.067620314078749,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "329.94435847422636": {
+ "surface_id": "UUID_d3cb5127-902a-4957-bf1b-f0557c0acb55",
+ "total_wall_area": 51.08231744331176,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "241.68774138288282": {
+ "surface_id": "UUID_bf8d626f-37e3-46ac-adf0-85c98eac4cd5",
+ "total_wall_area": 7.7686315386595215,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "254.19440646358282": {
+ "surface_id": "UUID_633e1896-8861-4e92-aa25-4be29744eeb0",
+ "total_wall_area": 7.77818213189605,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "267.112156368988": {
+ "surface_id": "UUID_cc5c0e04-008a-4b00-920d-f020a5c6e267",
+ "total_wall_area": 7.770303748518656,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "279.74194801945185": {
+ "surface_id": "UUID_37e7e4d6-7a25-438c-8618-a6dd1ce9af6d",
+ "total_wall_area": 7.75715536145962,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "292.46321248800274": {
+ "surface_id": "UUID_eb0a5a1c-7e30-4b59-809a-c2f94992ae07",
+ "total_wall_area": 7.774636120209396,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "305.10332798239824": {
+ "surface_id": "UUID_f6d15809-97a2-4c3d-94bd-5a5d248ca937",
+ "total_wall_area": 7.76873396804513,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "320.088535359656": {
+ "surface_id": "UUID_8e95afb6-05f9-47c9-8a2e-10cb2e2ecee7",
+ "total_wall_area": 46.26394543294485,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "54.37960406915247": {
+ "surface_id": "UUID_5174b6ac-e31e-4fa5-92a0-9fc8df3c6b7f",
+ "total_wall_area": 142.77531032861177,
+ "connected_wall_area": 133.17270741427893,
+ "free_wall_area": 9.602602914332834
+ },
+ "143.94945806423368": {
+ "surface_id": "UUID_8d8a4f96-194c-48da-893e-26fcdc99fb31",
+ "total_wall_area": 16.747674046281578,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "143.74910477632085": {
+ "surface_id": "UUID_f5b0eb9c-e561-4c4e-9d14-c0799cc55a8f",
+ "total_wall_area": 265.16447224142803,
+ "connected_wall_area": 256.862249525459,
+ "free_wall_area": 8.302222715969037
+ },
+ "161.99686906998562": {
+ "surface_id": "UUID_fa33f86f-d2f3-4c1c-b2d2-edbc56c7f41d",
+ "total_wall_area": 304.36372079864833,
+ "connected_wall_area": 298.1098801139929,
+ "free_wall_area": 276.2383098992071
+ }
+ },
+ "DEBE3D04YY500006VZ": {
+ "gml_id": "DEBE3D04YY500006VZ"
+ },
+ "DEBE3D04YY50000Itw": {
+ "gml_id": "DEBE3D04YY50000Itw",
+ "196.31441897165612": {
+ "surface_id": "UUID_b9279a1d-5a5e-47d2-b338-9ba9bcfe73b6",
+ "total_wall_area": 19.435705894978476,
+ "connected_wall_area": 19.43570590077054,
+ "free_wall_area": -5.7920637175357115e-09
+ },
+ "286.3308016491023": {
+ "surface_id": "UUID_2c42780a-2565-472e-999b-5a0719ea539b",
+ "total_wall_area": 5.197895414617211,
+ "connected_wall_area": 5.197895385066948,
+ "free_wall_area": 2.9550262681254935e-08
+ },
+ "196.32786683314006": {
+ "surface_id": "UUID_3f5ce3c7-8e5d-4c26-bc91-32da4e619a45",
+ "total_wall_area": 24.76479195796707,
+ "connected_wall_area": 24.764791968987858,
+ "free_wall_area": -1.1020787837878743e-08
+ },
+ "200.286914840782": {
+ "surface_id": "UUID_da6438f8-c2d0-4e94-9f57-3b4df01b8560",
+ "total_wall_area": 18.718210351839655,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "290.2886487974752": {
+ "surface_id": "UUID_453c535b-6a49-4dcf-903c-e4769419fc4d",
+ "total_wall_area": 31.486916285944922,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "20.051191808533844": {
+ "surface_id": "UUID_31630428-140d-4b4f-bad2-ac2d0d444fb1",
+ "total_wall_area": 60.79803692609543,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "106.30590946998939": {
+ "surface_id": "UUID_5eb9d2a8-0b59-4f44-9155-505369af9b23",
+ "total_wall_area": 33.96395982838722,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY500003gj": {
+ "gml_id": "DEBE3D04YY500003gj"
+ },
+ "DEBE3D04YY50000QjM": {
+ "gml_id": "DEBE3D04YY50000QjM"
+ },
+ "DEBE3D04YY50000IT5": {
+ "gml_id": "DEBE3D04YY50000IT5",
+ "267.263399114158": {
+ "surface_id": "UUID_386650fd-8dee-4973-b859-f677d589c03b",
+ "total_wall_area": 108.87762729128568,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "177.30782405945752": {
+ "surface_id": "UUID_2982cc26-4916-4a1e-be8c-587a7976d8ea",
+ "total_wall_area": 12.622885401580765,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "267.2612873231649": {
+ "surface_id": "UUID_db44e28c-5ac1-421c-be80-ded7f4301efa",
+ "total_wall_area": 40.26541439211044,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "357.2509570919309": {
+ "surface_id": "UUID_025973ff-2b5a-448e-a04b-a202e6977f14",
+ "total_wall_area": 12.631396365514039,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "267.25593244875813": {
+ "surface_id": "UUID_20198b89-8f91-4148-9fda-eb4bc56aaa07",
+ "total_wall_area": 46.787252672283245,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "357.12824595778693": {
+ "surface_id": "UUID_f6c3f53e-f69c-4bd9-890d-9541f168fe55",
+ "total_wall_area": 121.15947480806786,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "87.64734697193914": {
+ "surface_id": "UUID_db11bfe1-9bdf-4fae-b53f-77faefe2a890",
+ "total_wall_area": 192.13883711485263,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "175.84881087192485": {
+ "surface_id": "UUID_2512d86d-829d-4b5b-8ccc-490c62aba20e",
+ "total_wall_area": 65.13271266985382,
+ "connected_wall_area": 62.74914804149953,
+ "free_wall_area": 2.3835646283542857
+ },
+ "175.85923446207693": {
+ "surface_id": "UUID_086fca00-e95c-4706-93bb-6b7734efad5c",
+ "total_wall_area": 58.57007277306538,
+ "connected_wall_area": 56.20135480309065,
+ "free_wall_area": 2.3687179699747247
+ }
+ },
+ "DEBE3D04YY50000AYw": {
+ "gml_id": "DEBE3D04YY50000AYw"
+ },
+ "DEBE3D04YY500002tg": {
+ "gml_id": "DEBE3D04YY500002tg",
+ "106.27492585073668": {
+ "surface_id": "UUID_bcfd6144-7ec5-42f2-99ec-13fe2a8a7182",
+ "total_wall_area": 168.01990922415376,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "189.11967756256183": {
+ "surface_id": "UUID_7cf219aa-bbd2-4a8c-9b0a-41081664a403",
+ "total_wall_area": 7.691910118899061,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "107.3053884311638": {
+ "surface_id": "UUID_71905c82-c9db-4ad7-9b06-a0e6b37d4952",
+ "total_wall_area": 117.98179827806817,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "3.654347222832456": {
+ "surface_id": "UUID_8c4eae2c-eb77-4763-a2f7-d08e311f41df",
+ "total_wall_area": 45.78108175001444,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "17.800325320341884": {
+ "surface_id": "UUID_dc343bf1-6ee3-4f73-970a-646217c0fe27",
+ "total_wall_area": 77.60329347869869,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "104.84423968773729": {
+ "surface_id": "UUID_281c694f-abfe-40f9-abce-0aed7a18abd6",
+ "total_wall_area": 10.99965604696562,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "18.559319679689054": {
+ "surface_id": "UUID_ce37de88-226e-4191-b320-3699d9050c16",
+ "total_wall_area": 55.32021185426005,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "332.66573297518596": {
+ "surface_id": "UUID_d307bb0b-204c-428e-8068-fc5f2c207668",
+ "total_wall_area": 17.975959917689476,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "311.2784776973051": {
+ "surface_id": "UUID_d18de0ae-c861-4123-8ade-09a36c532159",
+ "total_wall_area": 94.27709731146803,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "227.696147419178": {
+ "surface_id": "UUID_f6c3bb7c-f367-4c30-aaa2-8ecca9b07a6d",
+ "total_wall_area": 10.214781886040496,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "309.62341123943884": {
+ "surface_id": "UUID_e77dd192-760f-4a10-a912-378bd29b8d38",
+ "total_wall_area": 162.58595642058438,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "39.00641668347626": {
+ "surface_id": "UUID_86d83196-f533-4900-a705-0460c77d6f27",
+ "total_wall_area": 252.82277674364383,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "129.23832642213875": {
+ "surface_id": "UUID_d2c2b5ad-c1f7-42ca-bdb3-6f9df6fdf96b",
+ "total_wall_area": 400.6378405667798,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "218.6325923744395": {
+ "surface_id": "UUID_4c075417-ad76-4839-8c2d-21d5e60946d6",
+ "total_wall_area": 197.1312592971525,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "218.63902358776994": {
+ "surface_id": "UUID_51ccb986-0d08-43d8-95cb-b97a99540ae0",
+ "total_wall_area": 94.64684668040621,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "197.5351708411802": {
+ "surface_id": "UUID_3084e2df-001b-4b07-b5e3-d4f74fa59161",
+ "total_wall_area": 185.53759906473917,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "197.522650800187": {
+ "surface_id": "UUID_5a35f6a5-6752-4735-a1bd-d4476a0073c6",
+ "total_wall_area": 157.58709050827676,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "286.89285683769776": {
+ "surface_id": "UUID_b5df3506-b799-4dd2-aee3-2f7540643251",
+ "total_wall_area": 390.3305598042902,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "16.826904203514317": {
+ "surface_id": "UUID_7277facb-41d3-4850-8a7f-4ed63ff6249e",
+ "total_wall_area": 255.18092671271506,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY50000RqS": {
+ "gml_id": "DEBE3D04YY50000RqS",
+ "30.370687278043462": {
+ "surface_id": "UUID_be12e6aa-14d9-4af5-a4e4-88fe858bcaef",
+ "total_wall_area": 167.01561674159456,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "112.56198808637407": {
+ "surface_id": "UUID_477f3876-6b48-4d60-b5c4-dfaa8094cc77",
+ "total_wall_area": 190.02483694884464,
+ "connected_wall_area": 182.50338125818962,
+ "free_wall_area": 60.75511420407821
+ },
+ "110.51085921255225": {
+ "surface_id": "UUID_f8611ad9-2636-4890-b638-7a4c9830327f",
+ "total_wall_area": 3.0476370648868225,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "207.5328908340041": {
+ "surface_id": "UUID_1a3d47f3-9967-4277-a4d1-40eeebb01623",
+ "total_wall_area": 72.7140249167573,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "208.73933854728068": {
+ "surface_id": "UUID_f71869d2-356a-4332-8682-0fa82fd242a6",
+ "total_wall_area": 72.61112643171008,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "209.96119657162166": {
+ "surface_id": "UUID_e74b76b6-7d2e-4359-8b3c-10451bbf3852",
+ "total_wall_area": 72.57767223035333,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "211.17697748493802": {
+ "surface_id": "UUID_52f62402-3d5a-4c09-bce0-8ecd65ddd893",
+ "total_wall_area": 72.62008927586048,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "212.08072393505574": {
+ "surface_id": "UUID_b3f7f169-be6c-4056-89bb-4f017cc41a50",
+ "total_wall_area": 71.03319506578264,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "212.69551269053073": {
+ "surface_id": "UUID_42428375-221d-489c-88a7-a06bcf3ad0cc",
+ "total_wall_area": 71.1926278752847,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "213.27747903969805": {
+ "surface_id": "UUID_1edb05d3-7b1e-4db7-a51d-718ea77fe38f",
+ "total_wall_area": 71.34221305694197,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "321.17860055370454": {
+ "surface_id": "UUID_c06f3412-1f50-4f11-9706-79d76cf5c567",
+ "total_wall_area": 8.00697206017252,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "305.95920593612857": {
+ "surface_id": "UUID_42a18a7b-8463-45bc-bff3-331e2c556d47",
+ "total_wall_area": 127.52404754646822,
+ "connected_wall_area": 126.86246036102801,
+ "free_wall_area": 0.6615871854402116
+ },
+ "324.78993109924863": {
+ "surface_id": "UUID_46b55d87-4e45-4215-b85e-40d60d731c84",
+ "total_wall_area": 58.32128517997843,
+ "connected_wall_area": 58.01095432577975,
+ "free_wall_area": 0.310330854198682
+ },
+ "30.493960173530894": {
+ "surface_id": "UUID_660ab4c6-b16f-4418-8599-14a8a816c982",
+ "total_wall_area": 215.41200851002753,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "297.28046597741377": {
+ "surface_id": "UUID_24b8ebfd-3a7b-49d2-b678-34067ad725e2",
+ "total_wall_area": 33.60565355269601,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "29.407189077077035": {
+ "surface_id": "UUID_f09c4545-d54c-43c9-8adf-e114a3ea103e",
+ "total_wall_area": 36.7283405463627,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "117.20809206015144": {
+ "surface_id": "UUID_ce4b7599-138d-450c-82e3-ad75809ee588",
+ "total_wall_area": 31.91822882544226,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "305.96375013967156": {
+ "surface_id": "UUID_6f52d1da-e1fb-46ab-aeb9-ec1626542e6d",
+ "total_wall_area": 1.4112915151704182,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "112.55841158729231": {
+ "surface_id": "UUID_cfb8ee42-03b7-4747-a269-2948116cbaed",
+ "total_wall_area": 3.1105935962117917,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY50002cJS": {
+ "gml_id": "DEBE3D04YY50002cJS",
+ "264.71939152086617": {
+ "surface_id": "UUID_fb8a0cac-d044-4497-8423-9267ce52527c",
+ "total_wall_area": 20.232717612020853,
+ "connected_wall_area": 13.729276374325796,
+ "free_wall_area": 6.503441237695057
+ },
+ "355.6079585036943": {
+ "surface_id": "UUID_7315f4ad-b9d0-4a54-93ed-2e88852d1b4d",
+ "total_wall_area": 29.529566551774707,
+ "connected_wall_area": 20.181394702951266,
+ "free_wall_area": 9.34817184882344
+ },
+ "84.86889653099274": {
+ "surface_id": "UUID_d4be44ed-71d4-4390-a4d8-8fd73271764b",
+ "total_wall_area": 20.099045673069565,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "175.34841400861285": {
+ "surface_id": "UUID_4873b6d4-7214-491d-9437-4d7790411413",
+ "total_wall_area": 26.705817811660857,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY500009ac": {
+ "gml_id": "DEBE3D04YY500009ac"
+ },
+ "DEBE3D04YY50000Fkp": {
+ "gml_id": "DEBE3D04YY50000Fkp"
+ },
+ "DEBE3D04YY50000CRa": {
+ "gml_id": "DEBE3D04YY50000CRa"
+ },
+ "DEBE3D04YY50000EoG": {
+ "gml_id": "DEBE3D04YY50000EoG",
+ "286.0499699159959": {
+ "surface_id": "UUID_2324ac4a-be61-4d2f-ba97-daa71229a1e6",
+ "total_wall_area": 240.64027255597472,
+ "connected_wall_area": 179.9137828373932,
+ "free_wall_area": 60.72648971858152
+ },
+ "15.508264858826763": {
+ "surface_id": "UUID_3553fa92-6f72-4c05-ae9e-d49e599f724b",
+ "total_wall_area": 18.336611281843233,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "15.46357609656684": {
+ "surface_id": "UUID_affebb79-fe8e-482e-a42e-1ce0f8ff6863",
+ "total_wall_area": 70.7994133891095,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "15.481943730640438": {
+ "surface_id": "UUID_81500470-e2cd-4c02-9d8f-cf0a384dc2c1",
+ "total_wall_area": 365.2109156729691,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "106.23794165897516": {
+ "surface_id": "UUID_7a2780b3-ce85-4d54-8efe-c0fd09df6d55",
+ "total_wall_area": 238.944719480257,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "195.25805532287163": {
+ "surface_id": "UUID_96f45746-591b-4ee8-86c5-0dd64851317a",
+ "total_wall_area": 364.7697414811408,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "195.26352354954693": {
+ "surface_id": "UUID_6668274f-8fcf-4945-9f48-5bcf4e57313d",
+ "total_wall_area": 70.80517751784465,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "195.40713157336555": {
+ "surface_id": "UUID_5972d7d8-4721-415c-a285-1f6ef2a5635c",
+ "total_wall_area": 18.00828039035153,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY500001wn": {
+ "gml_id": "DEBE3D04YY500001wn",
+ "181.2581629893932": {
+ "surface_id": "UUID_c2c166a0-7f09-4efd-a702-90d1009fb6c9",
+ "total_wall_area": 45.016122983419095,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "178.22994667345984": {
+ "surface_id": "UUID_7890bdaa-da77-4a78-b7c6-8793d6055a45",
+ "total_wall_area": 70.0647615162778,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "268.21008938967157": {
+ "surface_id": "UUID_32a15277-fc92-478c-8f5a-618e86124f5d",
+ "total_wall_area": 34.46401581773887,
+ "connected_wall_area": 32.842424597158626,
+ "free_wall_area": 1.6215912205802425
+ },
+ "268.40592703489585": {
+ "surface_id": "UUID_547c2837-3618-4084-a4b2-ddea08522d91",
+ "total_wall_area": 144.09261910249452,
+ "connected_wall_area": 138.0135142576813,
+ "free_wall_area": 6.07910484481323
+ },
+ "268.3998913928479": {
+ "surface_id": "UUID_dd268a35-22d5-43c1-9d74-c4f8e0234991",
+ "total_wall_area": 180.69527244653347,
+ "connected_wall_area": 174.53342511916776,
+ "free_wall_area": 173.47104167043616
+ },
+ "358.59243348824594": {
+ "surface_id": "UUID_77a04b44-81a9-4527-a500-ea344fc62427",
+ "total_wall_area": 130.66300296924507,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "358.4793781464198": {
+ "surface_id": "UUID_df063728-da70-4ec8-b945-20c40f95f13e",
+ "total_wall_area": 144.0678711371378,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "1.5972476891365517": {
+ "surface_id": "UUID_372b45da-7014-4f19-9a74-4338b34b6d9f",
+ "total_wall_area": 125.82387721932054,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "1.1323783699726704": {
+ "surface_id": "UUID_702ad5ae-7fa3-4c34-b6ab-7da6a470ac1c",
+ "total_wall_area": 411.64138698908874,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "92.17288613847126": {
+ "surface_id": "UUID_9e62a350-eda3-4900-a6f8-0b085cd9a8f8",
+ "total_wall_area": 176.1117044986836,
+ "connected_wall_area": 175.00616124152072,
+ "free_wall_area": 1.1055432571628785
+ },
+ "92.17959430584642": {
+ "surface_id": "UUID_76f16931-c4d7-49d6-bdea-bc9f96b48496",
+ "total_wall_area": 147.6010707130011,
+ "connected_wall_area": 147.59592618370306,
+ "free_wall_area": 142.32158093020115
+ },
+ "92.2949084064303": {
+ "surface_id": "UUID_bf5d5090-cb4d-407d-ae8a-8dcdc3c1432b",
+ "total_wall_area": 34.237595496968844,
+ "connected_wall_area": 34.23759550868455,
+ "free_wall_area": -1.1715705738879478e-08
+ },
+ "182.86240513418875": {
+ "surface_id": "UUID_f9dd83c5-15d7-4d3c-a89a-566e756cbfdf",
+ "total_wall_area": 7.9425996724475105,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "182.39371602815135": {
+ "surface_id": "UUID_ac33a3a1-3c77-4684-8ce2-2e13492c82d3",
+ "total_wall_area": 70.66192140426979,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "91.2319774024295": {
+ "surface_id": "UUID_9242b927-abd4-43ce-a015-385410cbae3a",
+ "total_wall_area": 21.105276679044508,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "180.92234546297067": {
+ "surface_id": "UUID_8a5d827a-0f70-4b48-814e-51a37a3b1367",
+ "total_wall_area": 88.26061787819532,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "180.9038383712197": {
+ "surface_id": "UUID_93ba9a8d-41a2-47f7-aa88-d6d114c76b75",
+ "total_wall_area": 56.72416173429585,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "180.93551950373688": {
+ "surface_id": "UUID_9d8717e4-7d59-4e80-942c-9d858489f1d9",
+ "total_wall_area": 88.60448472188013,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "271.18293058565075": {
+ "surface_id": "UUID_e284fcb6-20cd-4c23-8232-0a42b714e172",
+ "total_wall_area": 21.1092828597884,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "180.06728802022684": {
+ "surface_id": "UUID_ca31cd04-7d93-404c-8e57-f1e8bad52ffc",
+ "total_wall_area": 71.88538257410657,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "180.4964848001872": {
+ "surface_id": "UUID_c09f2e16-3fcc-4b64-9dad-76d159b47f3f",
+ "total_wall_area": 73.11152985890791,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "177.6730537516931": {
+ "surface_id": "UUID_f6268973-130b-4be6-bd7f-eeb333c5cf74",
+ "total_wall_area": 45.20809611839455,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "89.39284201999496": {
+ "surface_id": "UUID_bf5cd2d7-b733-44d5-84ca-e1829f5047e9",
+ "total_wall_area": 21.497148990167048,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "179.41446196660945": {
+ "surface_id": "UUID_5e0aaa9e-fe08-439c-a862-c4dba31eb82d",
+ "total_wall_area": 157.10112871426196,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "269.39342634404943": {
+ "surface_id": "UUID_9f6693e7-abc0-4496-9818-d37c223fc653",
+ "total_wall_area": 21.461228147887994,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY50000FW2": {
+ "gml_id": "DEBE3D04YY50000FW2",
+ "286.36762850674813": {
+ "surface_id": "UUID_93c4f111-7e5c-40d1-8f8c-87b49fd72111",
+ "total_wall_area": 7.345125392638758,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "16.396961123048555": {
+ "surface_id": "UUID_c8f934e9-07f6-40f6-a2f0-1bd13fd8b196",
+ "total_wall_area": 3.3999328484653732,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "16.529593431245814": {
+ "surface_id": "UUID_ad508ffa-d1a5-403d-8b68-33d8049fccd1",
+ "total_wall_area": 21.699371838430356,
+ "connected_wall_area": 21.243128641126567,
+ "free_wall_area": 0.45624319730378815
+ },
+ "16.51450807232726": {
+ "surface_id": "UUID_cd77177d-4ad0-4679-b8fa-b4a8b88be301",
+ "total_wall_area": 6.253879362352859,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "106.69667210955396": {
+ "surface_id": "UUID_be137aa5-c926-4d00-8de3-29ad1f3bf7ef",
+ "total_wall_area": 21.007641314704475,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "196.71771990027437": {
+ "surface_id": "UUID_cf0de3cb-4cdc-439e-b458-2ab7df79279d",
+ "total_wall_area": 21.40130512103909,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "286.5948369181571": {
+ "surface_id": "UUID_ee495aa4-9f85-4ad9-b298-96880a9c0758",
+ "total_wall_area": 15.217147846884714,
+ "connected_wall_area": 15.216384994127003,
+ "free_wall_area": 0.0007628527577114852
+ },
+ "286.3082313118904": {
+ "surface_id": "UUID_f4decb2b-bde5-443b-94b3-c1fbaa9cfcad",
+ "total_wall_area": 1.0377910512616746,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY500003Mn": {
+ "gml_id": "DEBE3D04YY500003Mn",
+ "101.46513206757805": {
+ "surface_id": "UUID_c5c87484-4da2-4c5e-aaec-fa31d5c94da2",
+ "total_wall_area": 32.701751641352324,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "193.1876269457846": {
+ "surface_id": "UUID_0609eeae-e262-443d-957b-25b8d26e2c76",
+ "total_wall_area": 177.83815968554103,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "284.9082580128125": {
+ "surface_id": "UUID_26931fa0-17e6-4789-8375-741ec99bf412",
+ "total_wall_area": 231.59020376146486,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "12.366419722653987": {
+ "surface_id": "UUID_1c49d5ff-371f-4a07-87f7-136e8553dc81",
+ "total_wall_area": 379.53208098985715,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "102.08490058610062": {
+ "surface_id": "UUID_ef54a37f-873b-42a2-a684-5b632ad2d527",
+ "total_wall_area": 119.59469443919704,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "193.707383756303": {
+ "surface_id": "UUID_91dbceab-b6a4-4166-9510-59a82f9fb69e",
+ "total_wall_area": 63.06679111048705,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "100.93482612014458": {
+ "surface_id": "UUID_39ce6e71-ba76-4f61-825e-9e9fcc666f85",
+ "total_wall_area": 87.06500158245046,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "193.84984644213034": {
+ "surface_id": "UUID_48475816-4337-488f-8779-f8f60cfe971d",
+ "total_wall_area": 152.2616598150701,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY500009MX": {
+ "gml_id": "DEBE3D04YY500009MX"
+ },
+ "DEBE3D04YY50002cbt": {
+ "gml_id": "DEBE3D04YY50002cbt",
+ "264.33870522635345": {
+ "surface_id": "UUID_0b5601e8-d123-4d58-b71d-07d3b6e2b8e9",
+ "total_wall_area": 21.360397194484317,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "356.3837829722131": {
+ "surface_id": "UUID_68c056de-d536-493f-9357-3f197bfcf390",
+ "total_wall_area": 17.723431837512273,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "86.32197780232421": {
+ "surface_id": "UUID_aea60890-9a88-4e0b-a104-f29b5ade458e",
+ "total_wall_area": 21.330300544912266,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "176.31988882134846": {
+ "surface_id": "UUID_6e86c8fb-946f-48fa-a093-154a0456ce23",
+ "total_wall_area": 12.718587248319947,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY500009QV": {
+ "gml_id": "DEBE3D04YY500009QV"
+ },
+ "DEBE3D04YY50002bkm": {
+ "gml_id": "DEBE3D04YY50002bkm",
+ "175.17355983864928": {
+ "surface_id": "UUID_08d1d217-d2dd-485a-8dd7-89d6ed477cad",
+ "total_wall_area": 57.368396386411874,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "264.8335977219171": {
+ "surface_id": "UUID_c60b8066-ba89-43bf-a58e-425a4865f42f",
+ "total_wall_area": 26.273316173281604,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "355.36410038437066": {
+ "surface_id": "UUID_bc1998f4-2057-49dd-b14f-53046f104754",
+ "total_wall_area": 55.81220086091639,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "81.42992164030699": {
+ "surface_id": "UUID_5603245b-95df-4922-bc11-45785eb64e37",
+ "total_wall_area": 26.145518029180696,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D00YY1Y50004M": {
+ "gml_id": "DEBE3D00YY1Y50004M",
+ "94.44066202727669": {
+ "surface_id": "UUID_4c6e2477-f181-430f-b47d-2c8c3d0e4f00",
+ "total_wall_area": 142.77315568025816,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "185.50012962272052": {
+ "surface_id": "UUID_afd3b004-afdf-4441-8917-07bf90b36ddc",
+ "total_wall_area": 93.59662257383188,
+ "connected_wall_area": 54.76439716370287,
+ "free_wall_area": 38.83222541012901
+ },
+ "275.48856044905796": {
+ "surface_id": "UUID_8f00e6cb-cf8e-49cb-a35a-bb910b86e180",
+ "total_wall_area": 142.7467489228238,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "5.496837947853308": {
+ "surface_id": "UUID_62cdbfb5-ccc6-444e-b639-eefe87730c2a",
+ "total_wall_area": 95.29008273656544,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "94.44061426563434": {
+ "surface_id": "UUID_3022d172-8dff-4220-9b61-f97c03ca42d3",
+ "total_wall_area": 5.995174328687159,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "275.48813623806404": {
+ "surface_id": "UUID_f3d43734-e220-4c21-ad1d-d82335bc9c21",
+ "total_wall_area": 5.991783194930683,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY500001kU": {
+ "gml_id": "DEBE3D04YY500001kU"
+ },
+ "DEBE3D04YY50000JzN": {
+ "gml_id": "DEBE3D04YY50000JzN"
+ },
+ "DEBE3D04YY5000037N": {
+ "gml_id": "DEBE3D04YY5000037N",
+ "197.41482210356187": {
+ "surface_id": "UUID_9077160d-c883-4607-9aa7-152ce6248060",
+ "total_wall_area": 131.2225126548201,
+ "connected_wall_area": 104.57234419413783,
+ "free_wall_area": 26.650168460682266
+ },
+ "286.8560978211482": {
+ "surface_id": "UUID_a77ee9e3-da7c-4ab3-9562-98befcf0a00b",
+ "total_wall_area": 386.62807839624287,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "286.853218784464": {
+ "surface_id": "UUID_a9392fc4-3f9b-4b34-b61e-26b41aa423fc",
+ "total_wall_area": 54.956829785240444,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "286.8890484601992": {
+ "surface_id": "UUID_9483d779-a684-4bb8-830f-f3b09cb78f9d",
+ "total_wall_area": 9.287382865312868,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "16.64775480246054": {
+ "surface_id": "UUID_54f23865-f1a2-4f02-ab88-4476be5f53a5",
+ "total_wall_area": 196.2668817915032,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "105.44631637688866": {
+ "surface_id": "UUID_5af95963-fa0c-44c8-8b3a-80922625f5dc",
+ "total_wall_area": 11.81804683878451,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "105.27745782069599": {
+ "surface_id": "UUID_4dd12aa6-1e78-4c75-adda-d1c60034e023",
+ "total_wall_area": 52.987743356989505,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "107.79533369043355": {
+ "surface_id": "UUID_cacf2a0d-ccf0-41db-8f72-46082e7fefbb",
+ "total_wall_area": 154.07935052799039,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "35.69143530315837": {
+ "surface_id": "UUID_6fd70e38-4229-41db-bfff-16d9640543fc",
+ "total_wall_area": 10.203787874183329,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "109.09904298114265": {
+ "surface_id": "UUID_bf340379-d4a1-452b-81ef-d3aa37228d57",
+ "total_wall_area": 64.26776298488403,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "190.75096692175208": {
+ "surface_id": "UUID_6fb20b92-a154-46e5-85db-5e21905bfd02",
+ "total_wall_area": 6.88772248197043,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "106.56929643149249": {
+ "surface_id": "UUID_b4ac79b8-4904-4e76-92ed-23a5be520745",
+ "total_wall_area": 166.40119320997533,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "197.4267420766381": {
+ "surface_id": "UUID_ae1ac5f2-89ba-43db-b9ca-e2aaecaa4cf5",
+ "total_wall_area": 65.42476407696188,
+ "connected_wall_area": 59.473169768502125,
+ "free_wall_area": 5.951594308459754
+ }
+ },
+ "DEBE3D04YY500000pJ": {
+ "gml_id": "DEBE3D04YY500000pJ"
+ },
+ "DEBE3D04YY50000Plp": {
+ "gml_id": "DEBE3D04YY50000Plp",
+ "319.4428832990088": {
+ "surface_id": "UUID_f10d8e38-0cd7-4d9d-9c7e-81b26db83e54",
+ "total_wall_area": 16.697486778818007,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "61.05593557263607": {
+ "surface_id": "UUID_9106f9ed-650e-494f-a122-fc3d85a74970",
+ "total_wall_area": 8.759031988890364,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "139.98393779752024": {
+ "surface_id": "UUID_68a10224-f818-48e0-99a5-6648a54795ff",
+ "total_wall_area": 15.073951479650514,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "230.3866721829917": {
+ "surface_id": "UUID_6306d066-784c-4370-9eee-b39e5b0655e0",
+ "total_wall_area": 8.438530387159634,
+ "connected_wall_area": 8.438530356660277,
+ "free_wall_area": 3.049935770604861e-08
+ }
+ },
+ "DEBE3D04YY500007qf": {
+ "gml_id": "DEBE3D04YY500007qf"
+ },
+ "DEBE3D04YY50000QWP": {
+ "gml_id": "DEBE3D04YY50000QWP",
+ "355.4023804952188": {
+ "surface_id": "UUID_71d0da3e-f939-4958-9812-4b16822d1921",
+ "total_wall_area": 19.60065880700946,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "355.3736542975513": {
+ "surface_id": "UUID_e2a7d2cc-4d4a-4780-8d81-00e62a9f72ef",
+ "total_wall_area": 162.70873798066543,
+ "connected_wall_area": 162.70724711038778,
+ "free_wall_area": 0.001490870277649492
+ },
+ "355.38935069102746": {
+ "surface_id": "UUID_89e7b327-656b-4d10-b083-33e7b9c6246e",
+ "total_wall_area": 52.887514373428715,
+ "connected_wall_area": 44.51547006351314,
+ "free_wall_area": 8.372044309915573
+ },
+ "85.16156444689526": {
+ "surface_id": "UUID_3d8a98d1-2000-414e-bd4d-899c2633ba19",
+ "total_wall_area": 337.48202864162295,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "85.15660036703096": {
+ "surface_id": "UUID_e3598eaa-19f9-4ebe-a553-b43d0a134396",
+ "total_wall_area": 59.53821461296938,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "85.1377734608762": {
+ "surface_id": "UUID_71ac8006-1ea3-4aad-9d69-2bb5533ec663",
+ "total_wall_area": 9.810961306080221,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "174.68997843249537": {
+ "surface_id": "UUID_fd5d5e39-2645-4745-b71a-61396fc97ff2",
+ "total_wall_area": 233.06016352445855,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "264.8485644212428": {
+ "surface_id": "UUID_aa6ce700-fbbb-4616-9491-ee262cb132ce",
+ "total_wall_area": 13.381011805225594,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "264.86744555989924": {
+ "surface_id": "UUID_127f8f1e-abe3-415c-84eb-76586e0e8081",
+ "total_wall_area": 77.48136958574523,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "264.8639189172285": {
+ "surface_id": "UUID_66821c6c-1763-4ef0-8926-7027ee03b894",
+ "total_wall_area": 318.7981622371233,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY50000RdA": {
+ "gml_id": "DEBE3D04YY50000RdA",
+ "104.852233348097": {
+ "surface_id": "UUID_d7709ecc-8d13-4b75-9275-51e37efb5254",
+ "total_wall_area": 14.28983791070247,
+ "connected_wall_area": 14.289837904131035,
+ "free_wall_area": 6.571434951752053e-09
+ },
+ "15.310196319974835": {
+ "surface_id": "UUID_1318263c-86ee-4027-85ae-184f330260fe",
+ "total_wall_area": 16.19437931423617,
+ "connected_wall_area": 16.194379324121396,
+ "free_wall_area": -9.885226859296381e-09
+ },
+ "105.75608640396831": {
+ "surface_id": "UUID_d6aff406-52c6-4d60-b547-115af50391db",
+ "total_wall_area": 301.8804176467116,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "197.5201409735266": {
+ "surface_id": "UUID_01ba932b-0592-482d-83ae-e53de1ec4cca",
+ "total_wall_area": 34.198284367165606,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "197.48549722825038": {
+ "surface_id": "UUID_61207d63-a72c-4dca-82ac-4e7c807eceab",
+ "total_wall_area": 140.11252658944326,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "286.60249877432216": {
+ "surface_id": "UUID_e082374f-bdcf-4185-a594-8d4db9d255c9",
+ "total_wall_area": 312.1255088450842,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "16.17960255550115": {
+ "surface_id": "UUID_fa3ffd78-2ae3-4a5d-a40b-772715e25c61",
+ "total_wall_area": 5.9645169453265385,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "16.30759069398603": {
+ "surface_id": "UUID_648a7bb9-cb36-42d2-8ad2-2d280aa86d4c",
+ "total_wall_area": 24.193035789982606,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "16.250887927746618": {
+ "surface_id": "UUID_3bc87ca9-c7b5-46ba-aead-5f6e32de033c",
+ "total_wall_area": 123.04797411816438,
+ "connected_wall_area": 26.30097066750341,
+ "free_wall_area": 96.74700345066097
+ }
+ },
+ "DEBE3D04YY50000QgJ": {
+ "gml_id": "DEBE3D04YY50000QgJ",
+ "290.02090886299686": {
+ "surface_id": "UUID_9a80a15a-bfd9-4353-8c4e-f04c52e5799a",
+ "total_wall_area": 8.24230614259378,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "307.13597525531304": {
+ "surface_id": "UUID_9e20ea97-1251-42f6-ae34-e4c9c6d9db32",
+ "total_wall_area": 8.223797886608653,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "324.01604893489855": {
+ "surface_id": "UUID_347a5f1a-20a5-449e-b20a-addf93f720ae",
+ "total_wall_area": 8.23318022794639,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "341.05141082064114": {
+ "surface_id": "UUID_14c29a68-3843-47e9-a987-f733e1cd0845",
+ "total_wall_area": 8.232770147358421,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "358.0810138743708": {
+ "surface_id": "UUID_8aaba620-a1c8-47e4-ac8c-849956e1daac",
+ "total_wall_area": 8.236815417041479,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "15.073967441879063": {
+ "surface_id": "UUID_a111be04-28ff-45bc-b1f8-f85f35bffd29",
+ "total_wall_area": 8.239902695217515,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "32.052321213244056": {
+ "surface_id": "UUID_f4012a8b-bcab-4a6b-b837-4c6c82826cdd",
+ "total_wall_area": 8.235831632547937,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "49.078172925447106": {
+ "surface_id": "UUID_be94891b-18ea-4899-aa3a-f47910e9d6db",
+ "total_wall_area": 8.227300405037742,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "66.14242075455589": {
+ "surface_id": "UUID_69075d57-8c4a-4353-80bd-41641c0ad067",
+ "total_wall_area": 8.23574964986927,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "83.03988951037897": {
+ "surface_id": "UUID_4e8c5e5c-8032-4279-9af5-76f4689e4a98",
+ "total_wall_area": 8.229187863682453,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "94.98492727204234": {
+ "surface_id": "UUID_034dd0fd-091f-40ba-bc37-f2834154f3e2",
+ "total_wall_area": 17.33621064756733,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "4.984698344515252": {
+ "surface_id": "UUID_41e09bba-21fa-4e0d-b5ea-5d976afa9a06",
+ "total_wall_area": 84.48737542760824,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "86.02326903080704": {
+ "surface_id": "UUID_e68e45a3-3efe-4953-89f6-8d4eec303c02",
+ "total_wall_area": 11.931464377889032,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "3.435058197113804": {
+ "surface_id": "UUID_f48446f7-b8bb-46ef-a0f2-1126e8c00104",
+ "total_wall_area": 50.991196200309105,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "271.75747809706843": {
+ "surface_id": "UUID_fb1ad968-2c84-4926-ab31-84dfe2bd9ff0",
+ "total_wall_area": 228.2962263352708,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "1.7192623629706247": {
+ "surface_id": "UUID_565d595e-756f-41b6-a1c7-1c7046d34037",
+ "total_wall_area": 13.436409670465064,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "271.77130824216675": {
+ "surface_id": "UUID_c34d017e-abf4-4765-aa43-4b48a9756235",
+ "total_wall_area": 77.56398081964389,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "184.204513048774": {
+ "surface_id": "UUID_0956e94e-1712-4674-a6dc-91f3b1b5f09f",
+ "total_wall_area": 63.3760065057942,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "274.2079198497482": {
+ "surface_id": "UUID_52854bd6-7785-4a01-bd06-ae607bb396e3",
+ "total_wall_area": 236.52820465019767,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "4.214178520917969": {
+ "surface_id": "UUID_148b7b99-8025-4adb-b7ab-f41e5a5bfa0c",
+ "total_wall_area": 68.71669775303431,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "94.19896447047631": {
+ "surface_id": "UUID_68d4c87e-4c0a-41e7-a9b9-fe53410406bb",
+ "total_wall_area": 111.5614010211458,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "4.205823890727828": {
+ "surface_id": "UUID_b9b36744-e547-4a1c-9182-c0e1e7de7f05",
+ "total_wall_area": 114.56205744816269,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "93.34253758408124": {
+ "surface_id": "UUID_ac2b2714-6402-4b9d-8635-0e23d82275f0",
+ "total_wall_area": 149.19715349332031,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "93.34894808198135": {
+ "surface_id": "UUID_90dc9cc8-151a-478d-853b-c50017b819b1",
+ "total_wall_area": 529.9083987623777,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "183.41203323310623": {
+ "surface_id": "UUID_37458b28-ebc1-4312-8a7a-f0f93335bb7c",
+ "total_wall_area": 413.5309975522822,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "273.3454149424134": {
+ "surface_id": "UUID_b20bdea2-8a44-4c0f-9dc6-ea4bbbdcc20d",
+ "total_wall_area": 267.9605741897163,
+ "connected_wall_area": 267.31839832141833,
+ "free_wall_area": 118.04383180713657
+ },
+ "4.975316741830582": {
+ "surface_id": "UUID_df9d46bc-ce6a-4e28-bbe5-5ff73e7d6632",
+ "total_wall_area": 94.43198329605796,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "274.96695016773975": {
+ "surface_id": "UUID_037f3cf0-daf1-4db2-b123-862126baf19a",
+ "total_wall_area": 18.869119198358575,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY50000PvY": {
+ "gml_id": "DEBE3D04YY50000PvY"
+ },
+ "DEBE3D04YY500005mD": {
+ "gml_id": "DEBE3D04YY500005mD"
+ },
+ "DEBE3D04YY50000KsD": {
+ "gml_id": "DEBE3D04YY50000KsD"
+ },
+ "DEBE3D04YY500006kf": {
+ "gml_id": "DEBE3D04YY500006kf"
+ },
+ "DEBE3D04YY500004DN": {
+ "gml_id": "DEBE3D04YY500004DN"
+ },
+ "DEBE3D04YY50002cFP": {
+ "gml_id": "DEBE3D04YY50002cFP",
+ "91.36160485086828": {
+ "surface_id": "UUID_2009e3c4-b57c-40df-87d6-d7ebb19c8aef",
+ "total_wall_area": 33.791685011147315,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "181.63897716110682": {
+ "surface_id": "UUID_97e1e6b7-ee40-42db-a4f4-891086956fe7",
+ "total_wall_area": 18.684151388756764,
+ "connected_wall_area": 18.684151387928125,
+ "free_wall_area": 8.286384911571076e-10
+ },
+ "287.4251861873509": {
+ "surface_id": "UUID_3c1cdbca-c9f6-487b-8e42-688fc3b53807",
+ "total_wall_area": 35.019895615441996,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "1.012434290598435": {
+ "surface_id": "UUID_c1bad00f-79f2-4067-b6f3-e0153b944412",
+ "total_wall_area": 8.997366631223597,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY500002Ap": {
+ "gml_id": "DEBE3D04YY500002Ap"
+ },
+ "DEBE3D04YY50002ckS": {
+ "gml_id": "DEBE3D04YY50002ckS",
+ "176.76527135645392": {
+ "surface_id": "UUID_217a4305-2190-4c78-b934-19d264677b9c",
+ "total_wall_area": 52.00662277599843,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "266.76654368308317": {
+ "surface_id": "UUID_c866a9e2-4db3-4a5d-bf17-1f8358c6ce3b",
+ "total_wall_area": 41.40929666247588,
+ "connected_wall_area": 11.38169668079312,
+ "free_wall_area": 30.027599981682762
+ },
+ "356.76278743826487": {
+ "surface_id": "UUID_5607a5ea-0ddb-4666-9fd0-3a910ab78efd",
+ "total_wall_area": 51.96676043176155,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "86.71139122311438": {
+ "surface_id": "UUID_b59ac96e-986b-4e38-9561-de7e1ed883c7",
+ "total_wall_area": 41.411567824946275,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY50002clD": {
+ "gml_id": "DEBE3D04YY50002clD",
+ "85.54580238564786": {
+ "surface_id": "UUID_b4ad6ad0-85df-4312-ad9a-b2261ea1cf52",
+ "total_wall_area": 8.366336054972912,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "175.55206177087825": {
+ "surface_id": "UUID_5c71dec8-96ca-4147-924b-ed897f3512ee",
+ "total_wall_area": 117.81515403258858,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "265.58187140770724": {
+ "surface_id": "UUID_93b0a651-3aa1-48c0-8853-3d3fe156ff15",
+ "total_wall_area": 8.367511155293709,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "355.55186805270256": {
+ "surface_id": "UUID_c6cd6745-937d-444c-b4ae-cd099351f2a3",
+ "total_wall_area": 124.55383215194911,
+ "connected_wall_area": 124.55383215056732,
+ "free_wall_area": 1.3817924582326668e-09
+ }
+ },
+ "DEBE3D04YY500001cl": {
+ "gml_id": "DEBE3D04YY500001cl"
+ },
+ "DEBE3D04YY500002Cb": {
+ "gml_id": "DEBE3D04YY500002Cb",
+ "284.4790952963682": {
+ "surface_id": "UUID_f78cd486-30d7-499e-ab45-32c09bb07b2d",
+ "total_wall_area": 96.87542111709227,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "309.49765957269136": {
+ "surface_id": "UUID_ecddef0d-1116-400d-a48b-e3a0a46e3a61",
+ "total_wall_area": 330.5367733290193,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "20.09523125591707": {
+ "surface_id": "UUID_3b707390-600f-4e66-bd7d-cc54503a87e8",
+ "total_wall_area": 9.983831168558671,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "283.9161971711625": {
+ "surface_id": "UUID_36908dd6-2598-4413-b10a-38b52697f2a4",
+ "total_wall_area": 55.14984182888424,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "17.15290970890436": {
+ "surface_id": "UUID_5b7b8526-0531-48f1-9605-61c8d3574f66",
+ "total_wall_area": 52.79201082775442,
+ "connected_wall_area": 52.67566174538981,
+ "free_wall_area": 0.11634908236460717
+ },
+ "38.97454830631394": {
+ "surface_id": "UUID_843702e7-03f3-42d2-a9a2-dd1c5a9a844d",
+ "total_wall_area": 449.690282220182,
+ "connected_wall_area": 448.69920324219856,
+ "free_wall_area": 0.9910789779834204
+ },
+ "207.8642094081107": {
+ "surface_id": "UUID_81174dce-9cc5-46c5-91f3-459b2f6d9d2a",
+ "total_wall_area": 63.52636872471403,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "117.19812796988441": {
+ "surface_id": "UUID_2eca4c7c-70ea-4c39-887f-a1f8aefd395d",
+ "total_wall_area": 6.170702493469043,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "218.66404658049302": {
+ "surface_id": "UUID_a8493160-6702-4ab1-8ebf-47679388fdb0",
+ "total_wall_area": 80.46761100564282,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "307.5992602126016": {
+ "surface_id": "UUID_d9df0ba4-0dd8-4041-9236-c787c98bcb5c",
+ "total_wall_area": 8.683072732349348,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "218.74370427419407": {
+ "surface_id": "UUID_e95ec4e4-1b92-4596-bd95-53463a56c222",
+ "total_wall_area": 97.56302757580059,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "129.25455277087644": {
+ "surface_id": "UUID_b930d2a8-d9c0-4bef-bd4f-ca6e60099d16",
+ "total_wall_area": 246.86853681517255,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "39.34776570248058": {
+ "surface_id": "UUID_9bd22ce6-6e7e-4af4-94be-8bdecf6bbe06",
+ "total_wall_area": 97.41518258557444,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "313.474733134357": {
+ "surface_id": "UUID_ac050e9f-211b-46ad-9803-8f5d5afee97a",
+ "total_wall_area": 9.112554453499904,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "38.135943155996394": {
+ "surface_id": "UUID_e73aa05c-f068-4e00-81a3-2356b56be85e",
+ "total_wall_area": 77.79823199528226,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "53.19163409112722": {
+ "surface_id": "UUID_75a91379-821f-43b5-a08a-fcf3d714b330",
+ "total_wall_area": 67.43132769903735,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "307.70456474179366": {
+ "surface_id": "UUID_16bf7fc1-7147-47a8-a9d3-618704a8c7e5",
+ "total_wall_area": 49.45053923831193,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "238.29627319199085": {
+ "surface_id": "UUID_279acf08-94df-49ea-b50b-40c88292debb",
+ "total_wall_area": 11.894148369473868,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "309.05072411043193": {
+ "surface_id": "UUID_5eee531a-d1ef-44e2-a2f9-6deea265e1f5",
+ "total_wall_area": 99.45810323584647,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "314.82769274499464": {
+ "surface_id": "UUID_e62b5722-9262-4800-ac9c-c218d565654f",
+ "total_wall_area": 112.02095752351796,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "38.97096164163904": {
+ "surface_id": "UUID_9e6ec727-7d0a-413c-9ca2-2db56ec6906c",
+ "total_wall_area": 234.01339390413068,
+ "connected_wall_area": 233.05760414328103,
+ "free_wall_area": 170.43222608986568
+ },
+ "129.24089649198004": {
+ "surface_id": "UUID_e69df129-7b02-415d-8308-ee04a146ec75",
+ "total_wall_area": 459.266682061596,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "218.83820374236166": {
+ "surface_id": "UUID_1f8f803c-b754-4e47-acd5-7de7bba2b929",
+ "total_wall_area": 562.0557565460336,
+ "connected_wall_area": 562.0557565749777,
+ "free_wall_area": 215.8144838573873
+ },
+ "218.85510096154658": {
+ "surface_id": "UUID_e37d99a8-6bcf-46f9-af66-ffad6d5146ea",
+ "total_wall_area": 41.039106782026906,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "197.0101829541791": {
+ "surface_id": "UUID_f208a44b-5e1d-4e62-aa6f-9833980d4218",
+ "total_wall_area": 82.40571611045877,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY50000FFj": {
+ "gml_id": "DEBE3D04YY50000FFj",
+ "262.90515446258223": {
+ "surface_id": "UUID_6d71e5ec-daaa-47c0-89ae-475d15909284",
+ "total_wall_area": 168.28085703725597,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "356.4027433997418": {
+ "surface_id": "UUID_81c02def-1a19-48f7-af81-21108b63efd8",
+ "total_wall_area": 332.09366493245165,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "85.78629039027861": {
+ "surface_id": "UUID_ec66069a-c356-4f50-a1f0-137b947fc4f2",
+ "total_wall_area": 170.50904287620318,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "176.84823276919116": {
+ "surface_id": "UUID_30758889-1ba7-4be3-bba2-7bf4147dc62f",
+ "total_wall_area": 323.6415645516815,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY50000IeG": {
+ "gml_id": "DEBE3D04YY50000IeG",
+ "83.4814050584941": {
+ "surface_id": "UUID_a3aea1be-33d3-46ee-a602-ff84345a253e",
+ "total_wall_area": 59.269716857004745,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "357.0493608203918": {
+ "surface_id": "UUID_7b3b8bad-26bc-449b-a65e-31d1415e0ebb",
+ "total_wall_area": 92.69658229820199,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "271.08914216686003": {
+ "surface_id": "UUID_ef2b3db0-b901-442f-90d7-bcfd96c82d83",
+ "total_wall_area": 17.352456038190876,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "356.0267988586443": {
+ "surface_id": "UUID_de3ea494-ddf7-4f74-a5aa-fa079f6d247b",
+ "total_wall_area": 49.50627896851337,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "265.38523342113706": {
+ "surface_id": "UUID_41c5101d-a534-46ad-8802-c37dc10240a5",
+ "total_wall_area": 39.35596109848811,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "354.18926778779644": {
+ "surface_id": "UUID_4939813c-dd57-443d-bcb1-f454229858ca",
+ "total_wall_area": 201.55331986744827,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "82.63970504065271": {
+ "surface_id": "UUID_8836eaab-3b33-4ceb-b6a2-5104f9a71efc",
+ "total_wall_area": 15.276294952752748,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "351.15210652219434": {
+ "surface_id": "UUID_8c718a39-f09b-419e-a2ba-0104ac06fe1f",
+ "total_wall_area": 54.61086682556049,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "264.6867945717558": {
+ "surface_id": "UUID_68063c8c-a936-4c96-8d6d-e58cc9eb7d60",
+ "total_wall_area": 130.6041018431928,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "170.56039618514177": {
+ "surface_id": "UUID_b364afdb-8059-43da-82b7-7cfc8f89cddb",
+ "total_wall_area": 18.23390674291713,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "122.13829611317772": {
+ "surface_id": "UUID_c786a984-27c3-4762-b77b-f2747bc8777e",
+ "total_wall_area": 13.06200273636362,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "178.0659101312773": {
+ "surface_id": "UUID_5f265ae2-fdff-41f2-bd0c-230e80b5940d",
+ "total_wall_area": 20.197408213491162,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "229.60263430604505": {
+ "surface_id": "UUID_be1489cf-882b-4b32-9b20-ff886cddac68",
+ "total_wall_area": 32.16487905853094,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "269.4653737168817": {
+ "surface_id": "UUID_1ff80ff0-d5dc-48fb-b9ee-cd8a4edde66d",
+ "total_wall_area": 84.83725526738021,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "355.75798583627136": {
+ "surface_id": "UUID_61d934cf-4dcd-4b8a-a5f4-bd273838af04",
+ "total_wall_area": 57.96788375177218,
+ "connected_wall_area": 7.903172114672724,
+ "free_wall_area": 50.06471163709945
+ },
+ "355.7655343539011": {
+ "surface_id": "UUID_c7e80a8b-44fc-4fe4-b6be-81ac080881c1",
+ "total_wall_area": 241.21812731528033,
+ "connected_wall_area": 234.6690699688746,
+ "free_wall_area": 6.549057346405732
+ },
+ "85.62143578110198": {
+ "surface_id": "UUID_6e40e216-bace-4bd3-8e4f-c1c4d43d9826",
+ "total_wall_area": 167.9143232542734,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "85.1814998315887": {
+ "surface_id": "UUID_f7696f56-e1a4-43f3-99d5-12f290148050",
+ "total_wall_area": 66.75264298096778,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "84.2518407907073": {
+ "surface_id": "UUID_ccb0666f-9436-4c2d-94e4-620ef81878f1",
+ "total_wall_area": 66.74237826449871,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "83.35963664680519": {
+ "surface_id": "UUID_a5354463-160a-432d-bfc2-1f76159d22bc",
+ "total_wall_area": 66.74458774643487,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "174.83333673272028": {
+ "surface_id": "UUID_615ba531-056a-49e0-b855-42d8bb652ef9",
+ "total_wall_area": 373.8366600624711,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "175.71398220743964": {
+ "surface_id": "UUID_b23c67df-9459-42fe-b120-f34078785d95",
+ "total_wall_area": 220.3743646618212,
+ "connected_wall_area": 32.09053234082439,
+ "free_wall_area": 188.28383232099682
+ },
+ "175.70698192384754": {
+ "surface_id": "UUID_ee5f4f7c-905b-45ed-8948-e827a3ba95e9",
+ "total_wall_area": 146.2854645627688,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "265.70922252088747": {
+ "surface_id": "UUID_eeb6c984-9c2c-4d03-a78e-381c987ec14b",
+ "total_wall_area": 96.69277656508122,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "265.69728136623564": {
+ "surface_id": "UUID_2e702cf3-6344-4d4c-9b9c-2fb70c1116b6",
+ "total_wall_area": 277.84448391113324,
+ "connected_wall_area": 266.45979701777367,
+ "free_wall_area": 150.00693032213752
+ },
+ "355.7717842430128": {
+ "surface_id": "UUID_94ee53b7-888b-4f04-b651-98b084cf9c2b",
+ "total_wall_area": 147.92681495318237,
+ "connected_wall_area": 20.18192936765263,
+ "free_wall_area": 127.74488558552974
+ },
+ "86.22545387810366": {
+ "surface_id": "UUID_9a63b65e-daf9-4aee-8829-cd9270df6859",
+ "total_wall_area": 152.64892720470834,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "177.04471529122537": {
+ "surface_id": "UUID_ccdc3343-2974-46c2-b915-e11a53f81677",
+ "total_wall_area": 23.031123657530383,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "87.69339427425867": {
+ "surface_id": "UUID_3bde1d34-def1-4a02-b126-da57d4e07060",
+ "total_wall_area": 66.10851973874881,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "172.53315606793075": {
+ "surface_id": "UUID_c4f0ffb6-d9d4-4618-92b5-e11dac89f93c",
+ "total_wall_area": 26.058041227975384,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY50000Ebk": {
+ "gml_id": "DEBE3D04YY50000Ebk",
+ "214.18183085988272": {
+ "surface_id": "UUID_1dafbb1c-6774-4e6b-978a-80c0024cba02",
+ "total_wall_area": 12.789690256617638,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "299.62863509622406": {
+ "surface_id": "UUID_8e007fcb-ac0e-4686-8b6c-353d3354fe93",
+ "total_wall_area": 17.9641134580505,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "32.926300450424606": {
+ "surface_id": "UUID_75bf169d-bc65-4a0e-978a-db805b493336",
+ "total_wall_area": 13.506451285331172,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "121.89680732170575": {
+ "surface_id": "UUID_63eb3ea8-d258-43ac-9433-2c5586f646ac",
+ "total_wall_area": 20.963955530851567,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "121.88764828239931": {
+ "surface_id": "UUID_573325ce-2bbb-43be-8a84-daedd6589ced",
+ "total_wall_area": 5.121349425786489,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY500005S1": {
+ "gml_id": "DEBE3D04YY500005S1"
+ },
+ "DEBE3D04YY500002Bm": {
+ "gml_id": "DEBE3D04YY500002Bm",
+ "324.6967250533311": {
+ "surface_id": "UUID_285fc471-5353-4290-8df4-9e7b5ce57ded",
+ "total_wall_area": 51.657240505688605,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "324.9258237094823": {
+ "surface_id": "UUID_3ce64d90-c13d-4783-8de5-d86f1412a16e",
+ "total_wall_area": 226.31988416978905,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "54.52475175191193": {
+ "surface_id": "UUID_0dea3816-b9e0-46ea-929d-0f8f00af9dd5",
+ "total_wall_area": 140.2620033206327,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "143.96972313714622": {
+ "surface_id": "UUID_3114919f-d8e6-4dde-aa68-1fe038213895",
+ "total_wall_area": 359.5316137473725,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "234.3796040691525": {
+ "surface_id": "UUID_d3596e8a-ae63-4705-8f8c-3da6a7b45425",
+ "total_wall_area": 137.6230486648992,
+ "connected_wall_area": 133.17270741427893,
+ "free_wall_area": 4.450341250620255
+ },
+ "234.21602266585995": {
+ "surface_id": "UUID_a1fcc81a-042e-4d4c-b092-f34b25cf026d",
+ "total_wall_area": 8.362578402465527,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY50000419": {
+ "gml_id": "DEBE3D04YY50000419",
+ "196.80139670600119": {
+ "surface_id": "UUID_72066d76-91e3-4761-b897-8115e18dee6d",
+ "total_wall_area": 140.35857967404795,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "288.0370199420703": {
+ "surface_id": "UUID_2cff0262-9bd4-4f04-b304-c0b480003b2d",
+ "total_wall_area": 151.34286451259368,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "196.1982088961425": {
+ "surface_id": "UUID_f9b5ebe9-086f-459f-a69b-484e5cf47a78",
+ "total_wall_area": 11.250547673393,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "286.51591780786373": {
+ "surface_id": "UUID_f39a270d-2414-474b-a0bb-0a61fcea9367",
+ "total_wall_area": 194.61656976581796,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "16.53233493436565": {
+ "surface_id": "UUID_920ed196-90f1-46c0-8952-974191965583",
+ "total_wall_area": 153.61573275623596,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "16.52693127724683": {
+ "surface_id": "UUID_d130d2f0-dcd4-4516-aad0-23e2a8c19844",
+ "total_wall_area": 113.46462992150434,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "106.9835934044587": {
+ "surface_id": "UUID_7ef7c907-68aa-43f3-a8ac-61d07235c9f1",
+ "total_wall_area": 340.3987672193586,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "196.8002578461505": {
+ "surface_id": "UUID_61dd2f96-460c-42eb-8e98-fa1c8bc182ac",
+ "total_wall_area": 116.6030797042119,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY500005BZ": {
+ "gml_id": "DEBE3D04YY500005BZ",
+ "85.87240829803754": {
+ "surface_id": "UUID_95bcb3d9-b675-43da-b478-5b46a4e3914c",
+ "total_wall_area": 123.42905379765298,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "85.8678582822395": {
+ "surface_id": "UUID_63905d12-8d45-4e85-a7b3-a939f17e79d4",
+ "total_wall_area": 325.50139818597114,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "85.88144136224898": {
+ "surface_id": "UUID_7922b646-ae09-4141-9788-72b6653ff482",
+ "total_wall_area": 30.24391878389808,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "175.98675013530442": {
+ "surface_id": "UUID_4a873fa5-4188-489b-906b-4456fa763932",
+ "total_wall_area": 136.9307409454705,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "175.99547590097575": {
+ "surface_id": "UUID_1817929b-0c0a-4005-a5fb-5d31e5e62d99",
+ "total_wall_area": 123.91145646873949,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "265.8960853663324": {
+ "surface_id": "UUID_96d2c3e5-1cd9-4fd1-97ee-f490cc7f5c88",
+ "total_wall_area": 482.719960283729,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "355.93279284734314": {
+ "surface_id": "UUID_ed6f588f-4168-43e1-b4eb-d9b3630df25b",
+ "total_wall_area": 123.79869698819746,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "355.934376090726": {
+ "surface_id": "UUID_2f8921ea-ea5d-4911-8ed1-5754017c4be1",
+ "total_wall_area": 109.20572920163089,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "356.5114196285266": {
+ "surface_id": "UUID_35424f20-2cb6-4c40-a462-01b57949494f",
+ "total_wall_area": 23.062435933744144,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "356.0019578195428": {
+ "surface_id": "UUID_7683d45e-b4f7-4a57-8788-c7246c6e6d73",
+ "total_wall_area": 4.556463456986238,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY500004tf": {
+ "gml_id": "DEBE3D04YY500004tf"
+ },
+ "DEBE3D04YY500003s0": {
+ "gml_id": "DEBE3D04YY500003s0"
+ },
+ "DEBE3D04YY50000DPy": {
+ "gml_id": "DEBE3D04YY50000DPy",
+ "86.03292442155815": {
+ "surface_id": "UUID_1d776a82-f680-44db-9f66-883ee8127535",
+ "total_wall_area": 137.40069712901322,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "86.0355579226221": {
+ "surface_id": "UUID_34c08603-3874-47d6-9ac9-b505d5a6a7af",
+ "total_wall_area": 30.08277608816568,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "86.03448036382207": {
+ "surface_id": "UUID_61f432b5-5f72-45f6-a15e-b84468ae0a80",
+ "total_wall_area": 59.171152684784914,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "86.00080979730201": {
+ "surface_id": "UUID_fd1dd833-c4ac-4038-94ed-2fef040bae72",
+ "total_wall_area": 9.076605213593618,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "175.9999094048148": {
+ "surface_id": "UUID_ca5e5189-8639-4e43-a929-b74fdc5ecb8e",
+ "total_wall_area": 53.6117614708539,
+ "connected_wall_area": 53.59801525518484,
+ "free_wall_area": 0.01374621566905887
+ },
+ "86.15951752892359": {
+ "surface_id": "UUID_1368c1bf-ce25-4621-a9b8-7cb9292409fb",
+ "total_wall_area": 6.158814251875637,
+ "connected_wall_area": 6.1588142757674795,
+ "free_wall_area": -2.3891842282353082e-08
+ },
+ "176.22254255910576": {
+ "surface_id": "UUID_a072cf9e-9192-487f-8d5b-3e42e6782c1f",
+ "total_wall_area": 32.75235009203731,
+ "connected_wall_area": 32.75235006930117,
+ "free_wall_area": 2.273613830539034e-08
+ },
+ "176.2235784746489": {
+ "surface_id": "UUID_46e047d2-513a-4fbf-b879-cb2702035ecf",
+ "total_wall_area": 31.909738990777004,
+ "connected_wall_area": 31.452371488854567,
+ "free_wall_area": 0.45736750192243747
+ },
+ "266.14011054444865": {
+ "surface_id": "UUID_c7ec5808-6ddf-45f0-8ba4-2a60a49ce755",
+ "total_wall_area": 5.940713102100396,
+ "connected_wall_area": 5.9407131219390426,
+ "free_wall_area": -1.9838646281300498e-08
+ },
+ "175.97969065548": {
+ "surface_id": "UUID_bd0118c5-1343-4831-9b12-113ca129a230",
+ "total_wall_area": 28.80536246808352,
+ "connected_wall_area": 28.80536246785114,
+ "free_wall_area": 2.3237944901666197e-10
+ },
+ "176.00642289847843": {
+ "surface_id": "UUID_3a562af6-d0d6-4a92-b77b-dd88e98e89fa",
+ "total_wall_area": 24.22657893286314,
+ "connected_wall_area": 24.201493212594734,
+ "free_wall_area": 0.025085720268407385
+ },
+ "266.0200637719222": {
+ "surface_id": "UUID_77c1805b-e828-4fc1-8f8c-97c4461b91b2",
+ "total_wall_area": 349.49506258322367,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "356.26106331950723": {
+ "surface_id": "UUID_505ef597-f738-4d9b-942a-efff5ee2969f",
+ "total_wall_area": 22.631717856760808,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "356.22453417796015": {
+ "surface_id": "UUID_03a53887-84de-46b5-b182-395883603e30",
+ "total_wall_area": 121.16915569907187,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "86.03051530972036": {
+ "surface_id": "UUID_f0ac80e4-c5e5-4c08-afad-66eb8e3c4aaa",
+ "total_wall_area": 11.918295257732968,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "86.03237124131817": {
+ "surface_id": "UUID_57a6ad93-a46a-46d7-8ed2-93e391406f26",
+ "total_wall_area": 64.51952376811214,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "86.03057258549227": {
+ "surface_id": "UUID_b73ccad1-eacd-433f-83e9-fe386241e0aa",
+ "total_wall_area": 32.164957095636346,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY50000R1k": {
+ "gml_id": "DEBE3D04YY50000R1k"
+ },
+ "DEBE3D04YY500009FA": {
+ "gml_id": "DEBE3D04YY500009FA"
+ },
+ "DEBE3D04YY5000077W": {
+ "gml_id": "DEBE3D04YY5000077W"
+ },
+ "DEBE3D04YY500002HZ": {
+ "gml_id": "DEBE3D04YY500002HZ",
+ "272.23738673243383": {
+ "surface_id": "UUID_05ad6433-f57b-4be0-a161-0666731bb8d1",
+ "total_wall_area": 276.4736122969117,
+ "connected_wall_area": 275.96515553857466,
+ "free_wall_area": 261.6436358981638
+ },
+ "2.0493767681297896": {
+ "surface_id": "UUID_24490394-b94e-49fe-b7ca-96dca179539a",
+ "total_wall_area": 75.74984611564608,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "316.81900671526284": {
+ "surface_id": "UUID_5d3329a7-62ba-4f2a-9eac-7c1c82d251e1",
+ "total_wall_area": 19.17912369995379,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "2.0866474050653636": {
+ "surface_id": "UUID_dbd15fcf-b622-4047-a7de-46459df9f105",
+ "total_wall_area": 37.48707344149285,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "2.032819045139476": {
+ "surface_id": "UUID_1e776f1e-9568-422a-b7ea-11f36e8e8683",
+ "total_wall_area": 71.6306701376874,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "1.9568445984050697": {
+ "surface_id": "UUID_33ee8a00-3801-47d4-89a1-b4fe6bf8a247",
+ "total_wall_area": 25.21350376159802,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "50.533553546243716": {
+ "surface_id": "UUID_45f64264-d750-4411-979c-56338b07e9f3",
+ "total_wall_area": 18.17019095467236,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "2.0340672820912147": {
+ "surface_id": "UUID_fdb24dd9-6bbf-40b8-a820-3674d7401e1f",
+ "total_wall_area": 151.45622462950251,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "315.8564427373334": {
+ "surface_id": "UUID_80d40daf-168b-4490-b144-28b9ff4d2b50",
+ "total_wall_area": 18.874596927326827,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "2.0468406318172327": {
+ "surface_id": "UUID_6b0c8b9d-95ad-40b3-b031-b10e99454101",
+ "total_wall_area": 29.984704383086505,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "2.052667226049607": {
+ "surface_id": "UUID_67a60857-7df3-4946-ba13-d4c2b7a4d02a",
+ "total_wall_area": 65.07566044914061,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "1.9930049693764005": {
+ "surface_id": "UUID_9fdafb69-5838-4e92-b270-6c40533fd08c",
+ "total_wall_area": 34.41718162992467,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "50.738628892076996": {
+ "surface_id": "UUID_f553831c-4921-409b-9750-b4f5f0464766",
+ "total_wall_area": 18.11691694249872,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "2.030914236873201": {
+ "surface_id": "UUID_feb9a939-7acb-47d5-98b4-de5c656570cd",
+ "total_wall_area": 74.06800071473377,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "2.0202854730675597": {
+ "surface_id": "UUID_575b06b7-1c3e-423a-8b2e-1aeb42717b13",
+ "total_wall_area": 78.62713197464586,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "319.34002071331986": {
+ "surface_id": "UUID_a8072dbd-4f53-4d16-9f4d-93f51aa04121",
+ "total_wall_area": 20.01382072005122,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "2.034240815123752": {
+ "surface_id": "UUID_16a202b3-2c12-4e56-83b1-6146b2b09ef2",
+ "total_wall_area": 30.76192240939999,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "2.0364737141412093": {
+ "surface_id": "UUID_5c84e3f0-4982-4eea-9d7b-61a87dea8b54",
+ "total_wall_area": 72.09310242709724,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "2.0256943672402485": {
+ "surface_id": "UUID_0f4bb249-a4c6-4dfa-b9d1-8c4b4f62ae21",
+ "total_wall_area": 26.139090948565197,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "57.54561164942924": {
+ "surface_id": "UUID_aac0e242-4f5d-420d-88c3-d01637f6d977",
+ "total_wall_area": 16.4743144440803,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "2.0202263501108604": {
+ "surface_id": "UUID_28c6786d-d377-448e-803b-db53622b9121",
+ "total_wall_area": 86.96891699428231,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "92.22396123520633": {
+ "surface_id": "UUID_20049239-764f-4b21-abd2-9afcbc9ec38a",
+ "total_wall_area": 8.658109496038202,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "92.1532641814403": {
+ "surface_id": "UUID_2acdb54f-991c-4d02-8920-5b453a010aea",
+ "total_wall_area": 269.9437621674969,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "182.1646736350162": {
+ "surface_id": "UUID_7e235c9e-a0d4-49cc-ada5-c37d3bcec2db",
+ "total_wall_area": 107.29746201597847,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "182.15502932911255": {
+ "surface_id": "UUID_2bbdc6cd-c930-4c6b-8aeb-aeb1dbe705aa",
+ "total_wall_area": 52.49262800490522,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "182.16781836435405": {
+ "surface_id": "UUID_6004719b-ef4a-4216-b7d3-51de2f0a7c48",
+ "total_wall_area": 158.21470205384665,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "182.15624752188342": {
+ "surface_id": "UUID_ad02d6f5-7802-436f-9100-7a7d06cd5b1d",
+ "total_wall_area": 79.81071285826333,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "182.1578512688106": {
+ "surface_id": "UUID_48deb646-7095-4960-b7e6-3ad23f2ca4a1",
+ "total_wall_area": 70.27048582336789,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "182.16931509584117": {
+ "surface_id": "UUID_397f6033-c63b-4466-8cd3-1e7431a83a49",
+ "total_wall_area": 316.7659420824605,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "182.13792830532918": {
+ "surface_id": "UUID_8979d790-28c6-41c6-94e7-fcbe6618d86d",
+ "total_wall_area": 52.912313327185664,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "182.16061135052803": {
+ "surface_id": "UUID_0dec7023-dd21-4de9-8ff4-69dd9c98012f",
+ "total_wall_area": 96.91628865414901,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY5000079k": {
+ "gml_id": "DEBE3D04YY5000079k",
+ "286.92578525154136": {
+ "surface_id": "UUID_ecfaa1e4-80ad-4468-869c-01afe8efcc80",
+ "total_wall_area": 471.3490405233133,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "15.405152231298146": {
+ "surface_id": "UUID_51f41ac5-f87a-4965-bad9-e610d75e4bd8",
+ "total_wall_area": 243.93152112036688,
+ "connected_wall_area": 240.41374476991845,
+ "free_wall_area": 3.517776350448429
+ },
+ "106.8547836942243": {
+ "surface_id": "UUID_312f08f5-79fe-4274-886b-1d53f528bb6e",
+ "total_wall_area": 363.2175134959123,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "106.85255580615672": {
+ "surface_id": "UUID_bc1f4e77-0a63-432c-9459-078945663835",
+ "total_wall_area": 109.32804711950266,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "195.69401409516416": {
+ "surface_id": "UUID_8c9dc1f1-641d-4db6-ad9f-8c435e66c461",
+ "total_wall_area": 171.1799131332191,
+ "connected_wall_area": 132.55663373904093,
+ "free_wall_area": 38.623279394178155
+ },
+ "195.68403487349966": {
+ "surface_id": "UUID_19b66b06-4c81-42d6-b685-d6191456a301",
+ "total_wall_area": 73.31803220343029,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY50000JNV": {
+ "gml_id": "DEBE3D04YY50000JNV"
+ },
+ "DEBE3D04YY500009hf": {
+ "gml_id": "DEBE3D04YY500009hf",
+ "290.45761527098307": {
+ "surface_id": "UUID_719d1ffd-8979-4f49-96f6-16e8b345fa49",
+ "total_wall_area": 287.5015076066805,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "19.28329422281803": {
+ "surface_id": "UUID_cbd7fee5-f3f1-423f-be27-d8050ffb2225",
+ "total_wall_area": 67.07987548630499,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "51.578644600727664": {
+ "surface_id": "UUID_aea62bfd-918e-4008-ab2c-e6af5f31de3a",
+ "total_wall_area": 19.65739848060735,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "20.23342709433274": {
+ "surface_id": "UUID_6378730d-88c0-46e9-9ce6-694e313d32cf",
+ "total_wall_area": 124.67238380665617,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "106.28198603909317": {
+ "surface_id": "UUID_4adc6bf7-5bcf-4b8a-b30c-1c49175d26ff",
+ "total_wall_area": 13.254248677389548,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "20.881558919759698": {
+ "surface_id": "UUID_5daa5a80-a0c0-419b-bc81-88b59df54098",
+ "total_wall_area": 59.32069399247045,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "309.9127493595961": {
+ "surface_id": "UUID_da2e949c-0665-455d-b76a-94447af90188",
+ "total_wall_area": 34.437077771252056,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "19.721645733983678": {
+ "surface_id": "UUID_4c167d99-17df-4d68-af1f-06a248c17f16",
+ "total_wall_area": 100.98775494434739,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "105.03615867687466": {
+ "surface_id": "UUID_6ad1b6d9-ec31-4add-a691-2a7b34665b3d",
+ "total_wall_area": 298.6659399485782,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "200.17976486152182": {
+ "surface_id": "UUID_ece862bf-7a8c-427d-ac3e-dccad2b025fe",
+ "total_wall_area": 427.41589591164507,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY50000Ql1": {
+ "gml_id": "DEBE3D04YY50000Ql1"
+ },
+ "DEBE3D04YY50000PV4": {
+ "gml_id": "DEBE3D04YY50000PV4"
+ },
+ "DEBE3D04YY50000II3": {
+ "gml_id": "DEBE3D04YY50000II3"
+ },
+ "DEBE3D04YY500009Ah": {
+ "gml_id": "DEBE3D04YY500009Ah",
+ "356.75492578797207": {
+ "surface_id": "UUID_94c83cb3-059c-4fec-b438-f3513ba90940",
+ "total_wall_area": 66.88042202882481,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "86.76917065493559": {
+ "surface_id": "UUID_7060c72f-8869-485c-84bd-fd1b41e7cd9e",
+ "total_wall_area": 14.175478745781229,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "356.75224430867354": {
+ "surface_id": "UUID_1a12a1e0-cd7b-4312-84c6-a9f7dc383561",
+ "total_wall_area": 17.606817479663526,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "86.76654368308319": {
+ "surface_id": "UUID_6da701ff-cd20-4418-bde0-28b9b05c33ec",
+ "total_wall_area": 13.105441890349237,
+ "connected_wall_area": 11.38169668079312,
+ "free_wall_area": 1.7237452095561174
+ },
+ "176.75226498570117": {
+ "surface_id": "UUID_1ceef30c-747d-45f5-a9b3-e1f035b23486",
+ "total_wall_area": 68.91949184234412,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "176.74713515131066": {
+ "surface_id": "UUID_3d507bd3-2cb7-4148-aeee-1b532858dfa4",
+ "total_wall_area": 37.693354228366665,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "266.7439832925328": {
+ "surface_id": "UUID_dd24e1ce-fe4f-48a3-9c4a-3741c94641ed",
+ "total_wall_area": 27.287388715361722,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY50000AQQ": {
+ "gml_id": "DEBE3D04YY50000AQQ"
+ },
+ "DEBE3D04YY500001fL": {
+ "gml_id": "DEBE3D04YY500001fL",
+ "299.2836369501932": {
+ "surface_id": "UUID_72989d90-7cf0-4d14-bce6-f5c0c7ba5ad5",
+ "total_wall_area": 213.521919870842,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "28.39282665186839": {
+ "surface_id": "UUID_e7ec2c85-26df-4d24-a72c-f999b312b5fd",
+ "total_wall_area": 404.1184735951225,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "118.78834549907958": {
+ "surface_id": "UUID_ffe83c0b-9be8-4e5e-8bba-868c6be076ab",
+ "total_wall_area": 213.15222242948252,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "208.37806517861856": {
+ "surface_id": "UUID_cb01c548-79ed-45d9-bcff-c198304f46d6",
+ "total_wall_area": 46.884216456289316,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "118.38165910748535": {
+ "surface_id": "UUID_587c7606-a2d2-49d4-b14c-4d0867d3c0c3",
+ "total_wall_area": 22.857913375444873,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "208.39407618424377": {
+ "surface_id": "UUID_8d47923a-f6aa-4b94-be08-d26d7dceb61d",
+ "total_wall_area": 98.28970538944591,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "298.3767755063179": {
+ "surface_id": "UUID_1dac3706-eed5-47e4-bb5a-16c1db9433f9",
+ "total_wall_area": 22.380224909041754,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "208.39069781849983": {
+ "surface_id": "UUID_ec61e023-7e6d-4b2b-9990-27837f431614",
+ "total_wall_area": 111.85081326095973,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "118.36812500386691": {
+ "surface_id": "UUID_b2957540-1eae-4533-b1dc-1b59d088c91c",
+ "total_wall_area": 20.861954768309573,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "208.3966650619459": {
+ "surface_id": "UUID_3f3b577a-a5fb-44ea-ac54-79b598c76747",
+ "total_wall_area": 121.08824735804322,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "298.39548263579206": {
+ "surface_id": "UUID_9867fdb9-074c-4f61-ac6a-bf360c2f10aa",
+ "total_wall_area": 21.08402828506573,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "208.21314353686748": {
+ "surface_id": "UUID_56a404ac-14e7-4835-bf84-472a91b7b6f5",
+ "total_wall_area": 27.862000180758137,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY50000RgT": {
+ "gml_id": "DEBE3D04YY50000RgT"
+ },
+ "DEBE3D04YY500006C3": {
+ "gml_id": "DEBE3D04YY500006C3"
+ },
+ "DEBE3D04YY500000nx": {
+ "gml_id": "DEBE3D04YY500000nx"
+ },
+ "DEBE3D04YY50000NA7": {
+ "gml_id": "DEBE3D04YY50000NA7"
+ },
+ "DEBE3D04YY50000G53": {
+ "gml_id": "DEBE3D04YY50000G53"
+ },
+ "DEBE3D04YY500002jj": {
+ "gml_id": "DEBE3D04YY500002jj"
+ },
+ "DEBE3D04YY5000070z": {
+ "gml_id": "DEBE3D04YY5000070z",
+ "286.8035480275925": {
+ "surface_id": "UUID_2c722f3b-1b50-4e74-be77-45bbb451db3c",
+ "total_wall_area": 20.249618358073082,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "286.808652213629": {
+ "surface_id": "UUID_805fc0f6-07d0-44e2-b0d5-09d2201636cd",
+ "total_wall_area": 293.6379466137086,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "15.476522664597852": {
+ "surface_id": "UUID_69fbbe7a-0059-4196-98f0-974db34942e8",
+ "total_wall_area": 211.4843198633582,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "106.73516678631961": {
+ "surface_id": "UUID_1bc5d823-a7ef-4542-bc96-83cdb118239a",
+ "total_wall_area": 318.7138878373225,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "196.79055384295572": {
+ "surface_id": "UUID_0dc10c1e-636e-4788-95f4-a6d42766c638",
+ "total_wall_area": 211.81848252283623,
+ "connected_wall_area": 211.72436188532993,
+ "free_wall_area": 0.0941206375063075
+ }
+ },
+ "DEBE3D04YY500001Vv": {
+ "gml_id": "DEBE3D04YY500001Vv"
+ },
+ "DEBE3D04YY50002btm": {
+ "gml_id": "DEBE3D04YY50002btm",
+ "266.1591345020938": {
+ "surface_id": "UUID_d3551af4-32b7-42e9-9934-a03d3d0efb61",
+ "total_wall_area": 9.29766154424658,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "356.30972867966216": {
+ "surface_id": "UUID_feacc493-4ae8-4ea7-b80c-149fb30fbb19",
+ "total_wall_area": 25.723668949669484,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "84.68772903203723": {
+ "surface_id": "UUID_ca625664-072d-4640-9640-e06cab472df3",
+ "total_wall_area": 9.150106680789913,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "175.56905537017798": {
+ "surface_id": "UUID_d0e1709c-5685-4b4b-a246-26e633ac4966",
+ "total_wall_area": 25.914373606744245,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "356.30951922733414": {
+ "surface_id": "UUID_c8638f10-fc25-42bb-903a-696025b05d97",
+ "total_wall_area": 2.3788379692073813,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "175.5691045431538": {
+ "surface_id": "UUID_992506a2-83da-47df-812f-4f5f19081e7d",
+ "total_wall_area": 2.422160271317579,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY50000AgW": {
+ "gml_id": "DEBE3D04YY50000AgW",
+ "196.83548226377107": {
+ "surface_id": "UUID_0dffd3fb-c3d7-40e5-a054-6ce51a7257d8",
+ "total_wall_area": 17.74334819749123,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "286.8514333006089": {
+ "surface_id": "UUID_7be0bf6c-bf45-4bf7-b28f-86c582b7a689",
+ "total_wall_area": 50.50867607591517,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "16.835482311618634": {
+ "surface_id": "UUID_a5e438f5-90f7-4af8-b1db-8c2e3e5c93c2",
+ "total_wall_area": 17.743348195708414,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "286.8493837542212": {
+ "surface_id": "UUID_64ecd3a3-6aa4-47e7-8dfb-8820a122110b",
+ "total_wall_area": 141.56041645260825,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "15.694014095164135": {
+ "surface_id": "UUID_a62bc19e-6be2-44e5-9022-a575fc852c9d",
+ "total_wall_area": 132.55663374013335,
+ "connected_wall_area": 132.55663373904093,
+ "free_wall_area": 1.0924168236670084e-09
+ },
+ "106.85129795219837": {
+ "surface_id": "UUID_54ee9d7d-b98d-4109-8d98-7c70f47eb1e7",
+ "total_wall_area": 356.3719822896268,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "196.85404362886146": {
+ "surface_id": "UUID_1da852e9-3bb0-4f82-9096-f6010c056239",
+ "total_wall_area": 132.50093616813467,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "286.84686965701667": {
+ "surface_id": "UUID_fe36d923-182a-4a47-91c7-10606357e4ec",
+ "total_wall_area": 153.08332264481444,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY50000HtE": {
+ "gml_id": "DEBE3D04YY50000HtE",
+ "352.58664989398204": {
+ "surface_id": "UUID_7eca7648-2fb7-42f0-8fd2-7af0933518e6",
+ "total_wall_area": 17.484937395996297,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "85.58406639936703": {
+ "surface_id": "UUID_eeb5595f-2d7f-4b04-863c-0b37a9f3756b",
+ "total_wall_area": 56.1842327175036,
+ "connected_wall_area": 53.38357863247256,
+ "free_wall_area": 2.8006540850310344
+ },
+ "175.56992526048822": {
+ "surface_id": "UUID_2f5bc6f6-b2aa-4b6e-9954-7712150ebdd0",
+ "total_wall_area": 17.46077878617643,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "265.5805805446216": {
+ "surface_id": "UUID_2a3e3857-3e71-4dd7-8bb8-74c9e272ab31",
+ "total_wall_area": 42.47051238243689,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY500009nb": {
+ "gml_id": "DEBE3D04YY500009nb"
+ },
+ "DEBE3D04YY50000FXx": {
+ "gml_id": "DEBE3D04YY50000FXx"
+ },
+ "DEBE3D04YY50000Jei": {
+ "gml_id": "DEBE3D04YY50000Jei",
+ "234.26578706409433": {
+ "surface_id": "UUID_bacf4155-8cad-4614-a706-74bc93497f88",
+ "total_wall_area": 39.38603933058959,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "235.9204723316781": {
+ "surface_id": "UUID_d5306525-ebcf-430e-bd6d-b2d9ed2a876b",
+ "total_wall_area": 39.367966853469675,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "237.60223243144665": {
+ "surface_id": "UUID_828f0dc6-2bb4-4722-a72b-babe170a36e8",
+ "total_wall_area": 39.370989709082295,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "239.26599426031189": {
+ "surface_id": "UUID_fd2929fb-b599-49e0-9c10-e592d53cb6b6",
+ "total_wall_area": 39.389060790868704,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "239.99919000949492": {
+ "surface_id": "UUID_b7fe93aa-a167-4727-81fb-663f56f311ce",
+ "total_wall_area": 152.83441768462237,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "243.9337800705948": {
+ "surface_id": "UUID_904e29a1-29f7-490b-b062-e378f25bde7e",
+ "total_wall_area": 47.30834759106808,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "243.2277317171029": {
+ "surface_id": "UUID_511b383b-55e3-4a76-9941-fbfef2217cf5",
+ "total_wall_area": 81.34544718696192,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "249.32776578096042": {
+ "surface_id": "UUID_23c1d30b-1a57-4c2b-beac-b4813d45b535",
+ "total_wall_area": 10.124777624547258,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "334.17239387649033": {
+ "surface_id": "UUID_d3a5ad01-c9c6-42e6-a2c4-86247d8f3d1c",
+ "total_wall_area": 253.7249699064782,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "58.48546264617944": {
+ "surface_id": "UUID_23c31842-d31d-45bd-a1a5-3eb72160a14e",
+ "total_wall_area": 16.822034902377947,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "59.54156903019252": {
+ "surface_id": "UUID_b0005d5c-e4d5-492c-ae18-e43a44ea540b",
+ "total_wall_area": 62.67927832479866,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "60.71414280263087": {
+ "surface_id": "UUID_08701be2-bac8-412c-acce-160fddd557a4",
+ "total_wall_area": 97.09352403414127,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "331.1450592458183": {
+ "surface_id": "UUID_3e55b1d4-76ed-40b0-a722-c9f952ee3555",
+ "total_wall_area": 31.170333863105327,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "61.021167224763715": {
+ "surface_id": "UUID_2f24d798-21fd-4861-9d25-dc71171d703c",
+ "total_wall_area": 38.65229103098689,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "148.37338801414535": {
+ "surface_id": "UUID_193164f3-9e8f-4b9f-ba08-acdfb27f7e1b",
+ "total_wall_area": 34.45711524093448,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "57.25465780953374": {
+ "surface_id": "UUID_dbd4eb00-8591-4a1d-ad1f-2ed91b8ca029",
+ "total_wall_area": 194.02149168299073,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "145.73996730737616": {
+ "surface_id": "UUID_702ea094-eb04-4379-b5e3-2b1bb15e94ec",
+ "total_wall_area": 28.123324651354316,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "145.72810891487944": {
+ "surface_id": "UUID_e74416b5-320f-4e22-8c09-fedb509e1951",
+ "total_wall_area": 220.40120234372668,
+ "connected_wall_area": 214.23985898553923,
+ "free_wall_area": 6.161343358187452
+ },
+ "145.66978287052126": {
+ "surface_id": "UUID_a077d317-c52e-4b09-9ab6-299a4c9da311",
+ "total_wall_area": 10.886981489035602,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY500006R0": {
+ "gml_id": "DEBE3D04YY500006R0",
+ "265.27759311973864": {
+ "surface_id": "UUID_f8877852-65bd-4119-9a6a-c3e5366d5550",
+ "total_wall_area": 16.524094906518354,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "354.4729617986376": {
+ "surface_id": "UUID_ad9acf57-efe0-4c79-831c-10a46ab986ac",
+ "total_wall_area": 33.0788121176286,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "85.249148080709": {
+ "surface_id": "UUID_fab6d99c-c92a-4723-97fe-552aa91d36ec",
+ "total_wall_area": 17.0627008442251,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "175.42587100230304": {
+ "surface_id": "UUID_518ec08a-4e45-4ddd-a7e8-8651f8e076d1",
+ "total_wall_area": 29.933903800649826,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY500007B5": {
+ "gml_id": "DEBE3D04YY500007B5"
+ },
+ "DEBE3D04YY50000Awx": {
+ "gml_id": "DEBE3D04YY50000Awx",
+ "233.28579702508435": {
+ "surface_id": "UUID_d5bf7a34-fa1e-4290-9a53-0a6f6b7a8adb",
+ "total_wall_area": 1.9309031322383847,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "314.0826787578018": {
+ "surface_id": "UUID_03df8723-72b4-4c1d-805d-d96c251f7a07",
+ "total_wall_area": 0.23174788763601775,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "231.61970411711803": {
+ "surface_id": "UUID_fda303bc-c4e8-4216-a055-ebce30e8ae4b",
+ "total_wall_area": 2.70673042852095,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "319.98393779752024": {
+ "surface_id": "UUID_93f4c3d1-1b41-4460-bcf2-3ccc7e4bf5ca",
+ "total_wall_area": 4.403522116787137,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "80.16198109363867": {
+ "surface_id": "UUID_3a86f90f-214f-4774-a8bd-c35e3afc5534",
+ "total_wall_area": 3.7073840591876084,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "80.16803273016254": {
+ "surface_id": "UUID_ed1c6800-3adb-4d9e-9b94-93ab82662a18",
+ "total_wall_area": 3.5979072595912074,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "145.7440807357649": {
+ "surface_id": "UUID_7b46eb89-587a-49d0-8379-048dc7b28a83",
+ "total_wall_area": 1.3261997580986216,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "235.67195451503764": {
+ "surface_id": "UUID_7f12f248-9c57-4856-b560-fb318f5ac5fd",
+ "total_wall_area": 1.520836764785999,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY50000PV0": {
+ "gml_id": "DEBE3D04YY50000PV0"
+ },
+ "DEBE3D04YY500007Us": {
+ "gml_id": "DEBE3D04YY500007Us"
+ },
+ "DEBE3D04YY50000RWR": {
+ "gml_id": "DEBE3D04YY50000RWR"
+ },
+ "DEBE3D04YY500003p8": {
+ "gml_id": "DEBE3D04YY500003p8"
+ },
+ "DEBE3D04YY500009Fp": {
+ "gml_id": "DEBE3D04YY500009Fp"
+ },
+ "DEBE3D04YY5000006x": {
+ "gml_id": "DEBE3D04YY5000006x",
+ "65.75832425222548": {
+ "surface_id": "UUID_c3545ece-0f7f-4d48-83bd-a6021310b470",
+ "total_wall_area": 10.669335822772593,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "74.7582932358114": {
+ "surface_id": "UUID_0dec7783-a5ce-4c6f-9924-80ca59a22b61",
+ "total_wall_area": 10.72369328719937,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "83.65137868882307": {
+ "surface_id": "UUID_183339df-65ec-4766-965f-94e96a3ab206",
+ "total_wall_area": 10.792171241190433,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "92.67542665465885": {
+ "surface_id": "UUID_7fcf365b-1af2-4ca7-ad49-3791870ee9e2",
+ "total_wall_area": 10.815364887637388,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "101.62482366716665": {
+ "surface_id": "UUID_1c657298-b93b-4852-9bb4-c935c0b45dcb",
+ "total_wall_area": 10.8261638645249,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "110.60969295051655": {
+ "surface_id": "UUID_49cdf5b2-9b06-42ff-bccd-ef81126376f5",
+ "total_wall_area": 10.835249996781348,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "119.53656835993758": {
+ "surface_id": "UUID_ae03f1b7-8a10-49de-96a0-27083f9ae8f9",
+ "total_wall_area": 10.825401266146063,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "128.44490530063007": {
+ "surface_id": "UUID_25fc9213-397e-46e2-a383-70dbd1bb56a8",
+ "total_wall_area": 10.775319337096759,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "137.54120456739435": {
+ "surface_id": "UUID_fe5a0373-2601-4e0c-88d1-de7c3d886dba",
+ "total_wall_area": 10.725499918336084,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "146.41583952203695": {
+ "surface_id": "UUID_2ca0c79a-c64b-4a59-b911-02a92ba87009",
+ "total_wall_area": 10.669067707028631,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "114.08559204751788": {
+ "surface_id": "UUID_3faac98f-75f5-4854-9e7c-00ee421a880b",
+ "total_wall_area": 4.686616724168454,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "19.160173075034777": {
+ "surface_id": "UUID_66085716-5ec0-49e0-9bdb-6ee1817504d6",
+ "total_wall_area": 5.321778292268974,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "106.71372383833278": {
+ "surface_id": "UUID_1f502006-9994-4011-803f-44d36b0fe62d",
+ "total_wall_area": 10.791984061482097,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "106.74212882948956": {
+ "surface_id": "UUID_4b93e0de-0253-46f2-a0f7-197b2a0bd91d",
+ "total_wall_area": 160.15903854148786,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "194.78883887591954": {
+ "surface_id": "UUID_b73651f7-ab9c-40c8-884f-217cc82bb00f",
+ "total_wall_area": 207.06359102362865,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "286.0185750696358": {
+ "surface_id": "UUID_716cb83a-48f7-40ab-b75b-c416e97aae78",
+ "total_wall_area": 72.72677761608023,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "286.0132416709823": {
+ "surface_id": "UUID_a35668fa-25f2-43c6-a380-bb4d334c39db",
+ "total_wall_area": 212.55759051103462,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "286.00893259826535": {
+ "surface_id": "UUID_189d0bed-4549-41cd-a64f-626ac8d94643",
+ "total_wall_area": 41.88197392451822,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "286.02171586765166": {
+ "surface_id": "UUID_463ce04e-4801-4504-9951-ead88b851b85",
+ "total_wall_area": 29.24322916406793,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "15.49977735156395": {
+ "surface_id": "UUID_3db55b23-8f8c-48d2-af8b-a8b0019641fa",
+ "total_wall_area": 209.16950280891555,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "105.93759417771827": {
+ "surface_id": "UUID_e22362db-742c-4a48-9693-c655f854a9ab",
+ "total_wall_area": 14.36295253903345,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "105.94114647085871": {
+ "surface_id": "UUID_26a7e5c2-e324-4c3b-9ae4-05cf485317b6",
+ "total_wall_area": 158.2340557000063,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "105.95545837925204": {
+ "surface_id": "UUID_918f031c-23e5-41d9-99f3-8a65e0734402",
+ "total_wall_area": 11.138328472498372,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "204.35147839643332": {
+ "surface_id": "UUID_91380226-9524-436d-9a9c-6b09797f4134",
+ "total_wall_area": 5.098824734392352,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "103.38710723171334": {
+ "surface_id": "UUID_06b8d698-5982-4a3d-ae39-fb7c45f940be",
+ "total_wall_area": 6.977994026590423,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY50000Pqq": {
+ "gml_id": "DEBE3D04YY50000Pqq"
+ },
+ "DEBE3D04YY500007uo": {
+ "gml_id": "DEBE3D04YY500007uo"
+ },
+ "DEBE3D04YY500001aC": {
+ "gml_id": "DEBE3D04YY500001aC"
+ },
+ "DEBE3D04YY500008gK": {
+ "gml_id": "DEBE3D04YY500008gK",
+ "19.890867312401255": {
+ "surface_id": "UUID_350579ed-5f5d-4495-bc47-a6f5dddce33f",
+ "total_wall_area": 331.25119151502065,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "110.04664818895611": {
+ "surface_id": "UUID_c1af06f0-32bd-4541-9e07-4e3b7152260e",
+ "total_wall_area": 43.03562272053313,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "110.03008001844927": {
+ "surface_id": "UUID_abd60e34-0345-4595-a631-d22ae7ba90c4",
+ "total_wall_area": 170.17236645523056,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "110.03354016152315": {
+ "surface_id": "UUID_5d876c5b-0d71-47b7-960c-b4e8384329ce",
+ "total_wall_area": 62.134190315365636,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "200.2296461166039": {
+ "surface_id": "UUID_17667282-7372-4acc-bf4b-cda5d6bac46b",
+ "total_wall_area": 240.74646507075207,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "110.23446596559239": {
+ "surface_id": "UUID_114054c6-55a8-4287-8a80-ebd23831f8ec",
+ "total_wall_area": 40.96176243668867,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "200.23259801390677": {
+ "surface_id": "UUID_7b1be62f-1754-4b0b-ae23-c2cc95fa0155",
+ "total_wall_area": 65.32829813637807,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "289.8465120871531": {
+ "surface_id": "UUID_9742398e-c2a1-4700-a35e-9f801d73cca7",
+ "total_wall_area": 14.334594950566252,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "289.84008781425587": {
+ "surface_id": "UUID_f72d1d50-7b5b-47d5-b38a-5371e05aff36",
+ "total_wall_area": 87.8620634153915,
+ "connected_wall_area": 87.86206336780708,
+ "free_wall_area": 4.758442173624644e-08
+ },
+ "289.8283990234506": {
+ "surface_id": "UUID_41ca69e8-b1ee-48b3-907c-c413dccd173d",
+ "total_wall_area": 170.1636286237425,
+ "connected_wall_area": 170.16362608783916,
+ "free_wall_area": 2.535903348643842e-06
+ },
+ "289.8456258587621": {
+ "surface_id": "UUID_d7ce88df-aa09-4108-94b4-49f5ef81dd89",
+ "total_wall_area": 42.05901590613793,
+ "connected_wall_area": 42.05901555546126,
+ "free_wall_area": 3.5067667170096684e-07
+ }
+ },
+ "DEBE3D04YY500002uy": {
+ "gml_id": "DEBE3D04YY500002uy",
+ "249.71952833750788": {
+ "surface_id": "UUID_bc8bb538-4943-4ddd-8fb0-6e070b18967f",
+ "total_wall_area": 29.21171836042086,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "339.6961955671198": {
+ "surface_id": "UUID_b5bea016-1961-42df-a3a4-e645941d9abb",
+ "total_wall_area": 52.388353381234964,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "69.70440195362737": {
+ "surface_id": "UUID_2b7d0781-9588-4556-b439-3285e04c3d5e",
+ "total_wall_area": 29.232961276122207,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "159.71453101889534": {
+ "surface_id": "UUID_78fe8062-c4ac-466c-b2b0-e3a5ef3a69b9",
+ "total_wall_area": 52.388036853059596,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY500003nQ": {
+ "gml_id": "DEBE3D04YY500003nQ",
+ "355.8436318415757": {
+ "surface_id": "UUID_2f5356b8-4402-411b-84e8-6fd7687e1d39",
+ "total_wall_area": 7.758834677695109,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "85.15188165357085": {
+ "surface_id": "UUID_3ad25164-6bf0-49de-ba3c-648662781f6c",
+ "total_wall_area": 0.24062088205658827,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "178.33971757982403": {
+ "surface_id": "UUID_3f94659b-2621-47de-93d1-c1c8c9c3aa75",
+ "total_wall_area": 0.12369993193159272,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "174.78439048384138": {
+ "surface_id": "UUID_e7d59240-00a9-4021-af92-0264b9fe434b",
+ "total_wall_area": 7.649182871490894,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "265.3743472840772": {
+ "surface_id": "UUID_93f9172d-7601-4f4d-8f16-e18b530e5a90",
+ "total_wall_area": 6.856849628977914,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY50000CE7": {
+ "gml_id": "DEBE3D04YY50000CE7"
+ },
+ "DEBE3D04YY50000J95": {
+ "gml_id": "DEBE3D04YY50000J95"
+ },
+ "DEBE3D04YY500005tB": {
+ "gml_id": "DEBE3D04YY500005tB",
+ "94.04201933085363": {
+ "surface_id": "UUID_03ebff1e-df21-4ee9-96c3-1a7b54dc4022",
+ "total_wall_area": 3.873593052768507,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "178.80318708527875": {
+ "surface_id": "UUID_44eaedf9-08ab-413c-8087-c3c14d2f9ec3",
+ "total_wall_area": 1.980676090967556,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "287.6072001017917": {
+ "surface_id": "UUID_9b78b257-4ee5-4d9e-904b-5da661df53b1",
+ "total_wall_area": 14.670325696995889,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "1.6389771611068227": {
+ "surface_id": "UUID_e740e7ed-7cee-4950-8b5c-ec871dcc209a",
+ "total_wall_area": 18.800053804786092,
+ "connected_wall_area": 18.684151387928125,
+ "free_wall_area": 0.11590241685796698
+ },
+ "91.14986025560694": {
+ "surface_id": "UUID_6da564d3-ea1d-4ec6-93dc-445cc7d0a15b",
+ "total_wall_area": 13.878534732808493,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "181.2734720572264": {
+ "surface_id": "UUID_f7a62c29-bc74-4959-b46f-cbc76404043b",
+ "total_wall_area": 7.942243682978984,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "273.57133146831677": {
+ "surface_id": "UUID_c22720d0-7de0-40c5-ae3f-4c78f77cee24",
+ "total_wall_area": 3.9405605125663388,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "181.0082821803361": {
+ "surface_id": "UUID_09e29b38-369f-4fb9-93c2-f3b075dc4216",
+ "total_wall_area": 13.008742248687666,
+ "connected_wall_area": 12.876673799214787,
+ "free_wall_area": 0.13206844947287877
+ }
+ },
+ "DEBE3D04YY500003Aj": {
+ "gml_id": "DEBE3D04YY500003Aj"
+ },
+ "DEBE3D04YY500003zw": {
+ "gml_id": "DEBE3D04YY500003zw",
+ "200.1643793264063": {
+ "surface_id": "UUID_6fac6835-55ee-4291-a7ab-f32ae44a54ce",
+ "total_wall_area": 74.32828656858803,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "200.18552992114675": {
+ "surface_id": "UUID_e6c01ced-6c34-4a55-9d9b-352969fad687",
+ "total_wall_area": 213.98113492811058,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "290.2715340163415": {
+ "surface_id": "UUID_6b4c77d9-5f7a-4de3-9cd4-92d1902ce54f",
+ "total_wall_area": 240.7831968305608,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "20.1032862746292": {
+ "surface_id": "UUID_104ff6ad-1519-45fc-85bc-e0e7f5d7f6e6",
+ "total_wall_area": 174.56484561835273,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "20.100893600765446": {
+ "surface_id": "UUID_5d84c448-4604-4ec5-b4d3-788a043f5cd5",
+ "total_wall_area": 111.31928815619808,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "20.127488772634678": {
+ "surface_id": "UUID_23b387ef-6cf1-4d47-ac62-c4198ea58f58",
+ "total_wall_area": 7.515673706287373,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "109.89350578811599": {
+ "surface_id": "UUID_b1d5d1fe-32f9-4e6c-8a40-ae8d1c1aebc8",
+ "total_wall_area": 241.20499146812398,
+ "connected_wall_area": 241.20499147411488,
+ "free_wall_area": -5.990898443997139e-09
+ },
+ "200.38916480583066": {
+ "surface_id": "UUID_5db71717-03df-4eef-97e9-1484440b479c",
+ "total_wall_area": 6.680920774633686,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY50000M0X": {
+ "gml_id": "DEBE3D04YY50000M0X"
+ },
+ "DEBE3D04YY500009yQ": {
+ "gml_id": "DEBE3D04YY500009yQ"
+ },
+ "DEBE3D04YY50000QcE": {
+ "gml_id": "DEBE3D04YY50000QcE"
+ },
+ "DEBE3D04YY50000N0K": {
+ "gml_id": "DEBE3D04YY50000N0K"
+ },
+ "DEBE3D04YY5000066E": {
+ "gml_id": "DEBE3D04YY5000066E"
+ },
+ "DEBE3D04YY50002auP": {
+ "gml_id": "DEBE3D04YY50002auP",
+ "92.24951939903895": {
+ "surface_id": "UUID_6de24815-0c62-4466-bb8e-e65f39a807fd",
+ "total_wall_area": 1.1467096760800606,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "88.37263701020058": {
+ "surface_id": "UUID_25437d1f-1bb1-4bbf-b390-b9a5bddaf6c8",
+ "total_wall_area": 10.505713326861825,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "357.3270677437255": {
+ "surface_id": "UUID_b4401ffe-134d-4342-8492-c0686a231e73",
+ "total_wall_area": 1.3788061161977092,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "88.01069738535436": {
+ "surface_id": "UUID_49ef8144-178e-4e83-b918-7ffbd8991ed2",
+ "total_wall_area": 78.46499683269973,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "92.98082868171315": {
+ "surface_id": "UUID_ec9e9f34-9408-4eaf-891b-2766142043fc",
+ "total_wall_area": 1.211765542735798,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "165.79558730423963": {
+ "surface_id": "UUID_641185f3-ed6a-4400-959e-55ac8ca69344",
+ "total_wall_area": 4.994489247803694,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "87.06959023023137": {
+ "surface_id": "UUID_99724047-782f-433f-817d-2c7ad481b5ec",
+ "total_wall_area": 8.603015610218403,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "178.27266523115765": {
+ "surface_id": "UUID_a24fc263-35db-4706-bc22-0d12e7967775",
+ "total_wall_area": 1.0665786577840364,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "178.3417193151089": {
+ "surface_id": "UUID_634875f4-6cbc-48e1-b2f0-3c23cfa21965",
+ "total_wall_area": 1.0665406711056606,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "183.39902893435442": {
+ "surface_id": "UUID_8eb465cd-1367-489e-aa98-e4e4db66e36f",
+ "total_wall_area": 1.0628196755240469,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "266.4774434238414": {
+ "surface_id": "UUID_96eb32b9-8819-447b-abaa-c8a0e461d627",
+ "total_wall_area": 1.0255936781238022,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "267.06785839789575": {
+ "surface_id": "UUID_a60f03c4-b274-4479-9efc-32bfde6b104a",
+ "total_wall_area": 4.273829202481847,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "178.17318567277835": {
+ "surface_id": "UUID_7a2e69cd-ad8c-45a9-9eb8-b90598a0eadb",
+ "total_wall_area": 120.17476473518985,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "88.27147210617521": {
+ "surface_id": "UUID_bb51ebf6-8224-4d8a-933e-b8e727d90ea2",
+ "total_wall_area": 5.28657960257249,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "178.25874462616974": {
+ "surface_id": "UUID_0f35eb95-6381-458e-ad15-25cb6e5aad01",
+ "total_wall_area": 0.8041213110279033,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "178.1960048681002": {
+ "surface_id": "UUID_64818a5c-2334-4cc1-aebd-2f470a3fcdeb",
+ "total_wall_area": 0.9804179276341204,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "178.36587892042758": {
+ "surface_id": "UUID_d3244341-a4af-4287-afd7-b298c08d61a6",
+ "total_wall_area": 0.856824461732366,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "268.2624536867729": {
+ "surface_id": "UUID_1b6e7662-017a-4e7c-ab22-45515ea60234",
+ "total_wall_area": 8.482498178973042,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "268.3227112343686": {
+ "surface_id": "UUID_42663bf5-5f77-4e94-a6b8-f14a49dac270",
+ "total_wall_area": 0.8787145023708918,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "266.2696957625535": {
+ "surface_id": "UUID_89b0f468-154a-414a-901f-9df40eda9c27",
+ "total_wall_area": 1.4627089879472162,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "268.1581769482803": {
+ "surface_id": "UUID_0ab3644a-2b40-44ac-89e7-4aa55298159d",
+ "total_wall_area": 88.66664021455576,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "267.775579726739": {
+ "surface_id": "UUID_c4ab636c-ef48-490e-805d-c3d2a378f378",
+ "total_wall_area": 1.5572334174967184,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "267.5311963940396": {
+ "surface_id": "UUID_d096d6fd-9880-4c7f-abe0-5d7f5ff1e6f8",
+ "total_wall_area": 0.9254930306044408,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "267.4736792217692": {
+ "surface_id": "UUID_0d18d692-e05f-4d28-888c-71c0dcbb0290",
+ "total_wall_area": 5.309910814072966,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "357.5459683042085": {
+ "surface_id": "UUID_aa7de8ea-b5ee-4807-860f-59035a32b87f",
+ "total_wall_area": 0.9010263350701397,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "357.52776225214006": {
+ "surface_id": "UUID_5913b689-d3e4-4c7b-9d5a-d10e39a9a104",
+ "total_wall_area": 0.9242082178673525,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "357.4551956475133": {
+ "surface_id": "UUID_700d0002-c131-4755-9734-3e87953d3592",
+ "total_wall_area": 0.9268340348693479,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "87.48813660421189": {
+ "surface_id": "UUID_fc9cfc61-5b8e-487c-9d38-38b68c2fc0fa",
+ "total_wall_area": 2.5821970532025404,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "358.25176647998944": {
+ "surface_id": "UUID_48c48566-d64f-44c2-8d23-c5c6ba54a8b7",
+ "total_wall_area": 123.0876273649095,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "267.72843961756087": {
+ "surface_id": "UUID_f0ea448b-1d77-4633-a61d-ec181c9d9f7a",
+ "total_wall_area": 2.628077161387017,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "357.772953038008": {
+ "surface_id": "UUID_34dcd3a2-5619-4087-9c76-3878574cd14b",
+ "total_wall_area": 0.926619891350345,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "357.766755836898": {
+ "surface_id": "UUID_b0c8452e-10dc-4313-a464-5656055a40f5",
+ "total_wall_area": 0.9240498394022212,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "357.61405594880324": {
+ "surface_id": "UUID_353fbb6d-97b7-45af-8ef1-41578e543fb3",
+ "total_wall_area": 0.9267233999078623,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "357.76985874043453": {
+ "surface_id": "UUID_7e01c818-8437-433f-9ed1-9f34057c711c",
+ "total_wall_area": 0.9253348640231078,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "87.71864449641433": {
+ "surface_id": "UUID_d941d982-b70b-4711-8a31-035e91fc67c2",
+ "total_wall_area": 6.364314353006412,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY500005qh": {
+ "gml_id": "DEBE3D04YY500005qh",
+ "201.4304215924094": {
+ "surface_id": "UUID_e21d8c77-8fe9-45f6-b78a-dcf0760cb491",
+ "total_wall_area": 377.3109210437788,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "291.9703024772389": {
+ "surface_id": "UUID_da6f8a40-00ac-4fae-90a3-c632e93546a0",
+ "total_wall_area": 129.92599940133064,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "291.9734204425109": {
+ "surface_id": "UUID_865cef3a-fe1d-4c76-831f-f31709a7411a",
+ "total_wall_area": 130.24460085184532,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "21.43182768858574": {
+ "surface_id": "UUID_9f15ac13-a874-4723-8473-5112451a95a7",
+ "total_wall_area": 376.83670574738426,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "111.87489882595975": {
+ "surface_id": "UUID_4261409b-698e-4eeb-89d9-c9537c7ddb9f",
+ "total_wall_area": 53.432826487961265,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "111.8751506249667": {
+ "surface_id": "UUID_8d87d30c-f0e7-44ff-a169-d2895ced2635",
+ "total_wall_area": 206.73674286488836,
+ "connected_wall_area": 162.37561381472338,
+ "free_wall_area": 198.8804209604357
+ }
+ },
+ "DEBE3D04YY50000RJP": {
+ "gml_id": "DEBE3D04YY50000RJP",
+ "291.5728535045118": {
+ "surface_id": "UUID_e6d499e2-4d17-4cec-ba04-55dc03f30535",
+ "total_wall_area": 252.81730569350532,
+ "connected_wall_area": 252.8173056811612,
+ "free_wall_area": 1.2344116839813069e-08
+ },
+ "21.57168579453078": {
+ "surface_id": "UUID_9daf12e6-8b61-4e98-94d1-85585b1fc633",
+ "total_wall_area": 442.52970708363875,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "111.5783674712996": {
+ "surface_id": "UUID_68e5035b-c930-434d-8c86-e11eef27ebab",
+ "total_wall_area": 209.61879791033232,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "111.56290955578021": {
+ "surface_id": "UUID_daa3fa68-a7ae-477f-b1aa-ec3d4f5792e5",
+ "total_wall_area": 43.227751657421926,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "201.57289606849528": {
+ "surface_id": "UUID_230c124d-5a97-4900-81cc-ad19b4392d7c",
+ "total_wall_area": 210.89520345169487,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "201.5934238345877": {
+ "surface_id": "UUID_2beb743a-ff65-4c8d-ad7c-b953a639695c",
+ "total_wall_area": 26.514081896437155,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "201.57579989985356": {
+ "surface_id": "UUID_4507532e-ab44-4456-ad52-06249687e74c",
+ "total_wall_area": 205.10775295987733,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY50000Kfl": {
+ "gml_id": "DEBE3D04YY50000Kfl"
+ },
+ "DEBE3D04YY500008YZ": {
+ "gml_id": "DEBE3D04YY500008YZ",
+ "194.99087972742046": {
+ "surface_id": "UUID_3f21d9b4-2e95-4e93-ad32-0d9ae9896964",
+ "total_wall_area": 118.32468657136593,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "286.02011582487245": {
+ "surface_id": "UUID_d7109f92-24d3-4fc7-b121-e44627d89217",
+ "total_wall_area": 194.17547186867552,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "14.623930347517259": {
+ "surface_id": "UUID_6f52cd9d-72a5-4a28-bcd8-85184dbdd58b",
+ "total_wall_area": 280.8705126306489,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "14.62087398551067": {
+ "surface_id": "UUID_801d6af3-6c6d-40a0-a657-8244e10cdf2a",
+ "total_wall_area": 43.321827956416435,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "105.1505420254237": {
+ "surface_id": "UUID_4427504f-d7e7-4b23-b2dd-6f476f0f282a",
+ "total_wall_area": 205.35714768802146,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "105.15694162989871": {
+ "surface_id": "UUID_aff2100a-97f4-4086-b72f-986a2dead743",
+ "total_wall_area": 50.39671546700247,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "105.1504027876411": {
+ "surface_id": "UUID_be6bdf16-03b1-496a-868c-674cd35a4582",
+ "total_wall_area": 849.4904703367501,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "169.52846021792152": {
+ "surface_id": "UUID_20814d5e-c0dd-4382-819a-1dfa35d3a074",
+ "total_wall_area": 206.0930423337797,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "261.17004446498527": {
+ "surface_id": "UUID_3fc2c691-6526-46b2-92f1-7f5522411220",
+ "total_wall_area": 382.26188669910306,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "170.4214156622216": {
+ "surface_id": "UUID_b78f3a61-2ba4-4b1e-89f3-8df886ac5d5f",
+ "total_wall_area": 320.7811854150697,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "107.53310134925653": {
+ "surface_id": "UUID_9f6db417-a401-4068-8301-7b83dd3b4f8a",
+ "total_wall_area": 7.996949778181346,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "197.49244756545164": {
+ "surface_id": "UUID_1a79167e-2a7d-4cc4-a419-c623c728ee7b",
+ "total_wall_area": 56.383446392350976,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "261.4333178995871": {
+ "surface_id": "UUID_1a020ad9-e745-4c35-bd8d-26e803b5b507",
+ "total_wall_area": 6.6098328313851615,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "261.4900479564602": {
+ "surface_id": "UUID_89bf6be2-dfc7-4e66-834f-a3bc7adb92c3",
+ "total_wall_area": 59.8821145940471,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "221.10790472664183": {
+ "surface_id": "UUID_a96e52c7-a6f1-42cc-8aae-e1418245aabf",
+ "total_wall_area": 27.497427899102824,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "259.59337632816835": {
+ "surface_id": "UUID_8d190765-ac48-41d4-a6a5-a8e3174b89e2",
+ "total_wall_area": 22.15133627057165,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "170.7390867231116": {
+ "surface_id": "UUID_5d63ff58-becf-4776-9003-b99d3eac0e43",
+ "total_wall_area": 55.84471398212782,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "80.84267297206513": {
+ "surface_id": "UUID_c20235ce-877a-42c0-93d0-46ccca59817b",
+ "total_wall_area": 494.94344548500067,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "260.69960457253705": {
+ "surface_id": "UUID_95017340-ea69-4652-bfed-3a0ba114c465",
+ "total_wall_area": 492.32096349151897,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "171.87845450571302": {
+ "surface_id": "UUID_bbb93325-030e-47aa-a8ce-e272cd234dac",
+ "total_wall_area": 178.53733476379278,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "80.70280341000604": {
+ "surface_id": "UUID_ef53c73b-4eff-450d-8a06-7473a6251838",
+ "total_wall_area": 531.7790494252743,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "349.76423752324547": {
+ "surface_id": "UUID_2257bddd-75b2-43f7-be1c-ce9b0153954f",
+ "total_wall_area": 34.188203187276585,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "270.25731464252": {
+ "surface_id": "UUID_25dddeb7-404e-4901-b862-2727d75aefb6",
+ "total_wall_area": 13.994073131549614,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "280.43525569245935": {
+ "surface_id": "UUID_5600b692-a861-41d1-b4ce-f7fce3d73ce7",
+ "total_wall_area": 13.994966868862672,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "290.79716228599045": {
+ "surface_id": "UUID_13b979fe-f02a-4a71-ad55-a7736504165d",
+ "total_wall_area": 13.983280943105848,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "301.0961470736039": {
+ "surface_id": "UUID_cb909b93-a6d8-4e57-9f7c-41fea484bfb9",
+ "total_wall_area": 13.99369678493684,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "311.2988548769366": {
+ "surface_id": "UUID_77855aa0-6a75-4d93-8a27-3e89b201d69a",
+ "total_wall_area": 13.998023969990209,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "321.5680334076055": {
+ "surface_id": "UUID_24555430-ceef-4c51-90a7-4c7c1121476f",
+ "total_wall_area": 13.986560286936012,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "331.8619169064775": {
+ "surface_id": "UUID_35106339-1d3a-48b2-a585-012a8bbc886f",
+ "total_wall_area": 13.992708879651243,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "342.10812286495934": {
+ "surface_id": "UUID_b7d1824b-6604-41c9-a873-e160a84a2d61",
+ "total_wall_area": 13.978650948596808,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "352.42803451749": {
+ "surface_id": "UUID_98a9e775-5efc-4edb-843d-e1b45c3b6163",
+ "total_wall_area": 13.990230942669603,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "2.66100742038293": {
+ "surface_id": "UUID_4709a02c-e3af-498a-98b2-b07d1a418d25",
+ "total_wall_area": 13.98806630773158,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "12.891728876810703": {
+ "surface_id": "UUID_ec4997ce-7aa4-4673-8c8f-971d987c8205",
+ "total_wall_area": 13.990450508431975,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "23.18732728483201": {
+ "surface_id": "UUID_61b235a4-09fa-45b3-9d16-4ed161796c4c",
+ "total_wall_area": 13.99300682145882,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "33.45203080856956": {
+ "surface_id": "UUID_13ee45fd-4075-4900-a915-6c7e90ba7ce6",
+ "total_wall_area": 13.985289453511102,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "43.726969939809145": {
+ "surface_id": "UUID_f1bb4db0-c42d-47c7-9f92-3f22d406bd08",
+ "total_wall_area": 14.00191104980847,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "349.011348893509": {
+ "surface_id": "UUID_ebf5aca2-799e-43a3-a725-6e27209ed37a",
+ "total_wall_area": 43.960966131233334,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "80.66762019348495": {
+ "surface_id": "UUID_a2592885-8f28-43e8-ba92-2a2cf7c68c99",
+ "total_wall_area": 154.89404580340891,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "18.530011659519005": {
+ "surface_id": "UUID_52f37019-47db-47cb-8fe1-47df1cd9aa73",
+ "total_wall_area": 55.89891980961254,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "351.263378238311": {
+ "surface_id": "UUID_d83a0eb3-68b3-4dfd-ac2b-66270c0b7f19",
+ "total_wall_area": 162.60746181323768,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "325.3663226063013": {
+ "surface_id": "UUID_7fb62e0d-639c-40bf-b17f-fdd2f0d8f2e4",
+ "total_wall_area": 61.74182450262524,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "261.16057220905253": {
+ "surface_id": "UUID_bd604fb2-9835-4d47-9a6e-147e517a6445",
+ "total_wall_area": 154.59626782844333,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "171.03618263058638": {
+ "surface_id": "UUID_ef26040a-9efd-4e48-ae3f-36773070ed54",
+ "total_wall_area": 269.17212521240094,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "262.3371311533099": {
+ "surface_id": "UUID_737a4c6d-6d0d-4f59-ae5c-f60ebf29cc4a",
+ "total_wall_area": 11.625770135040781,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "350.97741103280794": {
+ "surface_id": "UUID_6584c3ff-8ebe-48fd-9dc1-0eb7f2219b4b",
+ "total_wall_area": 282.2608727232995,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "258.694058315755": {
+ "surface_id": "UUID_bece3e57-e085-40b9-ad17-5a75bda273b5",
+ "total_wall_area": 58.98482888387615,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "350.3814485118943": {
+ "surface_id": "UUID_a0bfdfb0-c91d-41e4-8295-433cf5afa427",
+ "total_wall_area": 68.20511837015168,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "80.51806765998572": {
+ "surface_id": "UUID_c1a5893a-d29c-494e-bba6-fea7985e5cb3",
+ "total_wall_area": 392.43629517179346,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "170.41430963166715": {
+ "surface_id": "UUID_0461fa35-056b-405d-a546-6b45f88b4a54",
+ "total_wall_area": 22.392903400377804,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "80.54732224642925": {
+ "surface_id": "UUID_bc27d285-0683-4e68-a773-a57551d9e8ea",
+ "total_wall_area": 102.30041068794085,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "80.62790729335907": {
+ "surface_id": "UUID_88918305-8912-4bf5-afca-de3e9f5a4d36",
+ "total_wall_area": 19.68245232044575,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "170.603585568445": {
+ "surface_id": "UUID_9389c44b-c653-4f3a-96fe-314b833b4b97",
+ "total_wall_area": 8.981943295012174,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "170.60151774021972": {
+ "surface_id": "UUID_c8a86145-fedf-412e-84e6-8257a3255297",
+ "total_wall_area": 163.82058260326306,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "80.54683193419996": {
+ "surface_id": "UUID_aa05d44e-a5c5-4f77-be3f-4af5196abbaa",
+ "total_wall_area": 129.3357668036588,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "146.39833114873608": {
+ "surface_id": "UUID_4ffa697e-afa2-4dbf-b679-b98a56b0e41b",
+ "total_wall_area": 248.549339628214,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "171.08317424443499": {
+ "surface_id": "UUID_1b530c5e-3a9f-4614-986e-39d6aad6b54f",
+ "total_wall_area": 244.89976399839804,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "195.4967960745799": {
+ "surface_id": "UUID_200b1b5e-5750-46ce-8366-08046eaaccef",
+ "total_wall_area": 246.98046619067742,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "259.59874164168593": {
+ "surface_id": "UUID_4d339d4b-53f2-4fae-a7b4-dd1db6545442",
+ "total_wall_area": 126.94201386286089,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "170.93801173341046": {
+ "surface_id": "UUID_1f46303c-94cb-4943-88ce-eae554eb7d8e",
+ "total_wall_area": 25.13832864000756,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "170.9556628113454": {
+ "surface_id": "UUID_56e96383-3be1-4ae2-93f0-4428fae85f53",
+ "total_wall_area": 249.73756635364862,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "170.54072212026068": {
+ "surface_id": "UUID_6c7e2ffa-cf31-4c54-b80d-2cfbdaeda228",
+ "total_wall_area": 129.63539282965414,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "170.68005250621746": {
+ "surface_id": "UUID_f404527a-c49c-4858-9435-3e76f86cdcd5",
+ "total_wall_area": 9.701762137002975,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "260.728125100605": {
+ "surface_id": "UUID_839e2102-5557-46a4-8a31-470fff8ab48d",
+ "total_wall_area": 332.5952630955504,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "260.7311009398841": {
+ "surface_id": "UUID_2f61b157-d955-4895-aec2-3271974164fa",
+ "total_wall_area": 32.64580882382003,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "260.72833698994157": {
+ "surface_id": "UUID_0ffbb616-441f-4dfc-b94b-6c940a7c63ca",
+ "total_wall_area": 437.79265811444526,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "170.9927310266831": {
+ "surface_id": "UUID_1ef4a40d-2512-4d52-8c0a-77114763e4ff",
+ "total_wall_area": 46.8329127097941,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "260.70216283157737": {
+ "surface_id": "UUID_cd26a773-cc78-479f-a0e0-5e0ad32ac7a4",
+ "total_wall_area": 133.16259159696259,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "260.69549935015914": {
+ "surface_id": "UUID_9c15c275-0e87-46d5-b998-fa5b1f162511",
+ "total_wall_area": 246.3119688574198,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "260.7035820427693": {
+ "surface_id": "UUID_0bca0969-f71a-4098-ba01-012ce09c2943",
+ "total_wall_area": 117.75066167921148,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "348.65691666018375": {
+ "surface_id": "UUID_d34061a4-0cbd-46a5-9feb-951c44933dc6",
+ "total_wall_area": 42.6044979366806,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "260.95437083094555": {
+ "surface_id": "UUID_e7fad8a6-1d8d-40ee-9835-473a3bae620c",
+ "total_wall_area": 376.951710197435,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "260.96514902607976": {
+ "surface_id": "UUID_1037b22c-00b2-4e3f-9dae-fa79fe3166f1",
+ "total_wall_area": 29.08189800173823,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "260.9543180357731": {
+ "surface_id": "UUID_b156b53b-6b04-4776-a4c0-b902d21b55f1",
+ "total_wall_area": 395.47055510374423,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "353.54331722720576": {
+ "surface_id": "UUID_24180f94-af0d-42fc-b33a-68beb850aa15",
+ "total_wall_area": 274.22299653622537,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "79.42202953244535": {
+ "surface_id": "UUID_596b3381-32d3-4bbe-bd16-58dfe0b723c2",
+ "total_wall_area": 130.893155800451,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "350.66922236046656": {
+ "surface_id": "UUID_6523d42a-922f-4fba-8c8c-5c07f4c72221",
+ "total_wall_area": 61.50301381194335,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "80.78261379745625": {
+ "surface_id": "UUID_8ae3df05-e702-4ca2-9ed5-4e446225725e",
+ "total_wall_area": 40.28132640691288,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "168.63025338552097": {
+ "surface_id": "UUID_8e87deed-c900-4530-83ea-621e502df5a3",
+ "total_wall_area": 114.12833125719663,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "80.52137641390738": {
+ "surface_id": "UUID_9890ba37-ec86-4327-9fde-37c21304dd2b",
+ "total_wall_area": 387.3563961227212,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "351.2390935803322": {
+ "surface_id": "UUID_74c311ff-2491-4556-91dd-e8b1e66d3f87",
+ "total_wall_area": 179.49032905319416,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "260.26922044938954": {
+ "surface_id": "UUID_f5199076-bbe2-4a6f-976e-d757e807af55",
+ "total_wall_area": 432.9389544607932,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "171.17025532057488": {
+ "surface_id": "UUID_a56cc897-4866-482d-9696-240f4b619345",
+ "total_wall_area": 63.3251401999905,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "350.67808539962215": {
+ "surface_id": "UUID_4de4950d-78a4-4029-867d-db78def9fe7c",
+ "total_wall_area": 63.24225879139332,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "350.68866148437075": {
+ "surface_id": "UUID_d56551f7-d032-47b3-a267-09ec6ebd2dfe",
+ "total_wall_area": 222.17973718509867,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "80.42108298816794": {
+ "surface_id": "UUID_0014d9be-5fe2-4d66-98b5-6aea872ad265",
+ "total_wall_area": 583.8822410279147,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "80.92076769062285": {
+ "surface_id": "UUID_3bc03894-5cbe-45ae-b7b9-7463e7b4cc1a",
+ "total_wall_area": 25.754765683610778,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "24.326285146641226": {
+ "surface_id": "UUID_5640556f-0c1f-4c29-86b3-53465710241b",
+ "total_wall_area": 21.105002452786604,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "31.939075646803005": {
+ "surface_id": "UUID_0daa009a-88e0-43a2-9b1a-4d9381945b44",
+ "total_wall_area": 21.10671788555254,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "39.477628833443596": {
+ "surface_id": "UUID_b6ddb5ce-8bd1-4854-b3a8-7c8bee24733f",
+ "total_wall_area": 21.08815242563799,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "46.97216048930963": {
+ "surface_id": "UUID_daa3d071-3d6e-4888-929c-34d73bd903b4",
+ "total_wall_area": 21.09164837809591,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "54.495383831340654": {
+ "surface_id": "UUID_b34a6ef2-7cca-46b2-840d-34a5c0588b14",
+ "total_wall_area": 21.10163355540275,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "62.11160331183077": {
+ "surface_id": "UUID_4a72c8b8-25ce-4c90-a3e2-b613270bedc7",
+ "total_wall_area": 21.094519549349904,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "69.60375666085842": {
+ "surface_id": "UUID_3172dd35-0427-4519-aa8b-69d228213004",
+ "total_wall_area": 21.09863849035793,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "77.15034914691057": {
+ "surface_id": "UUID_54381a0c-99e1-49c7-8a2a-159f2f5a2fa7",
+ "total_wall_area": 21.100333621791403,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "84.70257681062206": {
+ "surface_id": "UUID_28aab875-b614-4823-b561-c3066b78e70e",
+ "total_wall_area": 21.10197672602318,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "92.21789393306881": {
+ "surface_id": "UUID_9e08f26f-b6c3-47a8-a02b-d7dd142f7fa6",
+ "total_wall_area": 21.111458023470917,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "99.83655450122757": {
+ "surface_id": "UUID_41b6e912-ae83-426f-9ae0-7b3b24bb6dfe",
+ "total_wall_area": 21.091471522495937,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "107.3201057660471": {
+ "surface_id": "UUID_a60423de-e76b-40ff-b2ee-7ece85aa9cd3",
+ "total_wall_area": 21.110148348299308,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "114.8586562420424": {
+ "surface_id": "UUID_4d507fd0-3c57-4677-9dbe-8e57b3a50fbf",
+ "total_wall_area": 21.07950381551266,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "122.39707101864116": {
+ "surface_id": "UUID_0c189d70-0911-4b65-8d2b-649169395fcd",
+ "total_wall_area": 21.113858883625564,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "129.96579785172855": {
+ "surface_id": "UUID_5def9637-4d66-4883-a9af-ba9f080d577f",
+ "total_wall_area": 21.101300771555596,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "137.53498138970735": {
+ "surface_id": "UUID_b1bff125-d32b-44e5-929a-b1c623a0d5f8",
+ "total_wall_area": 21.099803260586402,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "80.91191605396334": {
+ "surface_id": "UUID_26572946-ccd9-4fec-9470-4f6f16a13ddc",
+ "total_wall_area": 21.61841393363391,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "350.77695282868797": {
+ "surface_id": "UUID_e3640f26-d005-422f-8459-d4924bd00707",
+ "total_wall_area": 370.28428520654523,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "261.0933899457841": {
+ "surface_id": "UUID_d7cd2f7d-8aa2-45e8-b471-fed318e0f1e2",
+ "total_wall_area": 329.88129817104146,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "170.19803704551384": {
+ "surface_id": "UUID_0ff254b8-5790-4656-90db-12495348290c",
+ "total_wall_area": 371.2518974986741,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "350.39573134667063": {
+ "surface_id": "UUID_2a74b256-1097-4b91-99eb-917f2380349c",
+ "total_wall_area": 58.38621599481612,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "257.7955149265372": {
+ "surface_id": "UUID_0f604c22-0e07-4dd6-9ed2-ee7b5e904919",
+ "total_wall_area": 23.68391692683021,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "273.7032990282794": {
+ "surface_id": "UUID_264f02d1-25a1-43a7-a62c-2c8fe831d842",
+ "total_wall_area": 6.486786053524506,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "291.663596723927": {
+ "surface_id": "UUID_f5b9fca6-1bbc-45fc-951a-a6eaa1990309",
+ "total_wall_area": 6.469307617369268,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "309.61561480054564": {
+ "surface_id": "UUID_3f036508-a5e1-4d97-9e87-942e129d80fc",
+ "total_wall_area": 6.472291775980686,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "327.5430144165588": {
+ "surface_id": "UUID_2d8dda5a-4aa7-4559-a822-1edfd71e36ae",
+ "total_wall_area": 6.479881609658169,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "345.7841464655979": {
+ "surface_id": "UUID_3bb8961b-261b-4876-8acb-fabb4af9c92d",
+ "total_wall_area": 6.483233221250512,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "350.6484775634394": {
+ "surface_id": "UUID_ac437235-1549-4e2b-8805-15592839d702",
+ "total_wall_area": 516.4692516881911,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "80.83680360113246": {
+ "surface_id": "UUID_ac5b5861-c302-4136-93d0-ef961eee9cfa",
+ "total_wall_area": 405.04336758352304,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "80.33566311396578": {
+ "surface_id": "UUID_fb190912-214e-428e-b049-bc3b8d30118a",
+ "total_wall_area": 28.327029859052313,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "168.61082029482765": {
+ "surface_id": "UUID_d9edc469-a0ab-406f-b9c2-e6492047d122",
+ "total_wall_area": 32.67443003859823,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "81.20395713447117": {
+ "surface_id": "UUID_5c270d08-85ef-47d4-8dc7-8151c6af034c",
+ "total_wall_area": 144.53010855002682,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "349.6564160386488": {
+ "surface_id": "UUID_30102a4e-f2e7-44ce-aac8-e76c4f71f1c4",
+ "total_wall_area": 213.39791367952327,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "285.38684257077557": {
+ "surface_id": "UUID_b4123cf1-0952-4f32-8c35-5770c99ad5b9",
+ "total_wall_area": 150.247761483785,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "226.20928408883802": {
+ "surface_id": "UUID_51e1990e-45d9-4e8c-84cc-24e22a0a0a26",
+ "total_wall_area": 41.41206143359003,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "170.57102806570282": {
+ "surface_id": "UUID_62f6460a-93cd-4845-a4f6-7c2e547c49a4",
+ "total_wall_area": 218.92098417105788,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "350.52983464300223": {
+ "surface_id": "UUID_2af589a6-f3e5-4e31-a6cd-ad0d020c7687",
+ "total_wall_area": 377.3860202578497,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "285.21589903377924": {
+ "surface_id": "UUID_a77493e0-f66e-4b7f-95df-f8cced099257",
+ "total_wall_area": 303.3114557260401,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "286.7153741568502": {
+ "surface_id": "UUID_44cd858a-c1c9-43b3-9155-126a65220130",
+ "total_wall_area": 49.89287479426798,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "283.62699485826454": {
+ "surface_id": "UUID_37e35170-ca38-4265-94f8-72ce61bac813",
+ "total_wall_area": 11.381458856219108,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY50002cUB": {
+ "gml_id": "DEBE3D04YY50002cUB",
+ "105.42020603086524": {
+ "surface_id": "UUID_de1b5c95-17b8-45fe-8c99-bfc86a695915",
+ "total_wall_area": 8.595146727253919,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "195.41295792025107": {
+ "surface_id": "UUID_ecfc618e-ae53-40ce-a5fe-8bc1d142965b",
+ "total_wall_area": 2.7390925868654405,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "285.4202060308653": {
+ "surface_id": "UUID_d4a967e2-c011-4142-828d-1db774389df5",
+ "total_wall_area": 8.604887370870644,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "15.412957920251102": {
+ "surface_id": "UUID_73b50855-d18d-4d63-a507-4d9eb47b7db1",
+ "total_wall_area": 2.742196722653354,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY50000HpD": {
+ "gml_id": "DEBE3D04YY50000HpD"
+ },
+ "DEBE3D04YY50002c8h": {
+ "gml_id": "DEBE3D04YY50002c8h",
+ "175.12130669997612": {
+ "surface_id": "UUID_1fd64e11-8166-4db6-80fd-814ac44a6663",
+ "total_wall_area": 13.453055534856649,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "265.1586732157647": {
+ "surface_id": "UUID_856214f4-3ba0-4289-ba75-193787012904",
+ "total_wall_area": 44.209279419965426,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "355.1213066999761": {
+ "surface_id": "UUID_9bb67530-c820-4e94-879c-ab2ea454c151",
+ "total_wall_area": 13.183202857703067,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "85.1586732157647": {
+ "surface_id": "UUID_dc7da5ce-af93-4912-a57f-eac1b159b6af",
+ "total_wall_area": 44.209279419965426,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "265.1598106393182": {
+ "surface_id": "UUID_94140d84-0dc0-4a09-8d5c-16aade8dd74c",
+ "total_wall_area": 1.4419427614702234,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "85.15981063931822": {
+ "surface_id": "UUID_dbd717dc-2f65-4910-81c2-cff736d1de4c",
+ "total_wall_area": 1.441942675555648,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3D04YY50002bXF": {
+ "gml_id": "DEBE3D04YY50002bXF"
+ },
+ "DEBE3D04YY50000AiJ": {
+ "gml_id": "DEBE3D04YY50000AiJ"
+ },
+ "DEBE3D04YY500005TE": {
+ "gml_id": "DEBE3D04YY500005TE"
+ },
+ "DEBE3D04YY50000NTF": {
+ "gml_id": "DEBE3D04YY50000NTF"
+ },
+ "DEBE3D04YY500005W0": {
+ "gml_id": "DEBE3D04YY500005W0"
+ },
+ "DEBE3D04YY50000B14": {
+ "gml_id": "DEBE3D04YY50000B14"
+ },
+ "DEBE3D04YY500009pj": {
+ "gml_id": "DEBE3D04YY500009pj"
+ },
+ "DEBE3DATKB100008VE": {
+ "gml_id": "DEBE3DATKB100008VE",
+ "-2": {
+ "surface_id": "ID_eb41498b-fdb5-429d-9dd7-46eee9c9ceed",
+ "total_wall_area": 93.925048828125,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "10.552406737740938": {
+ "surface_id": "ID_0979be4f-cc8c-48b6-9dbc-acbdba6626f2",
+ "total_wall_area": 5.547825880861249,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "263.8278305863263": {
+ "surface_id": "ID_18d20b71-43f0-4d9a-b7e1-569dde3c8200",
+ "total_wall_area": 9.26369883752718,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "263.828495501657": {
+ "surface_id": "ID_e32918ab-9297-45d8-ae55-852f8a4388d4",
+ "total_wall_area": 9.264693028857112,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "208.29633740590322": {
+ "surface_id": "ID_48def232-2137-4031-a549-e3e3a3b67f3a",
+ "total_wall_area": 5.269687274212446,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "86.61295277416437": {
+ "surface_id": "ID_6c6d8231-c005-4473-a5b7-dec7510f7dc6",
+ "total_wall_area": 9.969414468414401,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "86.61261319475281": {
+ "surface_id": "ID_a69fbc14-85b5-4ae3-aed4-5fbbd60f1659",
+ "total_wall_area": 9.968416228231868,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "-1": {
+ "surface_id": "ID_d08d8d96-2d52-4a0e-ac35-35df6119e7c6",
+ "total_wall_area": 93.925537109375,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3DATKB100007pv": {
+ "gml_id": "DEBE3DATKB100007pv",
+ "151.37851037764602": {
+ "surface_id": "ID_fbb3efa9-26bf-4797-a28d-592f27a3f741",
+ "total_wall_area": 114.85302726350443,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "38.101399951142085": {
+ "surface_id": "ID_66381bc8-0909-44be-9415-83bb04f4ee40",
+ "total_wall_area": 147.9492101573954,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "111.902336386527": {
+ "surface_id": "ID_97d4fc41-d3a1-4dc8-b39d-d6222ad10e67",
+ "total_wall_area": 11.068944900851832,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "331.37851037764597": {
+ "surface_id": "ID_4c801dbc-81c6-4506-b546-e8389b97d328",
+ "total_wall_area": 114.85302726349884,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "218.1013999511421": {
+ "surface_id": "ID_10c0e7c1-6108-49bd-a10c-2d05c1ca3d21",
+ "total_wall_area": 147.94921015737535,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "207.14517050558513": {
+ "surface_id": "ID_4ef35f96-a4ab-4a3f-8ef2-a9868f56c9dd",
+ "total_wall_area": 179.77926292216904,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "13.942556437422454": {
+ "surface_id": "ID_e5e5b1e6-27e3-45b1-b4a3-2e5dbd10e4f5",
+ "total_wall_area": 73.23565401328301,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "291.0059183601848": {
+ "surface_id": "ID_1eec4784-9103-4827-8d63-f043e9e796cb",
+ "total_wall_area": 10.807210418846122,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "193.9425564374224": {
+ "surface_id": "ID_67aea96c-798e-452d-8f06-f6ef17b590cc",
+ "total_wall_area": 73.23565401317664,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "13.648391245033977": {
+ "surface_id": "ID_2e0a0a0c-1c49-4a02-b385-7d21ff0e3d5a",
+ "total_wall_area": 155.5639316600558,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "193.94255644121762": {
+ "surface_id": "ID_097e9447-c0fa-40cf-bdc5-f61008716fd5",
+ "total_wall_area": 82.86028101737736,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "13.942556441217604": {
+ "surface_id": "ID_a4933b8d-6288-4fab-b6b9-edfbb5622327",
+ "total_wall_area": 82.86028101723693,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "13.63103636573301": {
+ "surface_id": "ID_d4780744-4c06-45cc-b459-00b3d5f42945",
+ "total_wall_area": 145.93955432478506,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "291.0059183584149": {
+ "surface_id": "ID_9492dd34-8e64-41fb-88b1-ac926eda817c",
+ "total_wall_area": 10.807210432423155,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "193.63103636573305": {
+ "surface_id": "ID_fb994cf5-787b-4bbc-9952-43bdbfd2108e",
+ "total_wall_area": 145.93955432461004,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "193.64839124503396": {
+ "surface_id": "ID_305db5b8-32b1-42eb-9e87-8e41d8598de8",
+ "total_wall_area": 155.5639316599886,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "110.54451722488506": {
+ "surface_id": "ID_1341e116-5bd7-4f9f-9cd5-855554ff3441",
+ "total_wall_area": 12.21593591290155,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "13.383801901582373": {
+ "surface_id": "ID_df95269e-32f8-49ea-8890-71b36de13841",
+ "total_wall_area": 164.6570562923101,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "17.39002774413042": {
+ "surface_id": "ID_605c8417-e426-4a5e-b58d-3ad54ea2f449",
+ "total_wall_area": 127.81915976753001,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "291.8560650497384": {
+ "surface_id": "ID_53ca521a-9fb0-499c-89c9-5f343eaf092d",
+ "total_wall_area": 9.538616775787657,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "197.39002774413044": {
+ "surface_id": "ID_6b726d1f-33d7-424e-b110-b2a4321367da",
+ "total_wall_area": 127.81915976743028,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "193.3838019015824": {
+ "surface_id": "ID_15e5163c-b7b1-490a-a252-9679b9bf4088",
+ "total_wall_area": 164.65705629248066,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "182.33492544853527": {
+ "surface_id": "ID_04bfc3a6-4c10-4717-baa8-197967b6509f",
+ "total_wall_area": 184.99170791546914,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "112.00874506367421": {
+ "surface_id": "ID_525705c4-b960-4027-be3e-b7071c40f63b",
+ "total_wall_area": 13.803939046027054,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "2.334925448535259": {
+ "surface_id": "ID_b232004f-56fa-4a4c-940d-0e2aa716dafe",
+ "total_wall_area": 184.99170791546018,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "0.8616561090315571": {
+ "surface_id": "ID_8a3cf5d4-2c28-4053-97b3-3978a08d2b5d",
+ "total_wall_area": 128.01330070112232,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "291.8594034054329": {
+ "surface_id": "ID_b135987e-d504-4192-a960-a878b3e9d5d2",
+ "total_wall_area": 9.539917192460472,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "180.86165610903151": {
+ "surface_id": "ID_821f5b99-b8e9-4021-a7fc-9fe68f1b9645",
+ "total_wall_area": 128.01330070112232,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "142.19033657478855": {
+ "surface_id": "ID_7c911940-8c7c-43de-a801-3842c8be2558",
+ "total_wall_area": 115.18423688374783,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "166.56040350101915": {
+ "surface_id": "ID_dd016580-dd7b-4240-b0d2-20f56c68c8e3",
+ "total_wall_area": 184.83392595034195,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "112.00718970572547": {
+ "surface_id": "ID_608943e6-c98d-4267-af9f-91827af0bd8f",
+ "total_wall_area": 13.80486616654261,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "346.56040350101915": {
+ "surface_id": "ID_3088d67f-0a56-4b36-a81a-427b92e475bf",
+ "total_wall_area": 184.83392595027505,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "322.19033657478855": {
+ "surface_id": "ID_0f60920d-8bf8-4e75-b2c8-2d6cc09e51ec",
+ "total_wall_area": 115.1842368839102,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "292.34022538356515": {
+ "surface_id": "ID_78258977-1838-448f-b72f-a678ffd42f03",
+ "total_wall_area": 8.589717683611989,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "292.34385904910675": {
+ "surface_id": "ID_a7fe8804-75a7-44f7-b608-3ad30bad4672",
+ "total_wall_area": 8.591022765318897,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "290.53895625563916": {
+ "surface_id": "ID_09544e3a-4536-437f-8e3e-f304cdf53962",
+ "total_wall_area": 13.34210615663459,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "27.145170505585135": {
+ "surface_id": "ID_31acae35-ac66-4b01-b73f-86bb3a8cac63",
+ "total_wall_area": 179.77926292187462,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "25.363407878957034": {
+ "surface_id": "ID_7c267593-2b87-49d3-bf9c-8d8eaaccb086",
+ "total_wall_area": 149.70288773366198,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "111.90233638500825": {
+ "surface_id": "ID_de34a068-2cc7-4dc4-85eb-adf56435c4aa",
+ "total_wall_area": 11.068944887026221,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "205.36340787895705": {
+ "surface_id": "ID_06b9d5e4-4fa1-4484-989c-0e1785379961",
+ "total_wall_area": 149.70288773349336,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "201.8154084547064": {
+ "surface_id": "ID_36c31a56-8a39-4dc4-92c0-ebb394355794",
+ "total_wall_area": 165.62442133717457,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "192.61444553193036": {
+ "surface_id": "ID_f1057b2e-a692-4da7-b447-4b4303e7cb2a",
+ "total_wall_area": 91.65052491560715,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "290.538956254236": {
+ "surface_id": "ID_3d3c1ec2-e1b9-4422-8016-5c97dc5fe3f2",
+ "total_wall_area": 13.342106170588544,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "12.614445531930357": {
+ "surface_id": "ID_76a2db70-ff3f-4aa7-acab-0b232b2b46ab",
+ "total_wall_area": 13.860570156928395,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "21.815408454706358": {
+ "surface_id": "ID_aa6659da-4ea5-449e-9ce1-30296af69e88",
+ "total_wall_area": 165.62442133717457,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "12.619382503396238": {
+ "surface_id": "ID_3f862672-8861-4de4-a903-9ae93a01bdce",
+ "total_wall_area": 13.859812731143446,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "111.9023363868065": {
+ "surface_id": "ID_0a1ef7c0-e0b0-4585-adab-1e6767344f5d",
+ "total_wall_area": 11.068944887026223,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "192.61938250339625": {
+ "surface_id": "ID_e476f064-0b73-471b-b3e2-9fc308e18f91",
+ "total_wall_area": 75.72967641946808,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3DATKB100008VI": {
+ "gml_id": "DEBE3DATKB100008VI",
+ "178.0766988149437": {
+ "surface_id": "ID_ccf4ff19-9c85-4313-9531-d8f82b3f6df5",
+ "total_wall_area": 22.9126553025392,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "358.0766988149437": {
+ "surface_id": "ID_91a2ad1b-9679-4e1e-8310-09421dac9572",
+ "total_wall_area": 22.91265530252687,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "266.37974225177186": {
+ "surface_id": "ID_eafd6c8b-ce5e-4a10-8779-de2c47f1095d",
+ "total_wall_area": 9.438835523176209,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "238.83253330982916": {
+ "surface_id": "ID_cbf32a51-277b-4aa1-8096-cacd5ade1e6c",
+ "total_wall_area": 23.489115063483446,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "265.64151927097896": {
+ "surface_id": "ID_28781196-0c4c-43dd-9336-c63db000d248",
+ "total_wall_area": 23.373099856280355,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "266.3854176999966": {
+ "surface_id": "ID_b6ed905a-290d-4941-b09f-f3844dec573d",
+ "total_wall_area": 9.437774404784138,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "85.64151927097893": {
+ "surface_id": "ID_32305cc9-3ee3-4e10-8fb8-ae7bfad99154",
+ "total_wall_area": 23.373099855908855,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "58.83253330982917": {
+ "surface_id": "ID_d083a083-32f5-48b0-9929-1663065bef8d",
+ "total_wall_area": 23.489115062767382,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "177.0084821619388": {
+ "surface_id": "ID_b076427e-081c-44f0-a807-d2189cf656f3",
+ "total_wall_area": 5.096945753658079,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "265.6476001128081": {
+ "surface_id": "ID_3811481a-38b5-4441-bbb9-a9ae35d9af1e",
+ "total_wall_area": 23.965315322644084,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "85.64760011280812": {
+ "surface_id": "ID_620526aa-c8d0-496a-89cb-3de58760ee41",
+ "total_wall_area": 23.96531532337219,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3DATKB100008V7": {
+ "gml_id": "DEBE3DATKB100008V7",
+ "175.7826392327343": {
+ "surface_id": "ID_633c804f-4121-4a54-9b24-eac424b7e4da",
+ "total_wall_area": 23.129395426010397,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "175.53984263078712": {
+ "surface_id": "ID_11be0950-25a5-478b-8609-f4fb633772e9",
+ "total_wall_area": 23.913608650312145,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "355.5398426307871": {
+ "surface_id": "ID_22c02789-f10c-434b-bfa1-73cea92ee9f4",
+ "total_wall_area": 23.913608650322804,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "266.775625976519": {
+ "surface_id": "ID_7d666722-6707-4772-a563-add7aa843f77",
+ "total_wall_area": 16.26775305447932,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "176.04402157758233": {
+ "surface_id": "ID_bb8f9ed2-7f23-4140-bd83-04a4e42fb928",
+ "total_wall_area": 5.479054662393308,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "88.1189030170489": {
+ "surface_id": "ID_0ad32c37-8db2-4955-ba7b-03a1487d19f2",
+ "total_wall_area": 8.164399790659383,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "88.12591702096883": {
+ "surface_id": "ID_2f0329cd-b952-412b-a52c-6556951ff17f",
+ "total_wall_area": 8.164367011498454,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "355.7826392327343": {
+ "surface_id": "ID_1ae4d2dc-8f5b-41b7-bae8-f9cb270d29e8",
+ "total_wall_area": 23.1293954260104,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "356.0440215775824": {
+ "surface_id": "ID_9c5d7bf5-c482-413a-9dca-9b4732748c41",
+ "total_wall_area": 22.28195318608603,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3DATKB100008V1": {
+ "gml_id": "DEBE3DATKB100008V1",
+ "-2": {
+ "surface_id": "ID_20555660-f6f1-4d17-93b9-9f2d803fc778",
+ "total_wall_area": 89.55126953125,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "356.41139490193393": {
+ "surface_id": "ID_9dd0ad0c-089b-447e-bd22-01e4568f42e9",
+ "total_wall_area": 11.359273305163889,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "261.39698074685975": {
+ "surface_id": "ID_e35bc7b5-a36b-46ab-80c0-2693394679b9",
+ "total_wall_area": 4.07788226917407,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "176.13763704950338": {
+ "surface_id": "ID_67fa8402-e5a0-472a-b981-b18f161cf134",
+ "total_wall_area": 10.970917782901704,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "176.13798880076155": {
+ "surface_id": "ID_e723b893-4787-4f0d-82fd-d5f64f8f7ec4",
+ "total_wall_area": 10.971915512014231,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "92.44766319485035": {
+ "surface_id": "ID_7f4487b0-2895-4ec2-8f16-805efab36dd4",
+ "total_wall_area": 3.980631731874178,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "356.4060446781879": {
+ "surface_id": "ID_ffb99315-cd1c-4e06-bac8-afc23d0fb13e",
+ "total_wall_area": 11.358337906542596,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "-1": {
+ "surface_id": "ID_0621dcac-2e11-4fa0-87ed-f99f349f2ff6",
+ "total_wall_area": 89.544921875,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3DATKB100008VA": {
+ "gml_id": "DEBE3DATKB100008VA",
+ "195.68469475654547": {
+ "surface_id": "ID_9d969845-cb3f-4236-804a-5399de4220f2",
+ "total_wall_area": 23.46684352650272,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "286.8830438218942": {
+ "surface_id": "ID_284100c3-3d27-4ffc-8c2b-ee8c7efd7c84",
+ "total_wall_area": 12.54050094692974,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "197.37857901411442": {
+ "surface_id": "ID_d9e2d03e-f539-4038-8145-aae4dc52ed0e",
+ "total_wall_area": 3.619209444049603,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "287.4423739331498": {
+ "surface_id": "ID_bf536704-b7f1-435a-a06b-fe79caf7df3b",
+ "total_wall_area": 22.89312428357289,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "107.44237393314978": {
+ "surface_id": "ID_54132de9-74a5-4b3b-a778-ab103a60d00a",
+ "total_wall_area": 12.650692645640234,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "15.684694756545497": {
+ "surface_id": "ID_ea14a285-92cb-41fd-8040-16ebe74b0fd5",
+ "total_wall_area": 3.743388844060397,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "-1": {
+ "surface_id": "ID_5dbe47bb-2b11-4d5d-9430-879632ad7836",
+ "total_wall_area": 23.6669921875,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "90.82339767620823": {
+ "surface_id": "ID_e23d4cdd-6db8-4ee4-a437-23ff23e596ed",
+ "total_wall_area": 22.69297203031352,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3DATKBDR0000Wt": {
+ "gml_id": "DEBE3DATKBDR0000Wt",
+ "274.9016234795024": {
+ "surface_id": "ID_e7d32ed7-c604-4955-8b45-8235ddc656fa",
+ "total_wall_area": 10.310707513324234,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "194.46715293098092": {
+ "surface_id": "ID_e51f13e5-4942-46ff-98bf-9bb8aa54f569",
+ "total_wall_area": 3.4183937684554717,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "-2": {
+ "surface_id": "ID_86f1d5f3-c789-4e2e-9906-a66134d088da",
+ "total_wall_area": 64.871826171875,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "-1": {
+ "surface_id": "ID_29b77f00-7cd5-4c7f-9871-a084ee07ae82",
+ "total_wall_area": 64.8720703125,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "93.6452976843982": {
+ "surface_id": "ID_6259a2f4-01e3-4556-86ac-56dc9f04fb07",
+ "total_wall_area": 10.364970652400212,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "93.6449462614242": {
+ "surface_id": "ID_dd2383f9-68b0-47f8-969e-18e1cdf29bbd",
+ "total_wall_area": 10.365968676005442,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "13.932711168363312": {
+ "surface_id": "ID_9bd003ec-252d-40c7-b4d8-8a3c76fdc192",
+ "total_wall_area": 2.9528760477541645,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3DATKBDR0000X9": {
+ "gml_id": "DEBE3DATKBDR0000X9",
+ "285.9852803204899": {
+ "surface_id": "ID_f0b93bcd-d3cb-4b2f-94e8-9700d24fb454",
+ "total_wall_area": 17.027588034752323,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "261.38990938265766": {
+ "surface_id": "ID_63567f86-57ec-4844-bba3-744c9f1d0889",
+ "total_wall_area": 15.03157163679146,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "343.1367432762725": {
+ "surface_id": "ID_26b89b93-43f1-43c0-ba40-1e41637ea259",
+ "total_wall_area": 3.0783705076783296,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "260.8514095793256": {
+ "surface_id": "ID_cb834280-3a15-4585-8a4a-46c6bdc8ccb5",
+ "total_wall_area": 19.365340227066135,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "346.9019185377247": {
+ "surface_id": "ID_e80c9f3d-c3f3-405d-8c47-903697ce8851",
+ "total_wall_area": 19.24827358353047,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "265.54311145822516": {
+ "surface_id": "ID_50ec625a-31be-4fe0-97e6-4f2bed6918eb",
+ "total_wall_area": 17.22329403783845,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "78.13643005826636": {
+ "surface_id": "ID_8af6c493-8694-442f-97aa-568f9d5ef906",
+ "total_wall_area": 9.762528607402142,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "78.13763648842925": {
+ "surface_id": "ID_9ee93227-f4b3-4098-9e55-0c1b8253d414",
+ "total_wall_area": 9.763507251829632,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "81.38990938265742": {
+ "surface_id": "ID_dd0ffdd0-f89b-46a4-b3c3-881e56ebcb12",
+ "total_wall_area": 15.031571635479443,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "105.98528032049035": {
+ "surface_id": "ID_67dfbcab-0b51-4aac-9168-0fef5b706231",
+ "total_wall_area": 17.02758803541472,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "85.54311145822585": {
+ "surface_id": "ID_84944cec-efac-40bd-beff-917637eb84ae",
+ "total_wall_area": 17.223294038428214,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "166.90191853772473": {
+ "surface_id": "ID_2e153dfe-85e4-41c1-a728-cd599ca020ac",
+ "total_wall_area": 3.984666862168874,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ },
+ "DEBE3DATKB100008Uy": {
+ "gml_id": "DEBE3DATKB100008Uy",
+ "140.8670054606784": {
+ "surface_id": "ID_c5d39a07-677c-42c5-b885-c501ba08e4a3",
+ "total_wall_area": 10.567181944976547,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "145.55853693172116": {
+ "surface_id": "ID_0cdd8e03-d1d0-40ba-b4cd-fd8cff1cbbf5",
+ "total_wall_area": 11.233156381000043,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "330.6147958057053": {
+ "surface_id": "ID_a7fcb385-ccdd-47b5-8733-d96fbb97c2cb",
+ "total_wall_area": 6.480818562009485,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "244.35647540764106": {
+ "surface_id": "ID_a164c851-6dd4-4ee1-b34e-9ddd3ecad164",
+ "total_wall_area": 3.2811833001017456,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "152.29698256340538": {
+ "surface_id": "ID_d928973d-896f-487c-b519-c6ea35111bae",
+ "total_wall_area": 6.440251542684688,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "193.48639546230743": {
+ "surface_id": "ID_7c618ffd-7616-42f6-8ec9-879dc2445301",
+ "total_wall_area": 13.294928401961847,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "152.92243593468692": {
+ "surface_id": "ID_de3a01b4-b42b-42a3-b4af-00e3dc64f51c",
+ "total_wall_area": 7.649447368355853,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "247.9810126528913": {
+ "surface_id": "ID_573579ad-3f5a-48ad-99f3-3fa1c44df7fa",
+ "total_wall_area": 13.174783548086912,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "333.72620313252": {
+ "surface_id": "ID_0c2092db-a1ac-4d37-a18c-d41244235ae2",
+ "total_wall_area": 7.829916790403717,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "67.98101265289131": {
+ "surface_id": "ID_86937070-cfb9-47ae-9bc1-42a9567eeace",
+ "total_wall_area": 13.174783547865795,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "13.486395462307428": {
+ "surface_id": "ID_1dadde4c-89ce-4c55-a071-8e276a82488a",
+ "total_wall_area": 13.294928401770024,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "325.55853693172116": {
+ "surface_id": "ID_84288556-8181-459f-8018-9484a920f81f",
+ "total_wall_area": 11.2331563802966,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "320.8670054606784": {
+ "surface_id": "ID_7ed062f4-897b-4b6d-8548-0c1836785d92",
+ "total_wall_area": 10.567181945316419,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ },
+ "67.98101265289132": {
+ "surface_id": "ID_32c47ff0-232b-4579-a924-642f046d4a51",
+ "total_wall_area": 3.37410864200482,
+ "connected_wall_area": 0,
+ "free_wall_area": 0
+ }
+ }
+}
\ No newline at end of file
diff --git a/tests/test_geometry.py b/tests/test_geometry.py
new file mode 100644
index 00000000..f648546b
--- /dev/null
+++ b/tests/test_geometry.py
@@ -0,0 +1,125 @@
+import unittest
+import random as rd
+from random import sample
+import os
+import pandas as pd
+import json
+from districtgenerator.classes import datahandler
+from districtgenerator.functions import path_checks
+
+PARENT_FOLDER_PATH = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
+
+class TestGeometry(unittest.TestCase):
+ def setUp(self):
+ # Read first 5 rows from Small_example.csv
+ example_path = os.path.join(PARENT_FOLDER_PATH, 'tests', 'data', 'Small_example.csv')
+ df = pd.read_csv(example_path, sep=';', nrows=5)
+
+ # Create test scenario data from the example data
+ self.test_data = {
+ 'id': df['id'].tolist(),
+ 'building': df['building'].tolist(),
+ "gml_id": df["gml_id"].tolist(),
+ 'year': df['year'].tolist(),
+ 'retrofit': df['retrofit'].tolist(),
+ 'area': df['area'].tolist(),
+ 'construction_type': [""] * 5,
+ 'night_setback': [rd.randint(0, 1) for _ in range(5)],
+ 'heater': ["HP"] * 5,
+ 'PV': [rd.randint(0, 1) for _ in range(5)],
+ 'STC': [rd.randint(0, 1) for _ in range(5)],
+ 'EV': [rd.randint(0, 1) for _ in range(5)],
+ 'BAT': [rd.randint(0, 1) for _ in range(5)],
+ 'f_TES': [rd.randint(0, 1) for _ in range(5)],
+ 'f_BAT': [rd.randint(0, 1) for _ in range(5)],
+ 'f_EV': ["M"] * 5,
+ 'f_PV': [rd.randint(0, 1) for _ in range(5)],
+ 'f_STC': [rd.randint(0, 1) for _ in range(5)],
+ 'gamma_PV': [rd.randint(0, 1) for _ in range(5)],
+ 'ev_charging': ["on_demand"] * 5
+ }
+
+ # Create DataFrame and save as test scenario
+ df = pd.DataFrame(self.test_data, columns=self.test_data.keys())
+ self.scenario_path = os.path.join(PARENT_FOLDER_PATH, 'districtgenerator', 'data', 'scenarios', 'test_geometry.csv')
+ df.to_csv(self.scenario_path, index=False, sep=';')
+ print(df.head())
+ self.results_path = os.path.join(PARENT_FOLDER_PATH, 'test_scenario', 'demands')
+
+ # Load geometry data
+ self.geometry_path = os.path.join(PARENT_FOLDER_PATH, 'tests', 'data', 'Small_example_geometry_analysis.json')
+ with open(self.geometry_path, 'r') as f:
+ self.geometry_data = json.load(f)
+
+ def test_geometry(self):
+ data = datahandler.Datahandler()
+ data.setWeatherFile(os.path.join(PARENT_FOLDER_PATH, 'districtgenerator', 'data', 'weather', 'EPW', 'DEU_BE_Berlin-Schonefeld.AP.103850_TMYx.2004-2018.epw'))
+ data.generateEnvironment(plz="52070")
+
+ # Initialize buildings with test geometry scenario
+ data.initializeBuildings('test_geometry')
+ data.setResultPath('test_scenario')
+ data.generateBuildings()
+
+ # Update geometry
+ geometry_path = os.path.join(PARENT_FOLDER_PATH, 'tests', 'data', 'Small_example_geometry_analysis.json')
+ data.setAdvancedModel(geometry_path)
+ data.updateGeometry()
+
+ data.generateDemands()
+
+ # Verify results
+ self.assertTrue(os.path.exists(self.scenario_path), f"Scenario file not found: {self.scenario_path}")
+ self.assertGreater(os.path.getsize(self.scenario_path), 0, f"Scenario file is empty: {self.scenario_path}")
+
+ scenario_data = pd.read_csv(self.scenario_path, sep=';')
+ for file in os.listdir(self.results_path):
+ if file.endswith('.csv'):
+ file_path = os.path.join(self.results_path, file)
+ df = pd.read_csv(file_path, sep=',')
+ required_columns = ["elec", "dhw", "occ", "gains", "heat"]
+ for column in required_columns:
+ self.assertIn(column, df.columns, f"Column {column} not found in file: {file_path}")
+ self.assertGreaterEqual(df["heat"].sum(), 0, f"Heat sum is negative in file: {file_path}")
+ self.assertGreaterEqual(df["elec"].sum(), 0, f"Electricity sum is negative in file: {file_path}")
+ self.assertGreaterEqual(df["dhw"].sum(), 0, f"DHW sum is negative in file: {file_path}")
+ self.assertGreaterEqual(df["occ"].sum(), 0, f"Occupancy sum is negative in file: {file_path}")
+ self.assertTrue(df["gains"].notna().any(), f"Gains column has no values in file: {file_path}")
+
+ # Check energy demand per building
+ for index, row in scenario_data.iterrows():
+ building = row['building']
+ building_id = str(index)
+ building_file = None
+ for file in os.listdir(self.results_path):
+ if file.startswith(f"{building_id}_{building}") and file.endswith(".csv"):
+ building_file = os.path.join(self.results_path, file)
+ df = pd.read_csv(building_file, sep=',')
+ energy_demand = df['heat'].sum() / 1000
+ area = row['area']
+ energy_demand_per_square_meter = energy_demand / area
+ print(f"Energy demand per square meter for building {building}: {energy_demand_per_square_meter}")
+ self.assertGreaterEqual(energy_demand_per_square_meter, 0, f"Energy demand per square meter is negative for building {building}: {energy_demand_per_square_meter}")
+ self.assertIsNotNone(building_file, f"No results file found for building {building_id}")
+
+ def tearDown(self):
+ if os.path.exists(self.scenario_path):
+ os.remove(self.scenario_path)
+ if os.path.exists(self.results_path):
+ for file in os.listdir(self.results_path):
+ file_path = os.path.join(self.results_path, file)
+ if os.path.isfile(file_path):
+ try:
+ os.remove(file_path)
+ except PermissionError:
+ print(f"Unable to delete {file_path}. File may be in use.")
+ try:
+ os.rmdir(self.results_path)
+ except OSError:
+ print(f"Unable to remove directory {self.results_path}. It may not be empty or you may not have permission.")
+ else:
+ print(f"Results directory not found: {self.results_path}")
+
+
+if __name__ == '__main__':
+ unittest.main()
From da27a9221b0fe164728b00e23d8aebe87a08d350 Mon Sep 17 00:00:00 2001
From: F Rehmann <49240249+c0nb4@users.noreply.github.com>
Date: Tue, 28 Jan 2025 17:53:40 +0100
Subject: [PATCH 4/6] Delete: Duplicated class
---
districtgenerator/datahandler.py | 740 -------------------------------
1 file changed, 740 deletions(-)
delete mode 100644 districtgenerator/datahandler.py
diff --git a/districtgenerator/datahandler.py b/districtgenerator/datahandler.py
deleted file mode 100644
index 785caacc..00000000
--- a/districtgenerator/datahandler.py
+++ /dev/null
@@ -1,740 +0,0 @@
-# -*- coding: utf-8 -*-
-
-import json
-import pickle
-import os
-from typing import Any
-import numpy as np
-import pandas as pd
-from itertools import count
-from teaser.project import Project
-from districtgenerator.envelope import Envelope
-from districtgenerator.solar import Sun
-from districtgenerator.users import Users
-from districtgenerator.plots import DemandPlots
-from districtgenerator.non_residential import NonResidential
-from districtgenerator.non_residential_users import NonResidentialUsers
-import functions.weather_handling as weather_handling
-import functions.path_checks as path_checks
-
-RESIDENTIAL_BUILDING_TYPES = ["SFH", "TH", "MFH", "AB"]
-NON_RESIDENTIAL_BUILDING_TYPES = ["IWU Hotels, Boarding, Restaurants or Catering", "IWU Office, Administrative or Government Buildings",
- "IWU Trade Buildings", "IWU Technical and Utility (supply and disposal)", "IWU School, Day Nursery and other Care", "IWU Transport",
- "IWU Health and Care", "IWU Sports Facilities", "IWU Culture and Leisure", "IWU Research and University Teaching", "IWU Technical and Utility (supply and disposal)",
- "IWU Generalized (1) Services building", "IWU Generalized (2) Production buildings", "IWU Production, Workshop, Warehouse or Operations"]
-
-class Datahandler():
- """
- Abstract class for data handling
- Collects data from input files, TEASER, User and Enevelope.
-
- Attributes
- ----------
- site:
- dict for site data, e.g. weather
- time:
- dict for time settings
- district:
- list of all buildings within district
- scenario_name:
- name of scenario file
- scenario:
- scenario data
- counter:
- dict for counting number of equal building types
- srcPath:
- source path
- filePath:
-
- file path
- weatherFile::
- path to weather file, which is not a TRY file. If None, the TRY file is used.
- file should follow the following format, according to DWD naming conventions
- temp_sunDirect = B Direkte Sonnenbestrahlungsstaerke (horiz. Ebene)
- temp_sunDiff = D Diffuse Sonnenbetrahlungsstaerke (horiz. Ebene)
- temp_temp = t Lufttemperatur in 2m Hoehe ueber Grund
- direct_illuminance = direct illuminance, only present in epw file
- diffuse_illuminance = diffuse illuminance, only present in epw file
-
- sheetFile:
- path to scenario file, which is a csv file. If None, the csv file is used.
- Can be used to provide more detailed information for gerneation of the buildings models in the district
-
- """
-
- def __init__(self, weather_file=None, sheet_file=None):
- self.site = {}
- self.time = {}
- self.district = []
- self.scenario_name = None
- self.scenario = None
- self.counter = {}
- self.building_dict = {} # Dictionary to store Residential Building IDs
- self.srcPath = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
- self.filePath = os.path.join(self.srcPath, 'data')
- self.resultPath = os.path.join(self.srcPath, 'results', 'demands')
- self.weatherFile = weather_file
- self.sheetFile = sheet_file
- self.advancedModel = None
- if weather_file is not None:
- self.timestamp = weather_handling.get_time_horizon(self.weatherFile)
-
-
- def setResultPath(self, new_path=None):
- """
- Sets the path where the results will be saved.
-
- Args:
- new_path (str, optional): The new path to set. If not provided, the default path will be used.
-
- Returns:
- None
- """
- if new_path is not None:
- new_path = path_checks.check_path(new_path)
- else:
- new_path = os.path.join(self.srcPath, 'results', 'demands', f'{self.scenario_name}')
- new_path = path_checks.check_path(new_path)
- self.resultPath = new_path
-
- def setAdvancedModel(self, pathAdvancedModel=None):
- """
- Sets the path and loads data for advanded modelling
-
- Args:
- new_path (str, optional): The new path to set. If not provided, the default path will be used.
-
- Returns:
- None
- """
- self.advancedModel = pathAdvancedModel if pathAdvancedModel is not None else None
-
- def setWeatherFile(self, pathWeatherFile=None):
- """
- Sets the path and loads data for weather file
-
- Args:
- new_path (str, optional): The new path to set. If not provided, the default path will be used.
-
- Returns:
- None
- """
- self.weatherFile = pathWeatherFile if pathWeatherFile is not None else None
- # Update of time stamp
- if pathWeatherFile is not None:
- self.timestamp = weather_handling.get_time_horizon(self.weatherFile)
-
- def generateEnvironment(self):
- """
- Load physical district environment - site and weather
-
- Parameters
- ----------
-
- Returns
- -------
-
- """
- # To-Do: Illuminance calculation for both epw and DWD
- # To-Do: Set time stamp for epw
-
- # %% load information about of the site under consideration
- # important for weather conditions
- with open(os.path.join(self.filePath, 'site_data.json')) as json_file:
- jsonData = json.load(json_file)
- for subData in jsonData:
- self.site[subData["name"]] = subData["value"]
-
- # %% load weather data for site
- # extract irradiation and ambient temperature
- first_row = {}
- if self.site["TRYYear"]=="TRY2015":
- first_row = 35
- elif self.site["TRYYear"]=="TRY2045":
- first_row = 37
-
- # Check if a weather file is presented, if not TRY is taken
- if self.weatherFile != None:
- if self.weatherFile.endswith(".epw"):
- # load data from epw file
- weatherData = weather_handling.getEpWeather(self.weatherFile)
- # Set Last hour to the year to first
- weatherData = pd.concat([weatherData.iloc[[-1]], weatherData]).reset_index(drop=True)
- temp_sunDirect = weatherData["Direct Normal Radiation"].to_numpy()
- temp_sunDiff = weatherData["Diffuse Horizontal Radiation"].to_numpy()
- temp_temp = weatherData["Dry Bulb Temperature"].to_numpy()
- direct_illuminance = weatherData["Direct Normal Illuminance"].to_numpy()
- diffuse_illuminance = weatherData["Diffuse Horizontal Illuminance"].to_numpy()
- else:
- # if an weather file is presented, this can be used for calcuation
- # it should be a csv files with the following columns, according to the DWD TRY files
- # temp_sunDirect = B Direkte Sonnenbestrahlungsstaerke (horiz. Ebene) float or int
- # temp_sunDiff = D Diffuse Sonnenbetrahlungsstaerke (horiz. Ebene) float or int
- # temp_temp = t Lufttemperatur in 2m Hoehe ueber Grund float or int
- # To-Do: Figure out, how to gather illuminance from a DWD file?
- weatherData = pd.read_csv(self.weatherFile)
- weatherData = pd.concat([weatherData.iloc[[-1]], weatherData]).reset_index(drop=True)
- temp_sunDirect = weatherData["B"].to_numpy()
- temp_sunDiff = weatherData["D"].to_numpy()
- temp_temp = weatherData["t"].to_numpy()
-
- else:
- # This works for the predefined weather files
- weather_file = os.path.join(self.filePath, 'weather', 'DWD',
- f"{self.site['TRYYear']}_Zone{self.site['climateZone']}_{self.site['TRYType']}.txt")
- weatherData = np.loadtxt(weather_file,
- skiprows=first_row - 1)
- # weather data starts with 1st january at 1:00 am. Add data point for 0:00 am to be able to perform interpolation.
- weatherData_temp = weatherData[-1:, :]
- weatherData = np.append(weatherData_temp, weatherData, axis=0)
-
- # get weather data of interest
- # variables according to dwd sheet
- # temp_sunDirect = B Direkte Sonnenbestrahlungsstaerke (horiz. Ebene)
- # temp_sunDiff = D Diffuse Sonnenbetrahlungsstaerke (horiz. Ebene)
- # temp_temp = t Lufttemperatur in 2m Hoehe ueber Grund
- [temp_sunDirect, temp_sunDiff, temp_temp] = [weatherData[:, 12], weatherData[:, 13], weatherData[:, 5]]
-
- # %% load time information and requirements
- # needed for data conversion into the right time format
- with open(os.path.join(self.filePath, 'time_data.json')) as json_file:
- jsonData = json.load(json_file)
- for subData in jsonData :
- self.time[subData["name"]] = subData["value"]
- # check for Gap year and adjust data length
- if len(temp_sunDiff) == 8785:
- # 31622400 = 60 * 60 * 24 * 366
- self.time["dataLength"] = 31622400
- self.time["timeSteps"] = int(self.time["dataLength"] / self.time["timeResolution"])
- # interpolate input data to achieve required data resolution
- # transformation from values for points in time to values for time intervals
- self.site["SunDirect"] = np.interp(np.arange(0, self.time["dataLength"]+1, self.time["timeResolution"]),
- np.arange(0, self.time["dataLength"]+1, self.time["dataResolution"]),
- temp_sunDirect)[0:-1]
- self.site["SunDiffuse"] = np.interp(np.arange(0, self.time["dataLength"]+1, self.time["timeResolution"]),
- np.arange(0, self.time["dataLength"]+1, self.time["dataResolution"]),
- temp_sunDiff)[0:-1]
- self.site["T_e"] = np.interp(np.arange(0, self.time["dataLength"]+1, self.time["timeResolution"]),
- np.arange(0, self.time["dataLength"]+1, self.time["dataResolution"]),
- temp_temp)[0:-1]
- if self.weatherFile != None:
- if self.weatherFile.endswith(".epw"):
- self.site["IlluminanceDirect"] = np.interp(np.arange(0, self.time["dataLength"]+1, self.time["timeResolution"]),
- np.arange(0, self.time["dataLength"]+1, self.time["dataResolution"]),
- direct_illuminance)[0:-1]
-
- self.site["IlluminaceDiffuse"] = np.interp(np.arange(0, self.time["dataLength"]+1, self.time["timeResolution"]),
- np.arange(0, self.time["dataLength"]+1, self.time["dataResolution"]),
- diffuse_illuminance)[0:-1]
-
-
- self.site["SunTotal"] = self.site["SunDirect"] + self.site["SunDiffuse"]
-
-
- # Calculate solar irradiance per surface direction - S, W, N, E, Roof represented by angles gamma and beta
- global sun
- sun = Sun(filePath=self.filePath)
- self.SunRad = sun.getSolarGains(initialTime=0,
- timeDiscretization=self.time["timeResolution"],
- timeSteps=self.time["timeSteps"],
- timeZone=self.site["timeZone"],
- location=self.site["location"],
- altitude=self.site["altitude"],
- beta=[90, 90, 90, 90, 0],
- gamma=[0, 90, 180, 270, 0],
- beam=self.site["SunDirect"],
- diffuse=self.site["SunDiffuse"],
- albedo=self.site["albedo"])
-
-
- def initializeBuildings(self, scenario_name='example'):
- """
- Fill district with buildings from scenario file
-
- Parameters
- ----------
- scenario_name: string, optional
- name of scenario file to be read
-
- Returns
- -------
-
- """
-
- self.scenario_name = scenario_name
- self.scenario = pd.read_csv(os.path.join(self.filePath, 'scenarios')
- + "/"
- + self.scenario_name + ".csv",
- header=0, delimiter=";")
-
- self.resultPath = os.path.join(self.srcPath, 'results', 'demands', self.scenario_name)
-
-
- # initialize buildings for scenario
- for id in self.scenario["id"]:
- # create empty dict for observed building
- building = {}
-
- # store features of the observed building
- building["buildingFeatures"] = self.scenario.loc[id]
-
- # append building to district
- self.district.append(building)
-
- self.generate_building_dict()
-
- def generate_building_dict(self):
- """
- Processes the scenario file and checks wheter or wheter not the building is in 'SFH', 'TH', 'MFH', 'AB'.
- Creates a temp storage, to handle TEASER prj with ids starting from ß.
-
- Args:
- csv_file (str): Path to the CSV file containing building data with 'id' and 'building' columns.
-
- Returns:
- None: Modifies the internal building_dict attribute of the class.
- """
-
-
- # Filter the data for specified building types
- filtered_data = self.scenario[self.scenario['building'].isin(['SFH', 'TH', 'MFH', 'AB'])]
-
- # Generate the dictionary
- temp_id = 0
- for index, row in filtered_data.iterrows():
- self.building_dict[row['id']] = temp_id
- temp_id += 1
-
- def generateBuildings(self):
- """
- Load building envelope and user data
-
-
- Returns
- -------
-
- """
-
- # %% load general building information
- # contains definitions and parameters that affect all buildings
- bldgs = {}
- with open(os.path.join(self.filePath, 'design_building_data.json')) as json_file:
- jsonData = json.load(json_file)
- for subData in jsonData:
- bldgs[subData["name"]] = subData["value"]
-
-
-
- if self.advancedModel is not None:
- # if a model file is presented, this can be used for advanced parameterization of the buildings
- # it should be a csv file with the following
- model_data = pd.read_csv(self.advancedModel)
- # Check types
- # Ensure 'height' and 'storeys_above_ground' are of float type
- if not np.issubdtype(model_data['height'].dtype, np.number):
- model_data['height'] = pd.to_numeric(model_data['height'], errors='coerce')
- if not np.issubdtype(model_data['storeys_above_ground'].dtype, np.number):
- model_data['storeys_above_ground'] = pd.to_numeric(model_data['storeys_above_ground'], errors='coerce')
-
- # %% create TEASER project
- # create one project for the whole district
- prj = Project(load_data=True)
- prj.name = self.scenario_name
- print(f"Creating buildings for {self.scenario_name}")
- for building in self.district:
- print(f"Creating building {building['buildingFeatures']['building']}")
- # check if building type is residential or non residential
- if building["buildingFeatures"]["building"] in RESIDENTIAL_BUILDING_TYPES:
-
-
- # convert short names into designation needes for TEASER
- building_type = bldgs["buildings_long"][bldgs["buildings_short"].index(building["buildingFeatures"]["building"])]
- retrofit_level = bldgs["retrofit_long"][bldgs["retrofit_short"].index(building["buildingFeatures"]["retrofit"])]
-
-
- # If a an advanced model is presented, the number of floors and the height of the floors can be taken from the model file
- if self.advancedModel is not None:
- number_of_floors = model_data['storeys_above_ground'].values[
- building['buildingFeatures'].id
- ]
- height_of_floors = model_data['average_floor_height'].values[building['buildingFeatures'].id]
-
- else:
- number_of_floors = 3
- height_of_floors = 3.125
- # adds residentials buildings to TEASER project
- # To Do: Write code to add non residential buildings
-
- prj.add_residential(
- method='tabula_de',
- usage=building_type,
- name="ResidentialBuildingTabula",
- year_of_construction=building["buildingFeatures"]["year"],
- number_of_floors=number_of_floors,
- height_of_floors=height_of_floors,
- net_leased_area=building["buildingFeatures"]["area"],
- construction_type=retrofit_level)
-
- # %% create envelope object
- # containing all physical data of the envelope
- teaser_id = self.building_dict[building["buildingFeatures"]["id"]]
-
- building["envelope"] = Envelope(prj=prj,
- building_params=building["buildingFeatures"],
- construction_type=retrofit_level,
- file_path = self.filePath,
- teaser_id=teaser_id)
-
-
- # %% create user object
- # containing number occupants, electricity demand,...
- building["user"] = Users(building=building["buildingFeatures"]["building"],
- area=building["buildingFeatures"]["area"])
-
- # %% calculate design heat loads
- # at norm outside temperature
- building["heatload"] = building["envelope"].calcHeatLoad(site=self.site, method="design")
- # at bivalent temperature
- building["bivalent"] = building["envelope"].calcHeatLoad(site=self.site, method="bivalent")
- # at heatimg limit temperature
- building["heatlimit"] = building["envelope"].calcHeatLoad(site=self.site, method="heatlimit")
- # for drinking hot water
- building["dhwload"] = bldgs["dhwload"][bldgs["buildings_short"].index(building["buildingFeatures"]["building"])] * building["user"].nb_flats
- # Check if the building type is a supported non residential building.
- elif building["buildingFeatures"]["building"] in NON_RESIDENTIAL_BUILDING_TYPES:
- # If a an advanced model is presented, the number of floors and the height of the floors can be taken from the model file
- if self.advancedModel is not None:
- number_of_floors = model_data['storeys_above_ground'].values[
- building['buildingFeatures'].id
- ]
- height_of_floors = model_data['average_floor_height'].values[building['buildingFeatures'].id]
- else:
- number_of_floors = 3
- height_of_floors = 3.125
-
- nrb_prj = NonResidential(
- usage=building["buildingFeatures"]["building"],
- name="IWUNonResidentialBuilding",
- year_of_construction=building["buildingFeatures"]["year"],
- number_of_floors=number_of_floors,
- height_of_floors=height_of_floors,
- net_leased_area=building["buildingFeatures"]["area"],)
- # %% create envelope object
- # containing all physical data of the envelope
-
- building["envelope"] = Envelope(prj=nrb_prj,
- building_params=building["buildingFeatures"],
- construction_type=None,
- file_path = self.filePath)
-
-
- #illuminance = Sun
-
- # %% create user object
- # containing number occupants, electricity demand,...
- nb_of_days = self.timestamp.dt.date.nunique()
- building["user"] = NonResidentialUsers(building_usage=building["buildingFeatures"]["building"],
- area=building["buildingFeatures"]["area"],
- envelope= building["envelope"],
- file=self.filePath, site=self.site, time=self.time, nb_of_days=nb_of_days)
-
-
-
-
- # %% calculate design heat loads
- # at norm outside temperature
- building["heatload"] = building["envelope"].calcHeatLoad(site=self.site, method="design")
- # at bivalent temperature
- building["bivalent"] = building["envelope"].calcHeatLoad(site=self.site, method="bivalent")
- # at heatimg limit temperature
- building["heatlimit"] = building["envelope"].calcHeatLoad(site=self.site, method="heatlimit")
- # for drinking hot water
- # To-Do figure hot water demand out for Non Residential
- # in DIBS the IWU Approach of Teilenergiekennwerte is chosen
- #
- # building["dhwload"] = bldgs["dhwload"][bldgs["buildings_short"].index(building["buildingFeatures"]["building"])] * building["user"].nb_flats
- elif building["buildingFeatures"]["building"] not in NON_RESIDENTIAL_BUILDING_TYPES and building["buildingFeatures"]["building"] not in RESIDENTIAL_BUILDING_TYPES:
- print(f"The building type {building['buildingFeatures']['building']} is currently not supported. Please check the type of {building} and try again.")
- else:
- raise AttributeError(f"The building type {building['buildingFeatures']['building']} is currently not supported. ")
-
- def export_building_data(self, csv_file_path:str) -> None:
- """
- Exports relevant envelope and setting data for each building in self.district to a CSV file.
-
- # Data to export:
- # Building ID
- # Building Type
- # Year of Construction
- # Net Leased Area
- # U-Value Windows
- # U-Value Walls
- # Infiltration Rate
- # Window Area for each direction
- # Wall Area for each direction
- # Roof Area
-
- Args:
- csv_file_path (str): The full path where the CSV file should be saved.
-
- Returns:
- None
- """
- # Goal is to have a csv file, that exports all relevant data for each building in the district
- # If the same file is imported again, the data should be imported correctly and the simulation
- # should be able to run
- data_to_export = []
-
- for i, building in enumerate(self.district):
- # Example: building info
- building_id = building["buildingFeatures"]["id"]
- building_type = building["buildingFeatures"]["building"]
- year_of_construction = building["buildingFeatures"]["year"]
- net_leased_area = building["buildingFeatures"]["area"]
- retrofit_level = building["buildingFeatures"]["retrofit"]
-
- envelope_obj = building["envelope"]
- envelope_dict = vars(self.district[i]["envelope"])
- user_dict = vars(self.district[i]["user"])
-
- building_dict = {
- "Building_ID": building_id,
- "Building_Type": building_type,
- "Year_Of_Construction": year_of_construction,
- "retrofit_level": retrofit_level,
- "Net_Leased_Area": net_leased_area,
- "number_of_flats": user_dict.get("nb_flats", None),
- "number_of_occupants": int(user_dict["nb_occ"]),
- "Infiltration_Rate": envelope_dict["ventilationRate"],
- "T_set_min": envelope_dict["T_set_min"],
- "T_set_max": envelope_dict["T_set_max"],
- "T_bivalent": envelope_dict["T_bivalent"],
- "T_heatlimit": envelope_dict["T_heatlimit"],
- "U_Value_Windows": envelope_dict["U"].get("window", None),
- "U_Value_Walls": envelope_dict["U"].get("opaque", {}).get("wall", None),
- "U_Value_Roof": envelope_dict["U"].get("opaque", {}).get("roof", None),
- "U_Value_Floor": envelope_dict["U"].get("opaque", {}).get("floor", None),
- "Window_Area_South": envelope_dict.get("A", {}).get("window", {}).get("south", None),
- "Window_Area_North": envelope_dict.get("A", {}).get("window", {}).get("north", None),
- "Window_Area_West": envelope_dict.get("A", {}).get("window", {}).get("west", None),
- "Window_Area_East": envelope_dict.get("A", {}).get("window", {}).get("east", None),
- "Window_Area_Roof": envelope_dict.get("A", {}).get("window", {}).get("roof", None),
- "Wall_Area_South": envelope_dict.get("A", {}).get("opaque", {}).get("south", None),
- "Wall_Area_North": envelope_dict.get("A", {}).get("opaque", {}).get("north", None),
- "Wall_Area_West": envelope_dict.get("A", {}).get("opaque", {}).get("west", None),
- "Wall_Area_East": envelope_dict.get("A", {}).get("opaque", {}).get("east", None),
- "Wall_Area_Roof": envelope_dict.get("A", {}).get("opaque", {}).get("roof", None),
- "Wall_Area_Floor": envelope_dict.get("A", {}).get("opaque", {}).get("floor", None),
- "internal_wall_area": envelope_dict.get("A", {}).get("opaque", {}).get("intWall", None),
-
- }
-
-
- data_to_export.append(building_dict)
-
- df = pd.DataFrame(data_to_export)
-
- df.to_csv(csv_file_path, index=False)
- print(f"Successfully exported envelope data to {csv_file_path}")
-
-
- def import_building_data(self):
- """
- Import building data from a csv file
- """
- pass
-
- def generateDemands(self, calcUserProfiles:bool=True,
- saveUserProfiles:bool=True, savePath:str =None):
- """
- Generate occupancy profile, heat demand, domestic hot water demand and heating demand
-
- Parameters
- ----------
- calcUserProfiles: bool, optional
- True: calculate new user profiles
- False: load user profiles from file
- saveUserProfiles: bool, optional
- True for saving calculated user profiles in workspace (Only taken into account if calcUserProfile is True)
- savePath: string, optional
- Optional name to save the user profiles in a different folder than the default one
-
- Returns
- -------
- """
- set = []
- if not os.path.exists(self.resultPath):
- os.makedirs(self.resultPath)
- if os.path.exists(self.resultPath):
- print("The folder already exists. Will overwrite existing files.")
- for building in self.district:
- if building["buildingFeatures"]["building"] in RESIDENTIAL_BUILDING_TYPES:
- # %% create unique building name
- # needed for loading and storing data with unique name
- # name is composed of building type, number of flats, serial number of building of this properties
- name = str(building["buildingFeatures"]["id"]) + "_" + building["buildingFeatures"]["building"] + "_" + str(building["user"].nb_flats)
- if name not in set:
- set.append(name)
- self.counter[name] = count()
- nb = next(self.counter[name])
- building["unique_name"] = name + "_" + str(nb)
- elif building["buildingFeatures"]["building"] in NON_RESIDENTIAL_BUILDING_TYPES:
- name = str(building["buildingFeatures"]["id"]) + "_" + building["buildingFeatures"]["building"] + "_" + str(building["user"].nb_occ)
- if name not in set:
- set.append(name)
- self.counter[name] = count()
- nb = next(self.counter[name])
- building["unique_name"] = name + "_" + str(nb)
- elif building["buildingFeatures"]["building"] not in NON_RESIDENTIAL_BUILDING_TYPES and building["buildingFeatures"]["building"] not in RESIDENTIAL_BUILDING_TYPES:
- print(f"The building type {building['buildingFeatures']['building']} is currently not supported. "
- f"Please check the type of building {building} and try again.")
- else:
- raise AttributeError(f"The building type {building['buildingFeatures']['building']} is currently not supported. "
- f"Please check the type of building {building} and try again.")
-
-
- # calculate or
- # load user profiles
- if calcUserProfiles:
- building["user"].calcProfiles(site=self.site,
- time_horizon=self.time["dataLength"],
- time_resolution=self.time["timeResolution"])
- if saveUserProfiles:
- if savePath is not None:
- savePath = os.path.join(self.resultPath, 'results', 'demands', savePath)
- building["user"].saveProfiles(building["unique_name"], savePath)
- else:
- building["user"].saveProfiles(building["unique_name"], self.resultPath)
-
- print("Calculate demands of building " + building["unique_name"])
-
- else:
- # To Do -> implement loading of user profiles
- building["user"].loadProfiles(building["unique_name"], self.resultPath)
- print("Load demands of building " + building["unique_name"])
-
- building["envelope"].calcNormativeProperties(self.SunRad,building["user"].gains)
-
- # calculate heating profiles
- building["user"].calcHeatingProfile(site=self.site,
- envelope=building["envelope"],
- time_resolution=self.time["timeResolution"])
-
- if saveUserProfiles :
- if savePath is not None:
- savePath = os.path.join(self.resultPath, savePath)
- building["user"].saveProfiles(building["unique_name"], savePath)
- print(f"Save heating profile of building {building['unique_name']} in {savePath}")
- else:
- building["user"].saveProfiles(building["unique_name"], self.resultPath)
- print(f"Save heating profile of building {building['unique_name']} in {savePath}")
-
- print("Finished generating demands!")
-
-
- def generateDistrictComplete(self, scenario_name='example',
- calcUserProfiles=True, saveUserProfiles=True):
- """
- All in one solution for district and demand generation
-
- Parameters
- ----------
- scenario_name:string, optional
- name of scenario file to be read
- calcUserProfiles: bool, optional
- True: calculate new user profiles
- False: load user profiles from file
- saveUserProfiles: bool, optional
- True for saving calculated user profiles in workspace (Only taken into account if calcUserProfile is True)
-
- Returns
- -------
-
- """
-
- self.generateEnvironment()
- self.initializeBuildings(scenario_name)
- self.generateBuildings()
- self.generateDemands(calcUserProfiles, saveUserProfiles)
-
- def saveDistrict(self):
- """
- Save district dict as pickle file
-
- Parameters
- ----------
-
- Returns
- -------
-
- """
- with open(self.resultPath + "/" + self.scenario_name + ".p",'wb') as fp:
- pickle.dump(self.district, fp, protocol=pickle.HIGHEST_PROTOCOL)
-
-
- def loadDistrict(self, scenario_name='example'):
- """
- Load district dict from pickle file
-
- Parameters
- ----------
-
- Returns
- -------
-
- """
- self.scenario_name = scenario_name
-
- with open(self.resultPath + "/" + self.scenario_name + ".p", 'rb') as fp:
- self.district = pickle.load(fp)
-
-
- def plot(self, mode='default', initialTime=0, timeHorizon=31536000,
- savePlots=True, timeStamp=False, show=False):
- """
- Create plots of the energy consumption and generation.
-
- Parameters
- ----------
- mode : string, optional
- Choose a single plot or show all of them as default. The default is 'default'.
- Possible modes are ['elec', 'dhw', 'gains', 'heating', 'electricityDemand', 'heatDemand']
- initialTime : integer, optional
- Start of the plot in seconds from the beginning of the year. The default is 0.
- timeHorizon : integer, optional
- Length of the time horizon that is plotted in seconds. The default is 31536000 (what equals one year).
- savePlots : boolean, optional
- Decision if plots are saved under results/plots/. The default is True.
- timeStamp : boolean, optional
- Decision if saved plots get a unique name by adding a time stamp. The default is False.
-
- Returns
- -------
- None.
-
- """
-
- # initialize plots and prepare data for plotting
- demandPlots = DemandPlots()
- demandPlots.preparePlots(self)
-
- # check which resolution for plots is used
- if initialTime == 0 and timeHorizon == 31536000:
- plotResolution = 'monthly'
- else:
- plotResolution = 'stepwise'
-
- # the selection of possible plots
- plotTypes = ['elec', 'dhw', 'gains', 'heating', 'electricityDemand', 'heatDemand']
-
- if mode == 'default':
- # create all default plots
- demandPlots.defaultPlots(plotResolution, initialTime=initialTime, timeHorizon=timeHorizon,
- savePlots=savePlots, timeStamp=timeStamp, show=show)
- elif mode in plotTypes:
- # create a plot
- demandPlots.onePlot(plotType=mode, plotResolution=plotResolution, initialTime=initialTime,
- timeHorizon=timeHorizon, savePlots=savePlots, timeStamp=timeStamp, show=show)
- else:
- # print massage that input is not valid
- print('\n Selected plot mode is not valid. So no plot could de generated. \n')
From f6a23cec8970d0e9c0955addc1cc7923b9e67d87 Mon Sep 17 00:00:00 2001
From: F Rehmann <49240249+c0nb4@users.noreply.github.com>
Date: Tue, 28 Jan 2025 21:46:35 +0100
Subject: [PATCH 5/6] Fix: Assignement and names
---
districtgenerator/classes/datahandler.py | 38 +++++++++----------
.../functions/update_surfaces.py | 14 +++----
2 files changed, 24 insertions(+), 28 deletions(-)
diff --git a/districtgenerator/classes/datahandler.py b/districtgenerator/classes/datahandler.py
index 93639195..e09d704a 100644
--- a/districtgenerator/classes/datahandler.py
+++ b/districtgenerator/classes/datahandler.py
@@ -1167,7 +1167,7 @@ def export_building_data(self, csv_file_path:str) -> None:
retrofit_level = building["buildingFeatures"]["retrofit"]
envelope_obj = building["envelope"]
- envelope_dict = vars(self.district[i]["envelope"])
+ envelope_dict = vars(envelope_obj)
user_dict = vars(self.district[i]["user"])
building_dict = {
@@ -1241,33 +1241,29 @@ def updateGeometry(self):
if building_data is None:
print(f"No data found for building ID {building_id} in advanced model")
continue
- free_areas, opaque_areas = update_surfaces.extract_surface_areas(building_data)
- window_areas = update_surfaces.extract_window_areas(free_areas, opaque_areas, building)
+ free_areas, connected_areas = update_surfaces.extract_surface_areas(building_data)
+ window_areas = update_surfaces.extract_window_areas(free_areas, connected_areas, building)
# Calculate total window area
total_window_area = sum(window_areas.values())
# Update window areas with validation
- building["envelope"].A["window"] = {
- "south": window_areas.get("south", building["envelope"].A["window"]["south"]),
- "north": window_areas.get("north", building["envelope"].A["window"]["north"]),
- "west": window_areas.get("west", building["envelope"].A["window"]["west"]),
- "east": window_areas.get("east", building["envelope"].A["window"]["east"]),
- "sum": total_window_area
- }
+ building["envelope"].A["window"]["south"] = window_areas.get("south", building["envelope"].A["window"]["south"])
+ building["envelope"].A["window"]["north"] = window_areas.get("north", building["envelope"].A["window"]["north"])
+ building["envelope"].A["window"]["west"] = window_areas.get("west", building["envelope"].A["window"]["west"])
+ building["envelope"].A["window"]["east"] = window_areas.get("east", building["envelope"].A["window"]["east"])
+ building["envelope"].A["window"]["sum"] = total_window_area
# Calculate total internal wall area including connected walls
- total_opaque_area = sum(opaque_areas.values())
+ total_connected_wall_area = sum(connected_areas.values())
internal_wall_area = building["envelope"].A["opaque"].get("intWall", 0)
- total_internal_area = internal_wall_area + total_opaque_area
+ total_internal_area = internal_wall_area + total_connected_wall_area
# Update opaque areas with validation
- building["envelope"].A["opaque"] = {
- "south": max(0, opaque_areas.get("south", 0)),
- "north": max(0, opaque_areas.get("north", 0)),
- "west": max(0, opaque_areas.get("west", 0)),
- "east": max(0, opaque_areas.get("east", 0)),
- "roof": building["envelope"].A["opaque"].get("roof", 0), # Preserve existing roof area
- "floor": building["envelope"].A["opaque"].get("floor", 0), # Preserve existing floor area
- "intWall": max(0, total_internal_area)
- }
\ No newline at end of file
+ building["envelope"].A["opaque"]["south"] = max(0, free_areas.get("south", 0))
+ building["envelope"].A["opaque"]["north"] = max(0, free_areas.get("north", 0))
+ building["envelope"].A["opaque"]["west"] = max(0, free_areas.get("west", 0))
+ building["envelope"].A["opaque"]["east"] = max(0, free_areas.get("east", 0))
+ building["envelope"].A["opaque"]["roof"] = building["envelope"].A["opaque"].get("roof", 0) # Preserve existing roof area
+ building["envelope"].A["opaque"]["floor"] = building["envelope"].A["opaque"].get("floor", 0) # Preserve existing floor area
+ building["envelope"].A["opaque"]["intWall"] = max(0, total_internal_area)
\ No newline at end of file
diff --git a/districtgenerator/functions/update_surfaces.py b/districtgenerator/functions/update_surfaces.py
index b0c9d201..a8aaabcb 100644
--- a/districtgenerator/functions/update_surfaces.py
+++ b/districtgenerator/functions/update_surfaces.py
@@ -16,11 +16,11 @@ def extract_surface_areas(building_data):
Returns:
tuple: Two dictionaries containing:
- free_areas: Free wall areas grouped by cardinal direction (N,S,E,W)
- - opaque_areas: Total wall areas grouped by cardinal direction (N,S,E,W)
+ - connected_areas: Total wall areas grouped by cardinal direction (N,S,E,W)
"""
# Initialize dictionaries to store areas by direction
free_areas = {'north': 0, 'south': 0, 'east': 0, 'west': 0}
- opaque_areas = {'north': 0, 'south': 0, 'east': 0, 'west': 0}
+ connected_areas = {'north': 0, 'south': 0, 'east': 0, 'west': 0}
# Process each surface orientation
for key, value in building_data.items():
@@ -49,18 +49,18 @@ def extract_surface_areas(building_data):
# Add areas to corresponding direction
free_areas[direction] += value.get('free_wall_area', 0)
- opaque_areas[direction] += value.get('connected_wall_area', 0)
+ connected_areas[direction] += value.get('connected_wall_area', 0)
- return free_areas, opaque_areas
+ return free_areas, connected_areas
-def extract_window_areas(free_areas, opaque_areas, building_data):
+def extract_window_areas(free_areas, connected_areas, building_data):
"""
Extract window areas per direction from building geometry data.
Args:
free_areas (dict): Dictionary containing free wall areas by direction (north,south,east,west)
- opaque_areas (dict): Dictionary containing total opaque wall areas by direction (north,south,east,west)
+ connected_areas (dict): Dictionary containing total opaque wall areas by direction (north,south,east,west)
building_data (Envelope): Envelope object containing the building data
with orientation angles and surface areas from the archetypes
@@ -73,7 +73,7 @@ def extract_window_areas(free_areas, opaque_areas, building_data):
for direction in updated_window_areas:
free_area = free_areas[direction]
if free_area > 0:
- window_area = ( free_area / ( opaque_areas[direction] + free_area ) ) * building_data["envelope"].A["window"][direction]
+ window_area = ( free_area / ( connected_areas[direction] + free_area ) ) * building_data["envelope"].A["window"][direction]
updated_window_areas[direction] = min(window_area, free_area)
else:
updated_window_areas[direction] = 0
From 48892dbcd6a589602cd41ef025610fad857fdbfb Mon Sep 17 00:00:00 2001
From: c0nb4
Date: Mon, 3 Feb 2025 22:40:25 +0100
Subject: [PATCH 6/6] Example files for simulation
---
2020_Advanced_Retrofit.ipynb | 6561 +++++++++++++++++++++++++++++++++
2020_No_Retrofit.ipynb | 6498 ++++++++++++++++++++++++++++++++
2020_Normal_Retrofit.ipynb | 6730 ++++++++++++++++++++++++++++++++++
3 files changed, 19789 insertions(+)
create mode 100644 2020_Advanced_Retrofit.ipynb
create mode 100644 2020_No_Retrofit.ipynb
create mode 100644 2020_Normal_Retrofit.ipynb
diff --git a/2020_Advanced_Retrofit.ipynb b/2020_Advanced_Retrofit.ipynb
new file mode 100644
index 00000000..86925c4e
--- /dev/null
+++ b/2020_Advanced_Retrofit.ipynb
@@ -0,0 +1,6561 @@
+{
+ "cells": [
+ {
+ "cell_type": "code",
+ "execution_count": 1,
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "# Full Simlation Worklow for the Districtgenerator \n",
+ "# \n",
+ "from districtgenerator.classes import datahandler \n",
+ "import pandas as pd\n",
+ "import os\n",
+ "\n",
+ "current_dir = globals()['_dh'][0]"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 2,
+ "metadata": {},
+ "outputs": [
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "\n",
+ "RangeIndex: 520 entries, 0 to 519\n",
+ "Data columns (total 21 columns):\n",
+ " # Column Non-Null Count Dtype \n",
+ "--- ------ -------------- ----- \n",
+ " 0 id 520 non-null int64 \n",
+ " 1 building 520 non-null object \n",
+ " 2 year 520 non-null int64 \n",
+ " 3 groundArea 520 non-null float64\n",
+ " 4 area 520 non-null float64\n",
+ " 5 gml_id 520 non-null object \n",
+ " 6 retrofit 520 non-null int64 \n",
+ " 7 construction_type 520 non-null object \n",
+ " 8 night_setback 520 non-null int64 \n",
+ " 9 heater 520 non-null object \n",
+ " 10 PV 520 non-null int64 \n",
+ " 11 STC 520 non-null int64 \n",
+ " 12 EV 520 non-null int64 \n",
+ " 13 BAT 520 non-null int64 \n",
+ " 14 f_TES 520 non-null int64 \n",
+ " 15 f_BAT 520 non-null int64 \n",
+ " 16 f_EV 520 non-null object \n",
+ " 17 f_PV 520 non-null int64 \n",
+ " 18 f_STC 520 non-null int64 \n",
+ " 19 gamma_PV 520 non-null int64 \n",
+ " 20 ev_charging 520 non-null object \n",
+ "dtypes: float64(2), int64(13), object(6)\n",
+ "memory usage: 85.4+ KB\n"
+ ]
+ }
+ ],
+ "source": [
+ "# Load the CSV file\n",
+ "precleaned_data = pd.read_csv('20250120_Mierendorff_Scenario.csv', sep=';')\n",
+ "\n",
+ "# Set the 'rettofit' column to 0\n",
+ "precleaned_data['retrofit'] = 2\n",
+ "precleaned_data['construction_type'] = \"\"\n",
+ "precleaned_data['night_setback'] = 0\n",
+ "precleaned_data['heater'] = \"HP\"\n",
+ "precleaned_data['PV'] = 0\n",
+ "precleaned_data['STC'] = 0\n",
+ "precleaned_data['EV'] = 0 \n",
+ "precleaned_data['BAT'] = 0\n",
+ "precleaned_data['f_TES'] = 0\n",
+ "precleaned_data['f_BAT'] = 0\n",
+ "precleaned_data['f_EV'] = \"M\"\n",
+ "precleaned_data['f_PV'] = 0\n",
+ "precleaned_data['f_STC'] = 0\n",
+ "precleaned_data['gamma_PV'] = 0\n",
+ "precleaned_data['ev_charging'] = \"on_demand\"\n",
+ "\n",
+ "# Drop all buildings wheare area & year is nan\n",
+ "\n",
+ "clean_data = precleaned_data.dropna(subset = ['area', 'year', 'building'])\n",
+ "clean_data = clean_data[clean_data[\"area\"] != 0]\n",
+ "clean_data = clean_data[clean_data[\"building\"] != '-']\n",
+ "\n",
+ "clean_data.loc[(clean_data[\"year\"] > 1979) & (clean_data[\"building\"] == \"AB\"), \"building\"] = \"MFH\"\n",
+ "clean_data['year'] = clean_data['year'].astype(int)\n",
+ "\n",
+ "clean_data.info()"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 3,
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "\n",
+ "# Save the updated DataFrame back to the CSV file\n",
+ "clean_data.reset_index(drop = True, inplace = True)\n",
+ "clean_data.loc[:,\"id\"] = clean_data.index\n",
+ "clean_data.to_csv('districtgenerator/data/scenarios/20252001_Mierendorff_Advanced_Retrofit.csv', index=False, sep=';')"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 4,
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "data = datahandler.Datahandler()"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 5,
+ "metadata": {},
+ "outputs": [
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "This calculation will take about 1:02:57 .\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Transport\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Transport\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Technical and Utility (supply and disposal)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Trade Buildings\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Culture and Leisure\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Sports Facilities\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Health and Care\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Transport\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Transport\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Transport\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Hotels, Boarding, Restaurants or Catering\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Transport\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Transport\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Transport\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU School, Day Nursery and other Care\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Transport\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Trade Buildings\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU School, Day Nursery and other Care\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Research and University Teaching\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Culture and Leisure\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Research and University Teaching\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Office, Administrative or Government Buildings\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU School, Day Nursery and other Care\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU School, Day Nursery and other Care\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Transport\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Technical and Utility (supply and disposal)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Transport\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Technical and Utility (supply and disposal)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU School, Day Nursery and other Care\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Transport\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Technical and Utility (supply and disposal)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Transport\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU School, Day Nursery and other Care\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Office, Administrative or Government Buildings\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Technical and Utility (supply and disposal)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU School, Day Nursery and other Care\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Generalized (2) Production buildings\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Technical and Utility (supply and disposal)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Transport\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Hotels, Boarding, Restaurants or Catering\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Transport\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Technical and Utility (supply and disposal)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Office, Administrative or Government Buildings\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Trade Buildings\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Technical and Utility (supply and disposal)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Technical and Utility (supply and disposal)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Trade Buildings\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Trade Buildings\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Technical and Utility (supply and disposal)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Technical and Utility (supply and disposal)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Transport\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Technical and Utility (supply and disposal)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Transport\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Technical and Utility (supply and disposal)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Technical and Utility (supply and disposal)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Technical and Utility (supply and disposal)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Trade Buildings\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Technical and Utility (supply and disposal)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Transport\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Technical and Utility (supply and disposal)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Trade Buildings\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Generalized (2) Production buildings\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Transport\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Technical and Utility (supply and disposal)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Technical and Utility (supply and disposal)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Technical and Utility (supply and disposal)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Generalized (2) Production buildings\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Trade Buildings\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Technical and Utility (supply and disposal)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Office, Administrative or Government Buildings\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Generalized (2) Production buildings\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Trade Buildings\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Generalized (2) Production buildings\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Hotels, Boarding, Restaurants or Catering\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Technical and Utility (supply and disposal)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Transport\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Office, Administrative or Government Buildings\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Generalized (2) Production buildings\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Transport\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Technical and Utility (supply and disposal)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Technical and Utility (supply and disposal)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Technical and Utility (supply and disposal)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Transport\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Technical and Utility (supply and disposal)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Technical and Utility (supply and disposal)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Trade Buildings\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Technical and Utility (supply and disposal)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Technical and Utility (supply and disposal)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Office, Administrative or Government Buildings\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Technical and Utility (supply and disposal)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Office, Administrative or Government Buildings\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Health and Care\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Technical and Utility (supply and disposal)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Trade Buildings\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Technical and Utility (supply and disposal)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Generalized (2) Production buildings\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Trade Buildings\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Health and Care\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Trade Buildings\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Calculate demands of building 0_AB_65_0\n",
+ "Calculate demands of building 1_AB_61_0\n",
+ "Calculate demands of building 2_IWU Transport_[2]_0\n",
+ "Calculate demands of building 3_AB_15_0\n",
+ "Calculate demands of building 4_AB_24_0\n",
+ "Calculate demands of building 5_AB_24_0\n",
+ "Calculate demands of building 6_AB_29_0\n",
+ "Calculate demands of building 7_IWU Transport_[2]_0\n",
+ "Calculate demands of building 8_IWU Technical and Utility (supply and disposal)_[1]_0\n",
+ "Calculate demands of building 9_AB_13_0\n",
+ "Calculate demands of building 10_AB_32_0\n",
+ "Calculate demands of building 11_AB_20_0\n",
+ "Calculate demands of building 12_IWU Trade Buildings_[8]_0\n",
+ "Calculate demands of building 13_AB_44_0\n",
+ "Calculate demands of building 14_SFH_1_0\n",
+ "Calculate demands of building 15_AB_11_0\n",
+ "Calculate demands of building 16_AB_49_0\n",
+ "Calculate demands of building 17_AB_64_0\n",
+ "Calculate demands of building 18_IWU Culture and Leisure_[1003]_0\n",
+ "Calculate demands of building 19_AB_60_0\n",
+ "Calculate demands of building 20_AB_28_0\n",
+ "Calculate demands of building 21_AB_64_0\n",
+ "Calculate demands of building 22_AB_26_0\n",
+ "Calculate demands of building 23_AB_11_0\n",
+ "Calculate demands of building 24_AB_42_0\n",
+ "Calculate demands of building 25_AB_52_0\n",
+ "Calculate demands of building 26_AB_50_0\n",
+ "Calculate demands of building 27_AB_11_0\n",
+ "Calculate demands of building 28_AB_26_0\n",
+ "Calculate demands of building 29_AB_29_0\n",
+ "Calculate demands of building 30_TH_1_0\n",
+ "Calculate demands of building 31_AB_46_0\n",
+ "Calculate demands of building 32_AB_51_0\n",
+ "Calculate demands of building 33_AB_77_0\n",
+ "Calculate demands of building 34_AB_19_0\n",
+ "Calculate demands of building 35_IWU Sports Facilities_[4289]_0\n",
+ "Calculate demands of building 36_TH_1_0\n",
+ "Calculate demands of building 37_TH_1_0\n",
+ "Calculate demands of building 38_AB_28_0\n",
+ "Calculate demands of building 39_IWU Health and Care_[190]_0\n",
+ "Calculate demands of building 40_AB_83_0\n",
+ "Calculate demands of building 41_SFH_1_0\n",
+ "Calculate demands of building 42_AB_12_0\n",
+ "Calculate demands of building 43_AB_33_0\n",
+ "Calculate demands of building 44_AB_47_0\n",
+ "Calculate demands of building 45_AB_52_0\n",
+ "Calculate demands of building 46_AB_18_0\n",
+ "Calculate demands of building 47_AB_42_0\n",
+ "Calculate demands of building 48_AB_23_0\n",
+ "Calculate demands of building 49_AB_30_0\n",
+ "Calculate demands of building 50_AB_38_0\n",
+ "Calculate demands of building 51_TH_1_0\n",
+ "Calculate demands of building 52_AB_50_0\n",
+ "Calculate demands of building 53_AB_60_0\n",
+ "Calculate demands of building 54_AB_12_0\n",
+ "Calculate demands of building 55_TH_1_0\n",
+ "Calculate demands of building 56_AB_54_0\n",
+ "Calculate demands of building 57_AB_61_0\n",
+ "Calculate demands of building 58_AB_39_0\n",
+ "Calculate demands of building 59_AB_57_0\n",
+ "Calculate demands of building 60_AB_68_0\n",
+ "Calculate demands of building 61_AB_33_0\n",
+ "Calculate demands of building 62_AB_65_0\n",
+ "Calculate demands of building 63_MFH_7_0\n",
+ "Calculate demands of building 64_AB_19_0\n",
+ "Calculate demands of building 65_IWU Transport_[16]_0\n",
+ "Calculate demands of building 66_AB_36_0\n",
+ "Calculate demands of building 67_AB_25_0\n",
+ "Calculate demands of building 68_AB_15_0\n",
+ "Calculate demands of building 69_AB_32_0\n",
+ "Calculate demands of building 70_AB_21_0\n",
+ "Calculate demands of building 71_AB_18_0\n",
+ "Calculate demands of building 72_AB_47_0\n",
+ "Calculate demands of building 73_IWU Transport_[4]_0\n",
+ "Calculate demands of building 74_AB_19_0\n",
+ "Calculate demands of building 75_AB_12_0\n",
+ "Calculate demands of building 76_AB_78_0\n",
+ "Calculate demands of building 77_IWU Transport_[3]_0\n",
+ "Calculate demands of building 78_AB_34_0\n",
+ "Calculate demands of building 79_AB_19_0\n",
+ "Calculate demands of building 80_AB_24_0\n",
+ "Calculate demands of building 81_AB_47_0\n",
+ "Calculate demands of building 82_AB_14_0\n",
+ "Calculate demands of building 83_AB_10_0\n",
+ "Calculate demands of building 84_IWU Hotels, Boarding, Restaurants or Catering_[123]_0\n",
+ "Calculate demands of building 85_AB_47_0\n",
+ "Calculate demands of building 86_TH_1_0\n",
+ "Calculate demands of building 87_IWU Transport_[3]_0\n",
+ "Calculate demands of building 88_AB_40_0\n",
+ "Calculate demands of building 89_IWU Transport_[3]_0\n",
+ "Calculate demands of building 90_AB_25_0\n",
+ "Calculate demands of building 91_AB_29_0\n",
+ "Calculate demands of building 92_AB_35_0\n",
+ "Calculate demands of building 93_IWU Transport_[3]_0\n",
+ "Calculate demands of building 94_AB_20_0\n",
+ "Calculate demands of building 95_AB_33_0\n",
+ "Calculate demands of building 96_AB_68_0\n",
+ "Calculate demands of building 97_AB_33_0\n",
+ "Calculate demands of building 98_AB_47_0\n",
+ "Calculate demands of building 99_AB_36_0\n",
+ "Calculate demands of building 100_AB_33_0\n",
+ "Calculate demands of building 101_AB_47_0\n",
+ "Calculate demands of building 102_AB_28_0\n",
+ "Calculate demands of building 103_AB_28_0\n",
+ "Calculate demands of building 104_AB_45_0\n",
+ "Calculate demands of building 105_AB_46_0\n",
+ "Calculate demands of building 106_AB_11_0\n",
+ "Calculate demands of building 107_AB_29_0\n",
+ "Calculate demands of building 108_IWU School, Day Nursery and other Care_[2462]_0\n",
+ "Calculate demands of building 109_AB_36_0\n",
+ "Calculate demands of building 110_AB_34_0\n",
+ "Calculate demands of building 111_AB_12_0\n",
+ "Calculate demands of building 112_AB_22_0\n",
+ "Calculate demands of building 113_AB_14_0\n",
+ "Calculate demands of building 114_IWU Transport_[2]_0\n",
+ "Calculate demands of building 115_AB_35_0\n",
+ "Calculate demands of building 116_AB_50_0\n",
+ "Calculate demands of building 117_AB_14_0\n",
+ "Calculate demands of building 118_AB_40_0\n",
+ "Calculate demands of building 119_AB_40_0\n",
+ "Calculate demands of building 120_AB_29_0\n",
+ "Calculate demands of building 121_AB_33_0\n",
+ "Calculate demands of building 122_IWU Trade Buildings_[24]_0\n",
+ "Calculate demands of building 123_AB_42_0\n",
+ "Calculate demands of building 124_AB_38_0\n",
+ "Calculate demands of building 125_AB_18_0\n",
+ "Calculate demands of building 126_AB_24_0\n",
+ "Calculate demands of building 127_AB_15_0\n",
+ "Calculate demands of building 128_AB_14_0\n",
+ "Calculate demands of building 129_AB_30_0\n",
+ "Calculate demands of building 130_SFH_1_0\n",
+ "Calculate demands of building 131_IWU School, Day Nursery and other Care_[11578]_0\n",
+ "Calculate demands of building 132_TH_1_0\n",
+ "Calculate demands of building 133_AB_12_0\n",
+ "Calculate demands of building 134_AB_23_0\n",
+ "Calculate demands of building 135_AB_42_0\n",
+ "Calculate demands of building 136_IWU Research and University Teaching_[5967]_0\n",
+ "Calculate demands of building 137_TH_1_0\n",
+ "Calculate demands of building 138_AB_37_0\n",
+ "Calculate demands of building 139_AB_63_0\n",
+ "Calculate demands of building 140_AB_54_0\n",
+ "Calculate demands of building 141_AB_10_0\n",
+ "Calculate demands of building 142_AB_20_0\n",
+ "Calculate demands of building 143_AB_44_0\n",
+ "Calculate demands of building 144_AB_45_0\n",
+ "Calculate demands of building 145_AB_42_0\n",
+ "Calculate demands of building 146_AB_20_0\n",
+ "Calculate demands of building 147_AB_43_0\n",
+ "Calculate demands of building 148_AB_19_0\n",
+ "Calculate demands of building 149_AB_61_0\n",
+ "Calculate demands of building 150_AB_29_0\n",
+ "Calculate demands of building 151_AB_52_0\n",
+ "Calculate demands of building 152_AB_52_0\n",
+ "Calculate demands of building 153_AB_11_0\n",
+ "Calculate demands of building 154_AB_10_0\n",
+ "Calculate demands of building 155_AB_18_0\n",
+ "Calculate demands of building 156_AB_26_0\n",
+ "Calculate demands of building 157_IWU Culture and Leisure_[1617]_0\n",
+ "Calculate demands of building 158_AB_44_0\n",
+ "Calculate demands of building 159_AB_35_0\n",
+ "Calculate demands of building 160_AB_19_0\n",
+ "Calculate demands of building 161_IWU Research and University Teaching_[24]_0\n",
+ "Calculate demands of building 162_AB_14_0\n",
+ "Calculate demands of building 163_AB_47_0\n",
+ "Calculate demands of building 164_AB_42_0\n",
+ "Calculate demands of building 165_AB_31_0\n",
+ "Calculate demands of building 166_IWU Office, Administrative or Government Buildings_[2262]_0\n",
+ "Calculate demands of building 167_AB_46_0\n",
+ "Calculate demands of building 168_AB_52_0\n",
+ "Calculate demands of building 169_AB_74_0\n",
+ "Calculate demands of building 170_AB_25_0\n",
+ "Calculate demands of building 171_AB_384_0\n",
+ "Calculate demands of building 172_TH_1_0\n",
+ "Calculate demands of building 173_TH_1_0\n",
+ "Calculate demands of building 174_TH_1_0\n",
+ "Calculate demands of building 175_AB_38_0\n",
+ "Calculate demands of building 176_TH_1_0\n",
+ "Calculate demands of building 177_AB_49_0\n",
+ "Calculate demands of building 178_IWU School, Day Nursery and other Care_[817]_0\n",
+ "Calculate demands of building 179_AB_24_0\n",
+ "Calculate demands of building 180_IWU School, Day Nursery and other Care_[28]_0\n",
+ "Calculate demands of building 181_AB_19_0\n",
+ "Calculate demands of building 182_IWU Transport_[10]_0\n",
+ "Calculate demands of building 183_SFH_1_0\n",
+ "Calculate demands of building 184_IWU Technical and Utility (supply and disposal)_[7]_0\n",
+ "Calculate demands of building 185_TH_1_0\n",
+ "Calculate demands of building 186_AB_31_0\n",
+ "Calculate demands of building 187_TH_1_0\n",
+ "Calculate demands of building 188_TH_1_0\n",
+ "Calculate demands of building 189_AB_34_0\n",
+ "Calculate demands of building 190_AB_44_0\n",
+ "Calculate demands of building 191_AB_54_0\n",
+ "Calculate demands of building 192_IWU Transport_[72]_0\n",
+ "Calculate demands of building 193_AB_35_0\n",
+ "Calculate demands of building 194_TH_1_0\n",
+ "Calculate demands of building 195_AB_50_0\n",
+ "Calculate demands of building 196_AB_37_0\n",
+ "Calculate demands of building 197_AB_69_0\n",
+ "Calculate demands of building 198_AB_64_0\n",
+ "Calculate demands of building 199_MFH_4_0\n",
+ "Calculate demands of building 200_IWU Technical and Utility (supply and disposal)_[2]_0\n",
+ "Calculate demands of building 201_TH_1_0\n",
+ "Calculate demands of building 202_AB_188_0\n",
+ "Calculate demands of building 203_AB_46_0\n",
+ "Calculate demands of building 204_TH_1_0\n",
+ "Calculate demands of building 205_IWU School, Day Nursery and other Care_[115]_0\n",
+ "Calculate demands of building 206_AB_39_0\n",
+ "Calculate demands of building 207_TH_1_0\n",
+ "Calculate demands of building 208_TH_1_0\n",
+ "Calculate demands of building 209_AB_55_0\n",
+ "Calculate demands of building 210_IWU Transport_[8]_0\n",
+ "Calculate demands of building 211_AB_55_0\n",
+ "Calculate demands of building 212_AB_18_0\n",
+ "Calculate demands of building 213_TH_1_0\n",
+ "Calculate demands of building 214_TH_1_0\n",
+ "Calculate demands of building 215_IWU Technical and Utility (supply and disposal)_[77]_0\n",
+ "Calculate demands of building 216_IWU Transport_[31]_0\n",
+ "Calculate demands of building 217_IWU School, Day Nursery and other Care_[652]_0\n",
+ "Calculate demands of building 218_AB_157_0\n",
+ "Calculate demands of building 219_IWU Office, Administrative or Government Buildings_[342]_0\n",
+ "Calculate demands of building 220_AB_85_0\n",
+ "Calculate demands of building 221_TH_1_0\n",
+ "Calculate demands of building 222_AB_144_0\n",
+ "Calculate demands of building 223_AB_54_0\n",
+ "Calculate demands of building 224_AB_54_0\n",
+ "Calculate demands of building 225_AB_24_0\n",
+ "Calculate demands of building 226_AB_45_0\n",
+ "Calculate demands of building 227_AB_24_0\n",
+ "Calculate demands of building 228_IWU Technical and Utility (supply and disposal)_[1]_0\n",
+ "Calculate demands of building 229_TH_1_0\n",
+ "Calculate demands of building 230_TH_1_0\n",
+ "Calculate demands of building 231_TH_1_0\n",
+ "Calculate demands of building 232_AB_15_0\n",
+ "Calculate demands of building 233_TH_1_0\n",
+ "Calculate demands of building 234_AB_17_0\n",
+ "Calculate demands of building 235_AB_23_0\n",
+ "Calculate demands of building 236_AB_29_0\n",
+ "Calculate demands of building 237_AB_61_0\n",
+ "Calculate demands of building 238_AB_45_0\n",
+ "Calculate demands of building 239_AB_33_0\n",
+ "Calculate demands of building 240_TH_1_0\n",
+ "Calculate demands of building 241_TH_1_0\n",
+ "Calculate demands of building 242_IWU School, Day Nursery and other Care_[15269]_0\n",
+ "Calculate demands of building 243_SFH_1_0\n",
+ "Calculate demands of building 244_AB_194_0\n",
+ "Calculate demands of building 245_AB_541_0\n",
+ "Calculate demands of building 246_IWU Generalized (2) Production buildings_[3]_0\n",
+ "Calculate demands of building 247_IWU Production, Workshop, Warehouse or Operations_[33]_0\n",
+ "Calculate demands of building 248_MFH_4_0\n",
+ "Calculate demands of building 249_TH_1_0\n",
+ "Calculate demands of building 250_TH_1_0\n",
+ "Calculate demands of building 251_MFH_47_0\n",
+ "Calculate demands of building 252_IWU Technical and Utility (supply and disposal)_[105]_0\n",
+ "Calculate demands of building 253_TH_1_0\n",
+ "Calculate demands of building 254_IWU Transport_[2]_0\n",
+ "Calculate demands of building 255_MFH_4_0\n",
+ "Calculate demands of building 256_AB_19_0\n",
+ "Calculate demands of building 257_IWU Hotels, Boarding, Restaurants or Catering_[46]_0\n",
+ "Calculate demands of building 258_AB_10_0\n",
+ "Calculate demands of building 259_TH_1_0\n",
+ "Calculate demands of building 260_IWU Transport_[2]_0\n",
+ "Calculate demands of building 261_MFH_22_0\n",
+ "Calculate demands of building 262_IWU Technical and Utility (supply and disposal)_[3047]_0\n",
+ "Calculate demands of building 263_IWU Office, Administrative or Government Buildings_[164]_0\n",
+ "Calculate demands of building 264_TH_1_0\n",
+ "Calculate demands of building 265_IWU Production, Workshop, Warehouse or Operations_[92]_0\n",
+ "Calculate demands of building 266_IWU Trade Buildings_[806]_0\n",
+ "Calculate demands of building 267_TH_1_0\n",
+ "Calculate demands of building 268_AB_24_0\n",
+ "Calculate demands of building 269_AB_48_0\n",
+ "Calculate demands of building 270_IWU Production, Workshop, Warehouse or Operations_[43]_0\n",
+ "Calculate demands of building 271_MFH_7_0\n",
+ "Calculate demands of building 272_MFH_26_0\n",
+ "Calculate demands of building 273_MFH_48_0\n",
+ "Calculate demands of building 274_AB_67_0\n",
+ "Calculate demands of building 275_MFH_22_0\n",
+ "Calculate demands of building 276_AB_151_0\n",
+ "Calculate demands of building 277_TH_1_0\n",
+ "Calculate demands of building 278_TH_1_0\n",
+ "Calculate demands of building 279_IWU Technical and Utility (supply and disposal)_[9]_0\n",
+ "Calculate demands of building 280_MFH_15_0\n",
+ "Calculate demands of building 281_IWU Production, Workshop, Warehouse or Operations_[26]_0\n",
+ "Calculate demands of building 282_TH_1_0\n",
+ "Calculate demands of building 283_MFH_7_0\n",
+ "Calculate demands of building 284_IWU Technical and Utility (supply and disposal)_[3424]_0\n",
+ "Calculate demands of building 285_TH_1_0\n",
+ "Calculate demands of building 286_TH_1_0\n",
+ "Calculate demands of building 287_AB_39_0\n",
+ "Calculate demands of building 288_IWU Production, Workshop, Warehouse or Operations_[227]_0\n",
+ "Internal gains are negative. This migth be due to cooling devices.\n",
+ "Calculate demands of building 289_IWU Trade Buildings_[8]_0\n",
+ "Internal gains are negative. This migth be due to cooling devices.\n",
+ "Calculate demands of building 290_IWU Trade Buildings_[89]_0\n",
+ "Calculate demands of building 291_TH_1_0\n",
+ "Calculate demands of building 292_IWU Technical and Utility (supply and disposal)_[255]_0\n",
+ "Calculate demands of building 293_IWU Production, Workshop, Warehouse or Operations_[27]_0\n",
+ "Calculate demands of building 294_SFH_1_0\n",
+ "Calculate demands of building 295_TH_1_0\n",
+ "Calculate demands of building 296_TH_1_0\n",
+ "Calculate demands of building 297_MFH_17_0\n",
+ "Calculate demands of building 298_TH_1_0\n",
+ "Calculate demands of building 299_TH_1_0\n",
+ "Calculate demands of building 300_MFH_19_0\n",
+ "Calculate demands of building 301_MFH_4_0\n",
+ "Calculate demands of building 302_IWU Technical and Utility (supply and disposal)_[282]_0\n",
+ "Calculate demands of building 303_IWU Transport_[12]_0\n",
+ "Calculate demands of building 304_TH_1_0\n",
+ "Calculate demands of building 305_IWU Technical and Utility (supply and disposal)_[19]_0\n",
+ "Calculate demands of building 306_AB_19_0\n",
+ "Calculate demands of building 307_AB_10_0\n",
+ "Calculate demands of building 308_AB_30_0\n",
+ "Calculate demands of building 309_MFH_8_0\n",
+ "Calculate demands of building 310_IWU Production, Workshop, Warehouse or Operations_[118]_0\n",
+ "Calculate demands of building 311_MFH_4_0\n",
+ "Calculate demands of building 312_IWU Transport_[11]_0\n",
+ "Calculate demands of building 313_AB_47_0\n",
+ "Calculate demands of building 314_AB_17_0\n",
+ "Calculate demands of building 315_AB_55_0\n",
+ "Calculate demands of building 316_MFH_59_0\n",
+ "Calculate demands of building 317_MFH_13_0\n",
+ "Calculate demands of building 318_TH_1_0\n",
+ "Calculate demands of building 319_AB_14_0\n",
+ "Calculate demands of building 320_TH_1_0\n",
+ "Calculate demands of building 321_TH_1_0\n",
+ "Calculate demands of building 322_AB_59_0\n",
+ "Calculate demands of building 323_MFH_46_0\n",
+ "Calculate demands of building 324_AB_52_0\n",
+ "Calculate demands of building 325_AB_18_0\n",
+ "Calculate demands of building 326_MFH_47_0\n",
+ "Calculate demands of building 327_IWU Production, Workshop, Warehouse or Operations_[47]_0\n",
+ "Calculate demands of building 328_MFH_6_0\n",
+ "Calculate demands of building 329_IWU Technical and Utility (supply and disposal)_[574]_0\n",
+ "Calculate demands of building 330_IWU Technical and Utility (supply and disposal)_[3]_0\n",
+ "Calculate demands of building 331_MFH_17_0\n",
+ "Calculate demands of building 332_IWU Technical and Utility (supply and disposal)_[71]_0\n",
+ "Calculate demands of building 333_IWU Trade Buildings_[119]_0\n",
+ "Calculate demands of building 334_IWU Production, Workshop, Warehouse or Operations_[29]_0\n",
+ "Calculate demands of building 335_TH_1_0\n",
+ "Calculate demands of building 336_IWU Production, Workshop, Warehouse or Operations_[42]_0\n",
+ "Calculate demands of building 337_MFH_33_0\n",
+ "Calculate demands of building 338_IWU Technical and Utility (supply and disposal)_[434]_0\n",
+ "Calculate demands of building 339_AB_23_0\n",
+ "Calculate demands of building 340_IWU Transport_[56]_0\n",
+ "Calculate demands of building 341_IWU Production, Workshop, Warehouse or Operations_[52]_0\n",
+ "Calculate demands of building 342_IWU Technical and Utility (supply and disposal)_[11]_0\n",
+ "Calculate demands of building 343_IWU Trade Buildings_[25]_0\n",
+ "Calculate demands of building 344_IWU Generalized (2) Production buildings_[294]_0\n",
+ "Calculate demands of building 345_TH_1_0\n",
+ "Calculate demands of building 346_MFH_9_0\n",
+ "Calculate demands of building 347_IWU Transport_[37]_0\n",
+ "Calculate demands of building 348_IWU Production, Workshop, Warehouse or Operations_[78]_0\n",
+ "Calculate demands of building 349_IWU Technical and Utility (supply and disposal)_[103]_0\n",
+ "Calculate demands of building 350_TH_1_0\n",
+ "Calculate demands of building 351_MFH_8_0\n",
+ "Calculate demands of building 352_MFH_48_0\n",
+ "Calculate demands of building 353_AB_53_0\n",
+ "Calculate demands of building 354_AB_12_0\n",
+ "Calculate demands of building 355_MFH_38_0\n",
+ "Calculate demands of building 356_TH_1_0\n",
+ "Calculate demands of building 357_IWU Production, Workshop, Warehouse or Operations_[77]_0\n",
+ "Calculate demands of building 358_IWU Technical and Utility (supply and disposal)_[11]_0\n",
+ "Calculate demands of building 359_IWU Production, Workshop, Warehouse or Operations_[62]_0\n",
+ "Calculate demands of building 360_AB_48_0\n",
+ "Calculate demands of building 361_IWU Technical and Utility (supply and disposal)_[2430]_0\n",
+ "Calculate demands of building 362_MFH_36_0\n",
+ "Calculate demands of building 363_IWU Generalized (2) Production buildings_[224]_0\n",
+ "Calculate demands of building 364_AB_14_0\n",
+ "Calculate demands of building 365_IWU Production, Workshop, Warehouse or Operations_[43]_0\n",
+ "Internal gains are negative. This migth be due to cooling devices.\n",
+ "Calculate demands of building 366_IWU Trade Buildings_[420]_0\n",
+ "Calculate demands of building 367_MFH_22_0\n",
+ "Calculate demands of building 368_TH_1_0\n",
+ "Calculate demands of building 369_AB_37_0\n",
+ "Calculate demands of building 370_IWU Technical and Utility (supply and disposal)_[30]_0\n",
+ "Calculate demands of building 371_MFH_41_0\n",
+ "Calculate demands of building 372_IWU Office, Administrative or Government Buildings_[150]_0\n",
+ "Calculate demands of building 373_IWU Production, Workshop, Warehouse or Operations_[40]_0\n",
+ "Calculate demands of building 374_AB_21_0\n",
+ "Calculate demands of building 375_AB_45_0\n",
+ "Calculate demands of building 376_AB_52_0\n",
+ "Calculate demands of building 377_MFH_48_0\n",
+ "Calculate demands of building 378_IWU Generalized (2) Production buildings_[8]_0\n",
+ "Calculate demands of building 379_IWU Trade Buildings_[1955]_0\n",
+ "Calculate demands of building 380_AB_10_0\n",
+ "Calculate demands of building 381_IWU Generalized (2) Production buildings_[8]_0\n",
+ "Calculate demands of building 382_IWU Production, Workshop, Warehouse or Operations_[331]_0\n",
+ "Calculate demands of building 383_AB_64_0\n",
+ "Calculate demands of building 384_AB_32_0\n",
+ "Calculate demands of building 385_MFH_85_0\n",
+ "Calculate demands of building 386_IWU Production, Workshop, Warehouse or Operations_[90]_0\n",
+ "Calculate demands of building 387_IWU Hotels, Boarding, Restaurants or Catering_[1807]_0\n",
+ "Calculate demands of building 388_IWU Production, Workshop, Warehouse or Operations_[158]_0\n",
+ "Calculate demands of building 389_MFH_12_0\n",
+ "Calculate demands of building 390_MFH_18_0\n",
+ "Calculate demands of building 391_IWU Technical and Utility (supply and disposal)_[2115]_0\n",
+ "Calculate demands of building 392_IWU Production, Workshop, Warehouse or Operations_[24]_0\n",
+ "Calculate demands of building 393_MFH_6_0\n",
+ "Calculate demands of building 394_AB_37_0\n",
+ "Calculate demands of building 395_IWU Transport_[63]_0\n",
+ "Calculate demands of building 396_AB_186_0\n",
+ "Calculate demands of building 397_MFH_57_0\n",
+ "Calculate demands of building 398_IWU Production, Workshop, Warehouse or Operations_[225]_0\n",
+ "Calculate demands of building 399_TH_1_0\n",
+ "Calculate demands of building 400_MFH_109_0\n",
+ "Calculate demands of building 401_TH_1_0\n",
+ "Calculate demands of building 402_AB_271_0\n",
+ "Calculate demands of building 403_MFH_16_0\n",
+ "Calculate demands of building 404_AB_33_0\n",
+ "Calculate demands of building 405_AB_36_0\n",
+ "Calculate demands of building 406_IWU Production, Workshop, Warehouse or Operations_[8]_0\n",
+ "Calculate demands of building 407_SFH_1_0\n",
+ "Calculate demands of building 408_AB_49_0\n",
+ "Calculate demands of building 409_MFH_61_0\n",
+ "Calculate demands of building 410_IWU Office, Administrative or Government Buildings_[1332]_0\n",
+ "Calculate demands of building 411_IWU Generalized (2) Production buildings_[2]_0\n",
+ "Calculate demands of building 412_IWU Production, Workshop, Warehouse or Operations_[2]_0\n",
+ "Calculate demands of building 413_MFH_41_0\n",
+ "Calculate demands of building 414_MFH_57_0\n",
+ "Calculate demands of building 415_IWU Transport_[10]_0\n",
+ "Calculate demands of building 416_MFH_5_0\n",
+ "Calculate demands of building 417_AB_68_0\n",
+ "Calculate demands of building 418_IWU Production, Workshop, Warehouse or Operations_[835]_0\n",
+ "Calculate demands of building 419_IWU Production, Workshop, Warehouse or Operations_[63]_0\n",
+ "Calculate demands of building 420_IWU Production, Workshop, Warehouse or Operations_[111]_0\n",
+ "Calculate demands of building 421_IWU Technical and Utility (supply and disposal)_[117]_0\n",
+ "Calculate demands of building 422_AB_284_0\n",
+ "Calculate demands of building 423_MFH_4_0\n",
+ "Calculate demands of building 424_AB_34_0\n",
+ "Calculate demands of building 425_AB_46_0\n",
+ "Calculate demands of building 426_IWU Technical and Utility (supply and disposal)_[3]_0\n",
+ "Calculate demands of building 427_TH_1_0\n",
+ "Calculate demands of building 428_AB_17_0\n",
+ "Calculate demands of building 429_AB_34_0\n",
+ "Calculate demands of building 430_IWU Technical and Utility (supply and disposal)_[486]_0\n",
+ "Calculate demands of building 431_IWU Production, Workshop, Warehouse or Operations_[148]_0\n",
+ "Calculate demands of building 432_TH_1_0\n",
+ "Calculate demands of building 433_IWU Production, Workshop, Warehouse or Operations_[3]_0\n",
+ "Calculate demands of building 434_IWU Production, Workshop, Warehouse or Operations_[26]_0\n",
+ "Calculate demands of building 435_AB_48_0\n",
+ "Calculate demands of building 436_MFH_22_0\n",
+ "Calculate demands of building 437_AB_27_0\n",
+ "Calculate demands of building 438_MFH_8_0\n",
+ "Calculate demands of building 439_AB_18_0\n",
+ "Calculate demands of building 440_TH_1_0\n",
+ "Calculate demands of building 441_AB_22_0\n",
+ "Calculate demands of building 442_TH_1_0\n",
+ "Calculate demands of building 443_AB_32_0\n",
+ "Calculate demands of building 444_IWU Transport_[8]_0\n",
+ "Calculate demands of building 445_SFH_1_0\n",
+ "Calculate demands of building 446_TH_1_0\n",
+ "Calculate demands of building 447_IWU Technical and Utility (supply and disposal)_[7]_0\n",
+ "Calculate demands of building 448_AB_17_0\n",
+ "Calculate demands of building 449_TH_1_0\n",
+ "Calculate demands of building 450_IWU Production, Workshop, Warehouse or Operations_[202]_0\n",
+ "Calculate demands of building 451_MFH_6_0\n",
+ "Calculate demands of building 452_IWU Production, Workshop, Warehouse or Operations_[34]_0\n",
+ "Calculate demands of building 453_IWU Production, Workshop, Warehouse or Operations_[12]_0\n",
+ "Calculate demands of building 454_IWU Technical and Utility (supply and disposal)_[144]_0\n",
+ "Calculate demands of building 455_TH_1_0\n",
+ "Internal gains are negative. This migth be due to cooling devices.\n",
+ "Calculate demands of building 456_IWU Trade Buildings_[901]_0\n",
+ "Calculate demands of building 457_AB_16_0\n",
+ "Calculate demands of building 458_TH_1_0\n",
+ "Calculate demands of building 459_IWU Technical and Utility (supply and disposal)_[509]_0\n",
+ "Calculate demands of building 460_TH_1_0\n",
+ "Calculate demands of building 461_TH_1_0\n",
+ "Calculate demands of building 462_TH_1_0\n",
+ "Calculate demands of building 463_SFH_1_0\n",
+ "Calculate demands of building 464_MFH_58_0\n",
+ "Calculate demands of building 465_AB_35_0\n",
+ "Calculate demands of building 466_IWU Production, Workshop, Warehouse or Operations_[158]_0\n",
+ "Calculate demands of building 467_MFH_18_0\n",
+ "Calculate demands of building 468_AB_58_0\n",
+ "Calculate demands of building 469_MFH_54_0\n",
+ "Calculate demands of building 470_AB_59_0\n",
+ "Calculate demands of building 471_AB_64_0\n",
+ "Calculate demands of building 472_TH_1_0\n",
+ "Calculate demands of building 473_IWU Production, Workshop, Warehouse or Operations_[34]_0\n",
+ "Calculate demands of building 474_MFH_18_0\n",
+ "Calculate demands of building 475_TH_1_0\n",
+ "Calculate demands of building 476_MFH_16_0\n",
+ "Calculate demands of building 477_SFH_1_0\n",
+ "Calculate demands of building 478_IWU Production, Workshop, Warehouse or Operations_[3]_0\n",
+ "Calculate demands of building 479_IWU Technical and Utility (supply and disposal)_[20]_0\n",
+ "Calculate demands of building 480_IWU Office, Administrative or Government Buildings_[3983]_0\n",
+ "Calculate demands of building 481_IWU Technical and Utility (supply and disposal)_[644]_0\n",
+ "Calculate demands of building 482_SFH_1_0\n",
+ "Calculate demands of building 483_TH_1_0\n",
+ "Calculate demands of building 484_IWU Production, Workshop, Warehouse or Operations_[38]_0\n",
+ "Calculate demands of building 485_SFH_1_0\n",
+ "Calculate demands of building 486_IWU Office, Administrative or Government Buildings_[137]_0\n",
+ "Calculate demands of building 487_SFH_1_0\n",
+ "Calculate demands of building 488_SFH_1_0\n",
+ "Calculate demands of building 489_TH_1_0\n",
+ "Calculate demands of building 490_IWU Health and Care_[142]_0\n",
+ "Calculate demands of building 491_IWU Technical and Utility (supply and disposal)_[9]_0\n",
+ "Calculate demands of building 492_TH_1_0\n",
+ "Calculate demands of building 493_IWU Trade Buildings_[1049]_0\n",
+ "Calculate demands of building 494_TH_1_0\n",
+ "Calculate demands of building 495_TH_1_0\n",
+ "Calculate demands of building 496_TH_1_0\n",
+ "Calculate demands of building 497_TH_1_0\n",
+ "Calculate demands of building 498_TH_1_0\n",
+ "Calculate demands of building 499_IWU Technical and Utility (supply and disposal)_[0]_0\n",
+ "Calculate demands of building 500_IWU Generalized (2) Production buildings_[17]_0\n",
+ "Internal gains are negative. This migth be due to cooling devices.\n",
+ "Calculate demands of building 501_IWU Trade Buildings_[15]_0\n",
+ "Calculate demands of building 502_TH_1_0\n",
+ "Calculate demands of building 503_MFH_32_0\n",
+ "Calculate demands of building 504_AB_65_0\n",
+ "Calculate demands of building 505_IWU Health and Care_[223]_0\n",
+ "Calculate demands of building 506_TH_1_0\n",
+ "Calculate demands of building 507_AB_31_0\n",
+ "Internal gains are negative. This migth be due to cooling devices.\n",
+ "Calculate demands of building 508_IWU Trade Buildings_[1318]_0\n",
+ "Calculate demands of building 509_TH_1_0\n",
+ "Calculate demands of building 510_AB_60_0\n",
+ "Calculate demands of building 511_TH_1_0\n",
+ "Calculate demands of building 512_TH_1_0\n",
+ "Calculate demands of building 513_TH_1_0\n",
+ "Calculate demands of building 514_TH_1_0\n",
+ "Calculate demands of building 515_IWU Production, Workshop, Warehouse or Operations_[204]_0\n",
+ "Calculate demands of building 516_TH_1_0\n",
+ "Calculate demands of building 517_AB_50_0\n",
+ "Calculate demands of building 518_MFH_4_0\n",
+ "Calculate demands of building 519_AB_41_0\n",
+ "Finished generating demands!\n"
+ ]
+ }
+ ],
+ "source": [
+ "\n",
+ "\n",
+ "data.setWeatherFile('districtgenerator/data/weather/EPW/AMY_2010_2022_2020.epw')\n",
+ "\n",
+ "\n",
+ "\n",
+ "# Generate Environment for the District\n",
+ "\n",
+ "data.generateEnvironment(plz = \"10589\")\n",
+ "#C:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\data\\scenarios\\20252001_Mierendorff_No_Retrofit.csv\n",
+ "data.initializeBuildings('20252001_Mierendorff_Advanced_Retrofit')\n",
+ "data.generateBuildings()\n",
+ "geometry_path = os.path.join(current_dir, 'districtgenerator', 'data', 'scenarios', 'Mierendorff_geometry_analysis.json')\n",
+ "data.setAdvancedModel(geometry_path)\n",
+ "data.updateGeometry()\n",
+ "data.setResultPath('20252001_Mierendorff_Advanced_Retrofit_2020_adiabatic')\n",
+ "\n",
+ "data.generateDemands()\n"
+ ]
+ }
+ ],
+ "metadata": {
+ "kernelspec": {
+ "display_name": ".venv",
+ "language": "python",
+ "name": "python3"
+ },
+ "language_info": {
+ "codemirror_mode": {
+ "name": "ipython",
+ "version": 3
+ },
+ "file_extension": ".py",
+ "mimetype": "text/x-python",
+ "name": "python",
+ "nbconvert_exporter": "python",
+ "pygments_lexer": "ipython3",
+ "version": "3.12.5"
+ }
+ },
+ "nbformat": 4,
+ "nbformat_minor": 2
+}
diff --git a/2020_No_Retrofit.ipynb b/2020_No_Retrofit.ipynb
new file mode 100644
index 00000000..eed9b490
--- /dev/null
+++ b/2020_No_Retrofit.ipynb
@@ -0,0 +1,6498 @@
+{
+ "cells": [
+ {
+ "cell_type": "code",
+ "execution_count": 1,
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "# Full Simlation Worklow for the Districtgenerator \n",
+ "# \n",
+ "from districtgenerator.classes import datahandler \n",
+ "import pandas as pd\n",
+ "import os\n",
+ "\n",
+ "\n",
+ "current_dir = globals()['_dh'][0]"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 2,
+ "metadata": {},
+ "outputs": [
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "\n",
+ "RangeIndex: 520 entries, 0 to 519\n",
+ "Data columns (total 21 columns):\n",
+ " # Column Non-Null Count Dtype \n",
+ "--- ------ -------------- ----- \n",
+ " 0 id 520 non-null int64 \n",
+ " 1 building 520 non-null object \n",
+ " 2 year 520 non-null int64 \n",
+ " 3 groundArea 520 non-null float64\n",
+ " 4 area 520 non-null float64\n",
+ " 5 gml_id 520 non-null object \n",
+ " 6 retrofit 520 non-null int64 \n",
+ " 7 construction_type 520 non-null object \n",
+ " 8 night_setback 520 non-null int64 \n",
+ " 9 heater 520 non-null object \n",
+ " 10 PV 520 non-null int64 \n",
+ " 11 STC 520 non-null int64 \n",
+ " 12 EV 520 non-null int64 \n",
+ " 13 BAT 520 non-null int64 \n",
+ " 14 f_TES 520 non-null int64 \n",
+ " 15 f_BAT 520 non-null int64 \n",
+ " 16 f_EV 520 non-null object \n",
+ " 17 f_PV 520 non-null int64 \n",
+ " 18 f_STC 520 non-null int64 \n",
+ " 19 gamma_PV 520 non-null int64 \n",
+ " 20 ev_charging 520 non-null object \n",
+ "dtypes: float64(2), int64(13), object(6)\n",
+ "memory usage: 85.4+ KB\n"
+ ]
+ }
+ ],
+ "source": [
+ "# Load the CSV file\n",
+ "precleaned_data = pd.read_csv('20250120_Mierendorff_Scenario.csv', sep=';')\n",
+ "\n",
+ "# Set the 'rettofit' column to 0\n",
+ "precleaned_data['retrofit'] = 0\n",
+ "precleaned_data['construction_type'] = \"\"\n",
+ "precleaned_data['night_setback'] = 0\n",
+ "precleaned_data['heater'] = \"HP\"\n",
+ "precleaned_data['PV'] = 0\n",
+ "precleaned_data['STC'] = 0\n",
+ "precleaned_data['EV'] = 0 \n",
+ "precleaned_data['BAT'] = 0\n",
+ "precleaned_data['f_TES'] = 0\n",
+ "precleaned_data['f_BAT'] = 0\n",
+ "precleaned_data['f_EV'] = \"M\"\n",
+ "precleaned_data['f_PV'] = 0\n",
+ "precleaned_data['f_STC'] = 0\n",
+ "precleaned_data['gamma_PV'] = 0\n",
+ "precleaned_data['ev_charging'] = \"on_demand\"\n",
+ "\n",
+ "# Drop all buildings wheare area & year is nan\n",
+ "\n",
+ "clean_data = precleaned_data.dropna(subset = ['area', 'year', 'building'])\n",
+ "clean_data = clean_data[clean_data[\"area\"] != 0]\n",
+ "clean_data = clean_data[clean_data[\"building\"] != '-']\n",
+ "\n",
+ "clean_data.loc[(clean_data[\"year\"] > 1979) & (clean_data[\"building\"] == \"AB\"), \"building\"] = \"MFH\"\n",
+ "clean_data['year'] = clean_data['year'].astype(int)\n",
+ "\n",
+ "clean_data.info()"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 3,
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "\n",
+ "# Save the updated DataFrame back to the CSV file\n",
+ "clean_data.reset_index(drop = True, inplace = True)\n",
+ "clean_data.loc[:,\"id\"] = clean_data.index\n",
+ "clean_data.to_csv('districtgenerator/data/scenarios/20252001_Mierendorff_No_Retrofit.csv', index=False, sep=';')"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 4,
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "data = datahandler.Datahandler()"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 5,
+ "metadata": {},
+ "outputs": [
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "This calculation will take about 1:02:57 .\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Transport\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Transport\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Technical and Utility (supply and disposal)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Trade Buildings\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Culture and Leisure\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Sports Facilities\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Health and Care\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Transport\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Transport\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Transport\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Hotels, Boarding, Restaurants or Catering\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Transport\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Transport\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Transport\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU School, Day Nursery and other Care\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Transport\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Trade Buildings\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU School, Day Nursery and other Care\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Research and University Teaching\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Culture and Leisure\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Research and University Teaching\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Office, Administrative or Government Buildings\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU School, Day Nursery and other Care\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU School, Day Nursery and other Care\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Transport\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Technical and Utility (supply and disposal)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Transport\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Technical and Utility (supply and disposal)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU School, Day Nursery and other Care\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Transport\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Technical and Utility (supply and disposal)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Transport\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU School, Day Nursery and other Care\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Office, Administrative or Government Buildings\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Technical and Utility (supply and disposal)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU School, Day Nursery and other Care\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Generalized (2) Production buildings\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Technical and Utility (supply and disposal)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Transport\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Hotels, Boarding, Restaurants or Catering\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Transport\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Technical and Utility (supply and disposal)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Office, Administrative or Government Buildings\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Trade Buildings\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Technical and Utility (supply and disposal)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Technical and Utility (supply and disposal)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Trade Buildings\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Trade Buildings\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Technical and Utility (supply and disposal)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Technical and Utility (supply and disposal)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Transport\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Technical and Utility (supply and disposal)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Transport\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Technical and Utility (supply and disposal)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Technical and Utility (supply and disposal)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Technical and Utility (supply and disposal)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Trade Buildings\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Technical and Utility (supply and disposal)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Transport\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Technical and Utility (supply and disposal)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Trade Buildings\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Generalized (2) Production buildings\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Transport\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Technical and Utility (supply and disposal)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Technical and Utility (supply and disposal)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Technical and Utility (supply and disposal)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Generalized (2) Production buildings\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Trade Buildings\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Technical and Utility (supply and disposal)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Office, Administrative or Government Buildings\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Generalized (2) Production buildings\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Trade Buildings\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Generalized (2) Production buildings\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Hotels, Boarding, Restaurants or Catering\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Technical and Utility (supply and disposal)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Transport\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Office, Administrative or Government Buildings\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Generalized (2) Production buildings\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Transport\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Technical and Utility (supply and disposal)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Technical and Utility (supply and disposal)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Technical and Utility (supply and disposal)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Transport\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Technical and Utility (supply and disposal)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Technical and Utility (supply and disposal)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Trade Buildings\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Technical and Utility (supply and disposal)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Technical and Utility (supply and disposal)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Office, Administrative or Government Buildings\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Technical and Utility (supply and disposal)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Office, Administrative or Government Buildings\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Health and Care\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Technical and Utility (supply and disposal)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Trade Buildings\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Technical and Utility (supply and disposal)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Generalized (2) Production buildings\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Trade Buildings\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Health and Care\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Trade Buildings\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Calculate demands of building 0_AB_65_0\n",
+ "Calculate demands of building 1_AB_61_0\n",
+ "Calculate demands of building 2_IWU Transport_[1]_0\n",
+ "Calculate demands of building 3_AB_15_0\n",
+ "Calculate demands of building 4_AB_24_0\n",
+ "Calculate demands of building 5_AB_24_0\n",
+ "Calculate demands of building 6_AB_29_0\n",
+ "Calculate demands of building 7_IWU Transport_[2]_0\n",
+ "Calculate demands of building 8_IWU Technical and Utility (supply and disposal)_[1]_0\n",
+ "Calculate demands of building 9_AB_13_0\n",
+ "Calculate demands of building 10_AB_32_0\n",
+ "Calculate demands of building 11_AB_20_0\n",
+ "Calculate demands of building 12_IWU Trade Buildings_[8]_0\n",
+ "Calculate demands of building 13_AB_44_0\n",
+ "Calculate demands of building 14_SFH_1_0\n",
+ "Calculate demands of building 15_AB_11_0\n",
+ "Calculate demands of building 16_AB_49_0\n",
+ "Calculate demands of building 17_AB_64_0\n",
+ "Calculate demands of building 18_IWU Culture and Leisure_[1203]_0\n",
+ "Calculate demands of building 19_AB_60_0\n",
+ "Calculate demands of building 20_AB_28_0\n",
+ "Calculate demands of building 21_AB_64_0\n",
+ "Calculate demands of building 22_AB_26_0\n",
+ "Calculate demands of building 23_AB_11_0\n",
+ "Calculate demands of building 24_AB_42_0\n",
+ "Calculate demands of building 25_AB_52_0\n",
+ "Calculate demands of building 26_AB_50_0\n",
+ "Calculate demands of building 27_AB_11_0\n",
+ "Calculate demands of building 28_AB_26_0\n",
+ "Calculate demands of building 29_AB_29_0\n",
+ "Calculate demands of building 30_TH_1_0\n",
+ "Calculate demands of building 31_AB_46_0\n",
+ "Calculate demands of building 32_AB_51_0\n",
+ "Calculate demands of building 33_AB_77_0\n",
+ "Calculate demands of building 34_AB_19_0\n",
+ "Calculate demands of building 35_IWU Sports Facilities_[3432]_0\n",
+ "Calculate demands of building 36_TH_1_0\n",
+ "Calculate demands of building 37_TH_1_0\n",
+ "Calculate demands of building 38_AB_28_0\n",
+ "Calculate demands of building 39_IWU Health and Care_[190]_0\n",
+ "Calculate demands of building 40_AB_83_0\n",
+ "Calculate demands of building 41_SFH_1_0\n",
+ "Calculate demands of building 42_AB_12_0\n",
+ "Calculate demands of building 43_AB_33_0\n",
+ "Calculate demands of building 44_AB_47_0\n",
+ "Calculate demands of building 45_AB_52_0\n",
+ "Calculate demands of building 46_AB_18_0\n",
+ "Calculate demands of building 47_AB_42_0\n",
+ "Calculate demands of building 48_AB_23_0\n",
+ "Calculate demands of building 49_AB_30_0\n",
+ "Calculate demands of building 50_AB_38_0\n",
+ "Calculate demands of building 51_TH_1_0\n",
+ "Calculate demands of building 52_AB_50_0\n",
+ "Calculate demands of building 53_AB_60_0\n",
+ "Calculate demands of building 54_AB_12_0\n",
+ "Calculate demands of building 55_TH_1_0\n",
+ "Calculate demands of building 56_AB_54_0\n",
+ "Calculate demands of building 57_AB_61_0\n",
+ "Calculate demands of building 58_AB_39_0\n",
+ "Calculate demands of building 59_AB_57_0\n",
+ "Calculate demands of building 60_AB_68_0\n",
+ "Calculate demands of building 61_AB_33_0\n",
+ "Calculate demands of building 62_AB_65_0\n",
+ "Calculate demands of building 63_MFH_7_0\n",
+ "Calculate demands of building 64_AB_19_0\n",
+ "Calculate demands of building 65_IWU Transport_[16]_0\n",
+ "Calculate demands of building 66_AB_36_0\n",
+ "Calculate demands of building 67_AB_25_0\n",
+ "Calculate demands of building 68_AB_15_0\n",
+ "Calculate demands of building 69_AB_32_0\n",
+ "Calculate demands of building 70_AB_21_0\n",
+ "Calculate demands of building 71_AB_18_0\n",
+ "Calculate demands of building 72_AB_47_0\n",
+ "Calculate demands of building 73_IWU Transport_[2]_0\n",
+ "Calculate demands of building 74_AB_19_0\n",
+ "Calculate demands of building 75_AB_12_0\n",
+ "Calculate demands of building 76_AB_78_0\n",
+ "Calculate demands of building 77_IWU Transport_[2]_0\n",
+ "Calculate demands of building 78_AB_34_0\n",
+ "Calculate demands of building 79_AB_19_0\n",
+ "Calculate demands of building 80_AB_24_0\n",
+ "Calculate demands of building 81_AB_47_0\n",
+ "Calculate demands of building 82_AB_14_0\n",
+ "Calculate demands of building 83_AB_10_0\n",
+ "Calculate demands of building 84_IWU Hotels, Boarding, Restaurants or Catering_[92]_0\n",
+ "Calculate demands of building 85_AB_47_0\n",
+ "Calculate demands of building 86_TH_1_0\n",
+ "Calculate demands of building 87_IWU Transport_[4]_0\n",
+ "Calculate demands of building 88_AB_40_0\n",
+ "Calculate demands of building 89_IWU Transport_[3]_0\n",
+ "Calculate demands of building 90_AB_25_0\n",
+ "Calculate demands of building 91_AB_29_0\n",
+ "Calculate demands of building 92_AB_35_0\n",
+ "Calculate demands of building 93_IWU Transport_[3]_0\n",
+ "Calculate demands of building 94_AB_20_0\n",
+ "Calculate demands of building 95_AB_33_0\n",
+ "Calculate demands of building 96_AB_68_0\n",
+ "Calculate demands of building 97_AB_33_0\n",
+ "Calculate demands of building 98_AB_47_0\n",
+ "Calculate demands of building 99_AB_36_0\n",
+ "Calculate demands of building 100_AB_33_0\n",
+ "Calculate demands of building 101_AB_47_0\n",
+ "Calculate demands of building 102_AB_28_0\n",
+ "Calculate demands of building 103_AB_28_0\n",
+ "Calculate demands of building 104_AB_45_0\n",
+ "Calculate demands of building 105_AB_46_0\n",
+ "Calculate demands of building 106_AB_11_0\n",
+ "Calculate demands of building 107_AB_29_0\n",
+ "Calculate demands of building 108_IWU School, Day Nursery and other Care_[2462]_0\n",
+ "Calculate demands of building 109_AB_36_0\n",
+ "Calculate demands of building 110_AB_34_0\n",
+ "Calculate demands of building 111_AB_12_0\n",
+ "Calculate demands of building 112_AB_22_0\n",
+ "Calculate demands of building 113_AB_14_0\n",
+ "Calculate demands of building 114_IWU Transport_[2]_0\n",
+ "Calculate demands of building 115_AB_35_0\n",
+ "Calculate demands of building 116_AB_50_0\n",
+ "Calculate demands of building 117_AB_14_0\n",
+ "Calculate demands of building 118_AB_40_0\n",
+ "Calculate demands of building 119_AB_40_0\n",
+ "Calculate demands of building 120_AB_29_0\n",
+ "Calculate demands of building 121_AB_33_0\n",
+ "Calculate demands of building 122_IWU Trade Buildings_[27]_0\n",
+ "Calculate demands of building 123_AB_42_0\n",
+ "Calculate demands of building 124_AB_38_0\n",
+ "Calculate demands of building 125_AB_18_0\n",
+ "Calculate demands of building 126_AB_24_0\n",
+ "Calculate demands of building 127_AB_15_0\n",
+ "Calculate demands of building 128_AB_14_0\n",
+ "Calculate demands of building 129_AB_30_0\n",
+ "Calculate demands of building 130_SFH_1_0\n",
+ "Calculate demands of building 131_IWU School, Day Nursery and other Care_[8684]_0\n",
+ "Calculate demands of building 132_TH_1_0\n",
+ "Calculate demands of building 133_AB_12_0\n",
+ "Calculate demands of building 134_AB_23_0\n",
+ "Calculate demands of building 135_AB_42_0\n",
+ "Calculate demands of building 136_IWU Research and University Teaching_[4773]_0\n",
+ "Calculate demands of building 137_TH_1_0\n",
+ "Calculate demands of building 138_AB_37_0\n",
+ "Calculate demands of building 139_AB_63_0\n",
+ "Calculate demands of building 140_AB_54_0\n",
+ "Calculate demands of building 141_AB_10_0\n",
+ "Calculate demands of building 142_AB_20_0\n",
+ "Calculate demands of building 143_AB_44_0\n",
+ "Calculate demands of building 144_AB_45_0\n",
+ "Calculate demands of building 145_AB_42_0\n",
+ "Calculate demands of building 146_AB_20_0\n",
+ "Calculate demands of building 147_AB_43_0\n",
+ "Calculate demands of building 148_AB_19_0\n",
+ "Calculate demands of building 149_AB_61_0\n",
+ "Calculate demands of building 150_AB_29_0\n",
+ "Calculate demands of building 151_AB_52_0\n",
+ "Calculate demands of building 152_AB_52_0\n",
+ "Calculate demands of building 153_AB_11_0\n",
+ "Calculate demands of building 154_AB_10_0\n",
+ "Calculate demands of building 155_AB_18_0\n",
+ "Calculate demands of building 156_AB_26_0\n",
+ "Calculate demands of building 157_IWU Culture and Leisure_[1348]_0\n",
+ "Calculate demands of building 158_AB_44_0\n",
+ "Calculate demands of building 159_AB_35_0\n",
+ "Calculate demands of building 160_AB_19_0\n",
+ "Calculate demands of building 161_IWU Research and University Teaching_[28]_0\n",
+ "Calculate demands of building 162_AB_14_0\n",
+ "Calculate demands of building 163_AB_47_0\n",
+ "Calculate demands of building 164_AB_42_0\n",
+ "Calculate demands of building 165_AB_31_0\n",
+ "Calculate demands of building 166_IWU Office, Administrative or Government Buildings_[2262]_0\n",
+ "Calculate demands of building 167_AB_46_0\n",
+ "Calculate demands of building 168_AB_52_0\n",
+ "Calculate demands of building 169_AB_74_0\n",
+ "Calculate demands of building 170_AB_25_0\n",
+ "Calculate demands of building 171_AB_384_0\n",
+ "Calculate demands of building 172_TH_1_0\n",
+ "Calculate demands of building 173_TH_1_0\n",
+ "Calculate demands of building 174_TH_1_0\n",
+ "Calculate demands of building 175_AB_38_0\n",
+ "Calculate demands of building 176_TH_1_0\n",
+ "Calculate demands of building 177_AB_49_0\n",
+ "Calculate demands of building 178_IWU School, Day Nursery and other Care_[735]_0\n",
+ "Calculate demands of building 179_AB_24_0\n",
+ "Calculate demands of building 180_IWU School, Day Nursery and other Care_[32]_0\n",
+ "Calculate demands of building 181_AB_19_0\n",
+ "Calculate demands of building 182_IWU Transport_[15]_0\n",
+ "Calculate demands of building 183_SFH_1_0\n",
+ "Calculate demands of building 184_IWU Technical and Utility (supply and disposal)_[9]_0\n",
+ "Calculate demands of building 185_TH_1_0\n",
+ "Calculate demands of building 186_AB_31_0\n",
+ "Calculate demands of building 187_TH_1_0\n",
+ "Calculate demands of building 188_TH_1_0\n",
+ "Calculate demands of building 189_AB_34_0\n",
+ "Calculate demands of building 190_AB_44_0\n",
+ "Calculate demands of building 191_AB_54_0\n",
+ "Calculate demands of building 192_IWU Transport_[36]_0\n",
+ "Calculate demands of building 193_AB_35_0\n",
+ "Calculate demands of building 194_TH_1_0\n",
+ "Calculate demands of building 195_AB_50_0\n",
+ "Calculate demands of building 196_AB_37_0\n",
+ "Calculate demands of building 197_AB_69_0\n",
+ "Calculate demands of building 198_AB_64_0\n",
+ "Calculate demands of building 199_MFH_4_0\n",
+ "Calculate demands of building 200_IWU Technical and Utility (supply and disposal)_[2]_0\n",
+ "Calculate demands of building 201_TH_1_0\n",
+ "Calculate demands of building 202_AB_188_0\n",
+ "Calculate demands of building 203_AB_46_0\n",
+ "Calculate demands of building 204_TH_1_0\n",
+ "Calculate demands of building 205_IWU School, Day Nursery and other Care_[115]_0\n",
+ "Calculate demands of building 206_AB_39_0\n",
+ "Calculate demands of building 207_TH_1_0\n",
+ "Calculate demands of building 208_TH_1_0\n",
+ "Calculate demands of building 209_AB_55_0\n",
+ "Calculate demands of building 210_IWU Transport_[11]_0\n",
+ "Calculate demands of building 211_AB_55_0\n",
+ "Calculate demands of building 212_AB_18_0\n",
+ "Calculate demands of building 213_TH_1_0\n",
+ "Calculate demands of building 214_TH_1_0\n",
+ "Calculate demands of building 215_IWU Technical and Utility (supply and disposal)_[77]_0\n",
+ "Calculate demands of building 216_IWU Transport_[21]_0\n",
+ "Calculate demands of building 217_IWU School, Day Nursery and other Care_[489]_0\n",
+ "Calculate demands of building 218_AB_157_0\n",
+ "Calculate demands of building 219_IWU Office, Administrative or Government Buildings_[616]_0\n",
+ "Calculate demands of building 220_AB_85_0\n",
+ "Calculate demands of building 221_TH_1_0\n",
+ "Calculate demands of building 222_AB_144_0\n",
+ "Calculate demands of building 223_AB_54_0\n",
+ "Calculate demands of building 224_AB_54_0\n",
+ "Calculate demands of building 225_AB_24_0\n",
+ "Calculate demands of building 226_AB_45_0\n",
+ "Calculate demands of building 227_AB_24_0\n",
+ "Calculate demands of building 228_IWU Technical and Utility (supply and disposal)_[1]_0\n",
+ "Calculate demands of building 229_TH_1_0\n",
+ "Calculate demands of building 230_TH_1_0\n",
+ "Calculate demands of building 231_TH_1_0\n",
+ "Calculate demands of building 232_AB_15_0\n",
+ "Calculate demands of building 233_TH_1_0\n",
+ "Calculate demands of building 234_AB_17_0\n",
+ "Calculate demands of building 235_AB_23_0\n",
+ "Calculate demands of building 236_AB_29_0\n",
+ "Calculate demands of building 237_AB_61_0\n",
+ "Calculate demands of building 238_AB_45_0\n",
+ "Calculate demands of building 239_AB_33_0\n",
+ "Calculate demands of building 240_TH_1_0\n",
+ "Calculate demands of building 241_TH_1_0\n",
+ "Calculate demands of building 242_IWU School, Day Nursery and other Care_[15269]_0\n",
+ "Calculate demands of building 243_SFH_1_0\n",
+ "Calculate demands of building 244_AB_194_0\n",
+ "Calculate demands of building 245_AB_541_0\n",
+ "Calculate demands of building 246_IWU Generalized (2) Production buildings_[2]_0\n",
+ "Calculate demands of building 247_IWU Production, Workshop, Warehouse or Operations_[33]_0\n",
+ "Calculate demands of building 248_MFH_4_0\n",
+ "Calculate demands of building 249_TH_1_0\n",
+ "Calculate demands of building 250_TH_1_0\n",
+ "Calculate demands of building 251_MFH_47_0\n",
+ "Calculate demands of building 252_IWU Technical and Utility (supply and disposal)_[53]_0\n",
+ "Calculate demands of building 253_TH_1_0\n",
+ "Calculate demands of building 254_IWU Transport_[3]_0\n",
+ "Calculate demands of building 255_MFH_4_0\n",
+ "Calculate demands of building 256_AB_19_0\n",
+ "Calculate demands of building 257_IWU Hotels, Boarding, Restaurants or Catering_[34]_0\n",
+ "Calculate demands of building 258_AB_10_0\n",
+ "Calculate demands of building 259_TH_1_0\n",
+ "Calculate demands of building 260_IWU Transport_[1]_0\n",
+ "Calculate demands of building 261_MFH_22_0\n",
+ "Calculate demands of building 262_IWU Technical and Utility (supply and disposal)_[2032]_0\n",
+ "Calculate demands of building 263_IWU Office, Administrative or Government Buildings_[296]_0\n",
+ "Calculate demands of building 264_TH_1_0\n",
+ "Calculate demands of building 265_IWU Production, Workshop, Warehouse or Operations_[92]_0\n",
+ "Calculate demands of building 266_IWU Trade Buildings_[706]_0\n",
+ "Calculate demands of building 267_TH_1_0\n",
+ "Calculate demands of building 268_AB_24_0\n",
+ "Calculate demands of building 269_AB_48_0\n",
+ "Calculate demands of building 270_IWU Production, Workshop, Warehouse or Operations_[43]_0\n",
+ "Calculate demands of building 271_MFH_7_0\n",
+ "Calculate demands of building 272_MFH_26_0\n",
+ "Calculate demands of building 273_MFH_48_0\n",
+ "Calculate demands of building 274_AB_67_0\n",
+ "Calculate demands of building 275_MFH_22_0\n",
+ "Calculate demands of building 276_AB_151_0\n",
+ "Calculate demands of building 277_TH_1_0\n",
+ "Calculate demands of building 278_TH_1_0\n",
+ "Calculate demands of building 279_IWU Technical and Utility (supply and disposal)_[4]_0\n",
+ "Calculate demands of building 280_MFH_15_0\n",
+ "Calculate demands of building 281_IWU Production, Workshop, Warehouse or Operations_[21]_0\n",
+ "Calculate demands of building 282_TH_1_0\n",
+ "Calculate demands of building 283_MFH_7_0\n",
+ "Calculate demands of building 284_IWU Technical and Utility (supply and disposal)_[5135]_0\n",
+ "Calculate demands of building 285_TH_1_0\n",
+ "Calculate demands of building 286_TH_1_0\n",
+ "Calculate demands of building 287_AB_39_0\n",
+ "Calculate demands of building 288_IWU Production, Workshop, Warehouse or Operations_[182]_0\n",
+ "Calculate demands of building 289_IWU Trade Buildings_[6]_0\n",
+ "Internal gains are negative. This migth be due to cooling devices.\n",
+ "Calculate demands of building 290_IWU Trade Buildings_[89]_0\n",
+ "Calculate demands of building 291_TH_1_0\n",
+ "Calculate demands of building 292_IWU Technical and Utility (supply and disposal)_[255]_0\n",
+ "Calculate demands of building 293_IWU Production, Workshop, Warehouse or Operations_[40]_0\n",
+ "Calculate demands of building 294_SFH_1_0\n",
+ "Calculate demands of building 295_TH_1_0\n",
+ "Calculate demands of building 296_TH_1_0\n",
+ "Calculate demands of building 297_MFH_17_0\n",
+ "Calculate demands of building 298_TH_1_0\n",
+ "Calculate demands of building 299_TH_1_0\n",
+ "Calculate demands of building 300_MFH_19_0\n",
+ "Calculate demands of building 301_MFH_4_0\n",
+ "Calculate demands of building 302_IWU Technical and Utility (supply and disposal)_[564]_0\n",
+ "Calculate demands of building 303_IWU Transport_[12]_0\n",
+ "Calculate demands of building 304_TH_1_0\n",
+ "Calculate demands of building 305_IWU Technical and Utility (supply and disposal)_[28]_0\n",
+ "Calculate demands of building 306_AB_19_0\n",
+ "Calculate demands of building 307_AB_10_0\n",
+ "Calculate demands of building 308_AB_30_0\n",
+ "Calculate demands of building 309_MFH_8_0\n",
+ "Calculate demands of building 310_IWU Production, Workshop, Warehouse or Operations_[79]_0\n",
+ "Calculate demands of building 311_MFH_4_0\n",
+ "Calculate demands of building 312_IWU Transport_[11]_0\n",
+ "Calculate demands of building 313_AB_47_0\n",
+ "Calculate demands of building 314_AB_17_0\n",
+ "Calculate demands of building 315_AB_55_0\n",
+ "Calculate demands of building 316_MFH_59_0\n",
+ "Calculate demands of building 317_MFH_13_0\n",
+ "Calculate demands of building 318_TH_1_0\n",
+ "Calculate demands of building 319_AB_14_0\n",
+ "Calculate demands of building 320_TH_1_0\n",
+ "Calculate demands of building 321_TH_1_0\n",
+ "Calculate demands of building 322_AB_59_0\n",
+ "Calculate demands of building 323_MFH_46_0\n",
+ "Calculate demands of building 324_AB_52_0\n",
+ "Calculate demands of building 325_AB_18_0\n",
+ "Calculate demands of building 326_MFH_47_0\n",
+ "Calculate demands of building 327_IWU Production, Workshop, Warehouse or Operations_[56]_0\n",
+ "Calculate demands of building 328_MFH_6_0\n",
+ "Calculate demands of building 329_IWU Technical and Utility (supply and disposal)_[574]_0\n",
+ "Calculate demands of building 330_IWU Technical and Utility (supply and disposal)_[3]_0\n",
+ "Calculate demands of building 331_MFH_17_0\n",
+ "Calculate demands of building 332_IWU Technical and Utility (supply and disposal)_[71]_0\n",
+ "Internal gains are negative. This migth be due to cooling devices.\n",
+ "Calculate demands of building 333_IWU Trade Buildings_[159]_0\n",
+ "Calculate demands of building 334_IWU Production, Workshop, Warehouse or Operations_[25]_0\n",
+ "Calculate demands of building 335_TH_1_0\n",
+ "Calculate demands of building 336_IWU Production, Workshop, Warehouse or Operations_[53]_0\n",
+ "Calculate demands of building 337_MFH_33_0\n",
+ "Calculate demands of building 338_IWU Technical and Utility (supply and disposal)_[434]_0\n",
+ "Calculate demands of building 339_AB_23_0\n",
+ "Calculate demands of building 340_IWU Transport_[56]_0\n",
+ "Calculate demands of building 341_IWU Production, Workshop, Warehouse or Operations_[63]_0\n",
+ "Calculate demands of building 342_IWU Technical and Utility (supply and disposal)_[7]_0\n",
+ "Calculate demands of building 343_IWU Trade Buildings_[25]_0\n",
+ "Calculate demands of building 344_IWU Generalized (2) Production buildings_[294]_0\n",
+ "Calculate demands of building 345_TH_1_0\n",
+ "Calculate demands of building 346_MFH_9_0\n",
+ "Calculate demands of building 347_IWU Transport_[25]_0\n",
+ "Calculate demands of building 348_IWU Production, Workshop, Warehouse or Operations_[62]_0\n",
+ "Calculate demands of building 349_IWU Technical and Utility (supply and disposal)_[103]_0\n",
+ "Calculate demands of building 350_TH_1_0\n",
+ "Calculate demands of building 351_MFH_8_0\n",
+ "Calculate demands of building 352_MFH_48_0\n",
+ "Calculate demands of building 353_AB_53_0\n",
+ "Calculate demands of building 354_AB_12_0\n",
+ "Calculate demands of building 355_MFH_38_0\n",
+ "Calculate demands of building 356_TH_1_0\n",
+ "Calculate demands of building 357_IWU Production, Workshop, Warehouse or Operations_[116]_0\n",
+ "Calculate demands of building 358_IWU Technical and Utility (supply and disposal)_[11]_0\n",
+ "Calculate demands of building 359_IWU Production, Workshop, Warehouse or Operations_[50]_0\n",
+ "Calculate demands of building 360_AB_48_0\n",
+ "Calculate demands of building 361_IWU Technical and Utility (supply and disposal)_[3645]_0\n",
+ "Calculate demands of building 362_MFH_36_0\n",
+ "Calculate demands of building 363_IWU Generalized (2) Production buildings_[224]_0\n",
+ "Calculate demands of building 364_AB_14_0\n",
+ "Calculate demands of building 365_IWU Production, Workshop, Warehouse or Operations_[43]_0\n",
+ "Calculate demands of building 366_IWU Trade Buildings_[315]_0\n",
+ "Calculate demands of building 367_MFH_22_0\n",
+ "Calculate demands of building 368_TH_1_0\n",
+ "Calculate demands of building 369_AB_37_0\n",
+ "Calculate demands of building 370_IWU Technical and Utility (supply and disposal)_[15]_0\n",
+ "Calculate demands of building 371_MFH_41_0\n",
+ "Calculate demands of building 372_IWU Office, Administrative or Government Buildings_[150]_0\n",
+ "Calculate demands of building 373_IWU Production, Workshop, Warehouse or Operations_[60]_0\n",
+ "Calculate demands of building 374_AB_21_0\n",
+ "Calculate demands of building 375_AB_45_0\n",
+ "Calculate demands of building 376_AB_52_0\n",
+ "Calculate demands of building 377_MFH_48_0\n",
+ "Calculate demands of building 378_IWU Generalized (2) Production buildings_[8]_0\n",
+ "Calculate demands of building 379_IWU Trade Buildings_[1955]_0\n",
+ "Calculate demands of building 380_AB_10_0\n",
+ "Calculate demands of building 381_IWU Generalized (2) Production buildings_[7]_0\n",
+ "Calculate demands of building 382_IWU Production, Workshop, Warehouse or Operations_[414]_0\n",
+ "Calculate demands of building 383_AB_64_0\n",
+ "Calculate demands of building 384_AB_32_0\n",
+ "Calculate demands of building 385_MFH_85_0\n",
+ "Calculate demands of building 386_IWU Production, Workshop, Warehouse or Operations_[60]_0\n",
+ "Calculate demands of building 387_IWU Hotels, Boarding, Restaurants or Catering_[1205]_0\n",
+ "Calculate demands of building 388_IWU Production, Workshop, Warehouse or Operations_[158]_0\n",
+ "Calculate demands of building 389_MFH_12_0\n",
+ "Calculate demands of building 390_MFH_18_0\n",
+ "Calculate demands of building 391_IWU Technical and Utility (supply and disposal)_[1410]_0\n",
+ "Calculate demands of building 392_IWU Production, Workshop, Warehouse or Operations_[16]_0\n",
+ "Calculate demands of building 393_MFH_6_0\n",
+ "Calculate demands of building 394_AB_37_0\n",
+ "Calculate demands of building 395_IWU Transport_[125]_0\n",
+ "Calculate demands of building 396_AB_186_0\n",
+ "Calculate demands of building 397_MFH_57_0\n",
+ "Calculate demands of building 398_IWU Production, Workshop, Warehouse or Operations_[338]_0\n",
+ "Calculate demands of building 399_TH_1_0\n",
+ "Calculate demands of building 400_MFH_109_0\n",
+ "Calculate demands of building 401_TH_1_0\n",
+ "Calculate demands of building 402_AB_271_0\n",
+ "Calculate demands of building 403_MFH_16_0\n",
+ "Calculate demands of building 404_AB_33_0\n",
+ "Calculate demands of building 405_AB_36_0\n",
+ "Calculate demands of building 406_IWU Production, Workshop, Warehouse or Operations_[5]_0\n",
+ "Calculate demands of building 407_SFH_1_0\n",
+ "Calculate demands of building 408_AB_49_0\n",
+ "Calculate demands of building 409_MFH_61_0\n",
+ "Calculate demands of building 410_IWU Office, Administrative or Government Buildings_[952]_0\n",
+ "Calculate demands of building 411_IWU Generalized (2) Production buildings_[2]_0\n",
+ "Calculate demands of building 412_IWU Production, Workshop, Warehouse or Operations_[2]_0\n",
+ "Calculate demands of building 413_MFH_41_0\n",
+ "Calculate demands of building 414_MFH_57_0\n",
+ "Calculate demands of building 415_IWU Transport_[10]_0\n",
+ "Calculate demands of building 416_MFH_5_0\n",
+ "Calculate demands of building 417_AB_68_0\n",
+ "Calculate demands of building 418_IWU Production, Workshop, Warehouse or Operations_[557]_0\n",
+ "Calculate demands of building 419_IWU Production, Workshop, Warehouse or Operations_[63]_0\n",
+ "Calculate demands of building 420_IWU Production, Workshop, Warehouse or Operations_[92]_0\n",
+ "Calculate demands of building 421_IWU Technical and Utility (supply and disposal)_[78]_0\n",
+ "Calculate demands of building 422_AB_284_0\n",
+ "Calculate demands of building 423_MFH_4_0\n",
+ "Calculate demands of building 424_AB_34_0\n",
+ "Calculate demands of building 425_AB_46_0\n",
+ "Calculate demands of building 426_IWU Technical and Utility (supply and disposal)_[3]_0\n",
+ "Calculate demands of building 427_TH_1_0\n",
+ "Calculate demands of building 428_AB_17_0\n",
+ "Calculate demands of building 429_AB_34_0\n",
+ "Calculate demands of building 430_IWU Technical and Utility (supply and disposal)_[243]_0\n",
+ "Calculate demands of building 431_IWU Production, Workshop, Warehouse or Operations_[223]_0\n",
+ "Calculate demands of building 432_TH_1_0\n",
+ "Calculate demands of building 433_IWU Production, Workshop, Warehouse or Operations_[3]_0\n",
+ "Calculate demands of building 434_IWU Production, Workshop, Warehouse or Operations_[26]_0\n",
+ "Calculate demands of building 435_AB_48_0\n",
+ "Calculate demands of building 436_MFH_22_0\n",
+ "Calculate demands of building 437_AB_27_0\n",
+ "Calculate demands of building 438_MFH_8_0\n",
+ "Calculate demands of building 439_AB_18_0\n",
+ "Calculate demands of building 440_TH_1_0\n",
+ "Calculate demands of building 441_AB_22_0\n",
+ "Calculate demands of building 442_TH_1_0\n",
+ "Calculate demands of building 443_AB_32_0\n",
+ "Calculate demands of building 444_IWU Transport_[6]_0\n",
+ "Calculate demands of building 445_SFH_1_0\n",
+ "Calculate demands of building 446_TH_1_0\n",
+ "Calculate demands of building 447_IWU Technical and Utility (supply and disposal)_[7]_0\n",
+ "Calculate demands of building 448_AB_17_0\n",
+ "Calculate demands of building 449_TH_1_0\n",
+ "Calculate demands of building 450_IWU Production, Workshop, Warehouse or Operations_[135]_0\n",
+ "Calculate demands of building 451_MFH_6_0\n",
+ "Calculate demands of building 452_IWU Production, Workshop, Warehouse or Operations_[34]_0\n",
+ "Calculate demands of building 453_IWU Production, Workshop, Warehouse or Operations_[15]_0\n",
+ "Calculate demands of building 454_IWU Technical and Utility (supply and disposal)_[144]_0\n",
+ "Calculate demands of building 455_TH_1_0\n",
+ "Calculate demands of building 456_IWU Trade Buildings_[772]_0\n",
+ "Calculate demands of building 457_AB_16_0\n",
+ "Calculate demands of building 458_TH_1_0\n",
+ "Calculate demands of building 459_IWU Technical and Utility (supply and disposal)_[254]_0\n",
+ "Calculate demands of building 460_TH_1_0\n",
+ "Calculate demands of building 461_TH_1_0\n",
+ "Calculate demands of building 462_TH_1_0\n",
+ "Calculate demands of building 463_SFH_1_0\n",
+ "Calculate demands of building 464_MFH_58_0\n",
+ "Calculate demands of building 465_AB_35_0\n",
+ "Calculate demands of building 466_IWU Production, Workshop, Warehouse or Operations_[158]_0\n",
+ "Calculate demands of building 467_MFH_18_0\n",
+ "Calculate demands of building 468_AB_58_0\n",
+ "Calculate demands of building 469_MFH_54_0\n",
+ "Calculate demands of building 470_AB_59_0\n",
+ "Calculate demands of building 471_AB_64_0\n",
+ "Calculate demands of building 472_TH_1_0\n",
+ "Calculate demands of building 473_IWU Production, Workshop, Warehouse or Operations_[51]_0\n",
+ "Calculate demands of building 474_MFH_18_0\n",
+ "Calculate demands of building 475_TH_1_0\n",
+ "Calculate demands of building 476_MFH_16_0\n",
+ "Calculate demands of building 477_SFH_1_0\n",
+ "Calculate demands of building 478_IWU Production, Workshop, Warehouse or Operations_[3]_0\n",
+ "Calculate demands of building 479_IWU Technical and Utility (supply and disposal)_[13]_0\n",
+ "Calculate demands of building 480_IWU Office, Administrative or Government Buildings_[5120]_0\n",
+ "Calculate demands of building 481_IWU Technical and Utility (supply and disposal)_[430]_0\n",
+ "Calculate demands of building 482_SFH_1_0\n",
+ "Calculate demands of building 483_TH_1_0\n",
+ "Calculate demands of building 484_IWU Production, Workshop, Warehouse or Operations_[38]_0\n",
+ "Calculate demands of building 485_SFH_1_0\n",
+ "Calculate demands of building 486_IWU Office, Administrative or Government Buildings_[246]_0\n",
+ "Calculate demands of building 487_SFH_1_0\n",
+ "Calculate demands of building 488_SFH_1_0\n",
+ "Calculate demands of building 489_TH_1_0\n",
+ "Calculate demands of building 490_IWU Health and Care_[122]_0\n",
+ "Calculate demands of building 491_IWU Technical and Utility (supply and disposal)_[6]_0\n",
+ "Calculate demands of building 492_TH_1_0\n",
+ "Calculate demands of building 493_IWU Trade Buildings_[1199]_0\n",
+ "Calculate demands of building 494_TH_1_0\n",
+ "Calculate demands of building 495_TH_1_0\n",
+ "Calculate demands of building 496_TH_1_0\n",
+ "Calculate demands of building 497_TH_1_0\n",
+ "Calculate demands of building 498_TH_1_0\n",
+ "Calculate demands of building 499_IWU Technical and Utility (supply and disposal)_[0]_0\n",
+ "Calculate demands of building 500_IWU Generalized (2) Production buildings_[17]_0\n",
+ "Calculate demands of building 501_IWU Trade Buildings_[11]_0\n",
+ "Calculate demands of building 502_TH_1_0\n",
+ "Calculate demands of building 503_MFH_32_0\n",
+ "Calculate demands of building 504_AB_65_0\n",
+ "Calculate demands of building 505_IWU Health and Care_[159]_0\n",
+ "Calculate demands of building 506_TH_1_0\n",
+ "Calculate demands of building 507_AB_31_0\n",
+ "Calculate demands of building 508_IWU Trade Buildings_[989]_0\n",
+ "Calculate demands of building 509_TH_1_0\n",
+ "Calculate demands of building 510_AB_60_0\n",
+ "Calculate demands of building 511_TH_1_0\n",
+ "Calculate demands of building 512_TH_1_0\n",
+ "Calculate demands of building 513_TH_1_0\n",
+ "Calculate demands of building 514_TH_1_0\n",
+ "Calculate demands of building 515_IWU Production, Workshop, Warehouse or Operations_[163]_0\n",
+ "Calculate demands of building 516_TH_1_0\n",
+ "Calculate demands of building 517_AB_50_0\n",
+ "Calculate demands of building 518_MFH_4_0\n",
+ "Calculate demands of building 519_AB_41_0\n",
+ "Finished generating demands!\n"
+ ]
+ }
+ ],
+ "source": [
+ "\n",
+ "\n",
+ "data.setWeatherFile('districtgenerator/data/weather/EPW/AMY_2010_2022_2020.epw')\n",
+ "\n",
+ "\n",
+ "\n",
+ "# Generate Environment for the District\n",
+ "\n",
+ "data.generateEnvironment(plz = \"10589\")\n",
+ "#C:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\data\\scenarios\\20252001_Mierendorff_No_Retrofit.csv\n",
+ "data.initializeBuildings('20252001_Mierendorff_No_Retrofit')\n",
+ "data.generateBuildings()\n",
+ "geometry_path = os.path.join(current_dir, 'districtgenerator', 'data', 'scenarios', 'Mierendorff_geometry_analysis.json')\n",
+ "data.setAdvancedModel(geometry_path)\n",
+ "data.updateGeometry()\n",
+ "data.setResultPath('20252001_Mierendorff_No_Retrofit_2020_adiabitc')\n",
+ "\n",
+ "data.generateDemands()\n"
+ ]
+ }
+ ],
+ "metadata": {
+ "kernelspec": {
+ "display_name": ".venv",
+ "language": "python",
+ "name": "python3"
+ },
+ "language_info": {
+ "codemirror_mode": {
+ "name": "ipython",
+ "version": 3
+ },
+ "file_extension": ".py",
+ "mimetype": "text/x-python",
+ "name": "python",
+ "nbconvert_exporter": "python",
+ "pygments_lexer": "ipython3",
+ "version": "3.12.5"
+ }
+ },
+ "nbformat": 4,
+ "nbformat_minor": 2
+}
diff --git a/2020_Normal_Retrofit.ipynb b/2020_Normal_Retrofit.ipynb
new file mode 100644
index 00000000..7c7c9711
--- /dev/null
+++ b/2020_Normal_Retrofit.ipynb
@@ -0,0 +1,6730 @@
+{
+ "cells": [
+ {
+ "cell_type": "code",
+ "execution_count": 1,
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "# Full Simlation Worklow for the Districtgenerator \n",
+ "# \n",
+ "from districtgenerator.classes import datahandler \n",
+ "import pandas as pd\n",
+ "import os\n",
+ "\n",
+ "current_dir = globals()['_dh'][0]"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 2,
+ "metadata": {},
+ "outputs": [
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "\n",
+ "RangeIndex: 520 entries, 0 to 519\n",
+ "Data columns (total 21 columns):\n",
+ " # Column Non-Null Count Dtype \n",
+ "--- ------ -------------- ----- \n",
+ " 0 id 520 non-null int64 \n",
+ " 1 building 520 non-null object \n",
+ " 2 year 520 non-null int64 \n",
+ " 3 groundArea 520 non-null float64\n",
+ " 4 area 520 non-null float64\n",
+ " 5 gml_id 520 non-null object \n",
+ " 6 retrofit 520 non-null int64 \n",
+ " 7 construction_type 520 non-null object \n",
+ " 8 night_setback 520 non-null int64 \n",
+ " 9 heater 520 non-null object \n",
+ " 10 PV 520 non-null int64 \n",
+ " 11 STC 520 non-null int64 \n",
+ " 12 EV 520 non-null int64 \n",
+ " 13 BAT 520 non-null int64 \n",
+ " 14 f_TES 520 non-null int64 \n",
+ " 15 f_BAT 520 non-null int64 \n",
+ " 16 f_EV 520 non-null object \n",
+ " 17 f_PV 520 non-null int64 \n",
+ " 18 f_STC 520 non-null int64 \n",
+ " 19 gamma_PV 520 non-null int64 \n",
+ " 20 ev_charging 520 non-null object \n",
+ "dtypes: float64(2), int64(13), object(6)\n",
+ "memory usage: 85.4+ KB\n"
+ ]
+ }
+ ],
+ "source": [
+ "# Load the CSV file\n",
+ "precleaned_data = pd.read_csv('20250120_Mierendorff_Scenario.csv', sep=';')\n",
+ "\n",
+ "# Set the 'rettofit' column to 0\n",
+ "precleaned_data['retrofit'] = 1\n",
+ "precleaned_data['construction_type'] = \"\"\n",
+ "precleaned_data['night_setback'] = 0\n",
+ "precleaned_data['heater'] = \"HP\"\n",
+ "precleaned_data['PV'] = 0\n",
+ "precleaned_data['STC'] = 0\n",
+ "precleaned_data['EV'] = 0 \n",
+ "precleaned_data['BAT'] = 0\n",
+ "precleaned_data['f_TES'] = 0\n",
+ "precleaned_data['f_BAT'] = 0\n",
+ "precleaned_data['f_EV'] = \"M\"\n",
+ "precleaned_data['f_PV'] = 0\n",
+ "precleaned_data['f_STC'] = 0\n",
+ "precleaned_data['gamma_PV'] = 0\n",
+ "precleaned_data['ev_charging'] = \"on_demand\"\n",
+ "\n",
+ "# Drop all buildings wheare area & year is nan\n",
+ "\n",
+ "clean_data = precleaned_data.dropna(subset = ['area', 'year', 'building'])\n",
+ "clean_data = clean_data[clean_data[\"area\"] != 0]\n",
+ "clean_data = clean_data[clean_data[\"building\"] != '-']\n",
+ "\n",
+ "clean_data.loc[(clean_data[\"year\"] > 1979) & (clean_data[\"building\"] == \"AB\"), \"building\"] = \"MFH\"\n",
+ "clean_data['year'] = clean_data['year'].astype(int)\n",
+ "\n",
+ "clean_data.info()"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 3,
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "\n",
+ "# Save the updated DataFrame back to the CSV file\n",
+ "clean_data.reset_index(drop = True, inplace = True)\n",
+ "clean_data.loc[:,\"id\"] = clean_data.index\n",
+ "clean_data.to_csv('districtgenerator/data/scenarios/20252001_Mierendorff_Normal_Retrofit.csv', index=False, sep=';')"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 4,
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "data = datahandler.Datahandler()"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 5,
+ "metadata": {},
+ "outputs": [
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "This calculation will take about 1:02:57 .\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Transport\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Transport\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Technical and Utility (supply and disposal)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Trade Buildings\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Culture and Leisure\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Sports Facilities\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Health and Care\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Transport\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Transport\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Transport\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Hotels, Boarding, Restaurants or Catering\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Transport\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Transport\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Transport\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU School, Day Nursery and other Care\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Transport\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Trade Buildings\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU School, Day Nursery and other Care\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Research and University Teaching\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Culture and Leisure\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Research and University Teaching\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Office, Administrative or Government Buildings\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU School, Day Nursery and other Care\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU School, Day Nursery and other Care\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Transport\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Technical and Utility (supply and disposal)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Transport\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Technical and Utility (supply and disposal)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU School, Day Nursery and other Care\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Transport\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Technical and Utility (supply and disposal)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Transport\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU School, Day Nursery and other Care\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Office, Administrative or Government Buildings\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Technical and Utility (supply and disposal)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU School, Day Nursery and other Care\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Generalized (2) Production buildings\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Technical and Utility (supply and disposal)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Transport\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Hotels, Boarding, Restaurants or Catering\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Transport\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Technical and Utility (supply and disposal)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Office, Administrative or Government Buildings\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Trade Buildings\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Technical and Utility (supply and disposal)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Technical and Utility (supply and disposal)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Trade Buildings\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Trade Buildings\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Technical and Utility (supply and disposal)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Technical and Utility (supply and disposal)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Transport\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Technical and Utility (supply and disposal)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Transport\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Technical and Utility (supply and disposal)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Technical and Utility (supply and disposal)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Technical and Utility (supply and disposal)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Trade Buildings\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Technical and Utility (supply and disposal)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Transport\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Technical and Utility (supply and disposal)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Trade Buildings\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Generalized (2) Production buildings\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Transport\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Technical and Utility (supply and disposal)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Technical and Utility (supply and disposal)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Technical and Utility (supply and disposal)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Generalized (2) Production buildings\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Trade Buildings\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Technical and Utility (supply and disposal)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Office, Administrative or Government Buildings\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Generalized (2) Production buildings\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Trade Buildings\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Generalized (2) Production buildings\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Hotels, Boarding, Restaurants or Catering\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Technical and Utility (supply and disposal)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Transport\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Office, Administrative or Government Buildings\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Generalized (2) Production buildings\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Transport\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Technical and Utility (supply and disposal)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Technical and Utility (supply and disposal)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Technical and Utility (supply and disposal)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Transport\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Technical and Utility (supply and disposal)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Technical and Utility (supply and disposal)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Trade Buildings\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Technical and Utility (supply and disposal)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Technical and Utility (supply and disposal)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Office, Administrative or Government Buildings\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Technical and Utility (supply and disposal)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Office, Administrative or Government Buildings\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Health and Care\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Technical and Utility (supply and disposal)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Trade Buildings\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Technical and Utility (supply and disposal)\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Generalized (2) Production buildings\n",
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Trade Buildings\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Health and Care\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Trade Buildings\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Available building types: ['IWU Office, Administrative or Government Buildings', 'IWU Research and University Teaching', 'IWU Health and Care', 'IWU School, Day Nursery and other Care', 'IWU Culture and Leisure', 'IWU Sports Facilities', 'IWU Hotels, Boarding, Restaurants or Catering', 'IWU Production, Workshop, Warehouse or Operations', 'IWU Trade Buildings', 'IWU Technical and Utility (supply and disposal)', 'IWU Transport', 'IWU Generalized (1) Services building', 'IWU Generalized (2) Production buildings']\n",
+ "Current usage: IWU Production, Workshop, Warehouse or Operations\n",
+ "No data about lighntning control available for IWU Production, Workshop, Warehouse or Operations and data type Technical and Utility Buildings (supply and disposal)Gewerbliche und industrielle Hallen (mittelschwere Arbeit, überw. stehende Tätigkeit)\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\.venv\\Lib\\site-packages\\teaser\\logic\\buildingobjects\\useconditions.py:363: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.\n",
+ " index=pd.date_range(\"2019-01-01 00:00:00\", periods=8760, freq=\"H\")\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n",
+ "c:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\classes\\datahandler.py:522: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " building[\"buildingFeatures\"][\"mean_drawoff_dhw\"] = bldgs[\"mean_drawoff_vol_per_day\"][index]\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Calculate demands of building 0_AB_65_0\n",
+ "Calculate demands of building 1_AB_61_0\n",
+ "Calculate demands of building 2_IWU Transport_[1]_0\n",
+ "Calculate demands of building 3_AB_15_0\n",
+ "Calculate demands of building 4_AB_24_0\n",
+ "Calculate demands of building 5_AB_24_0\n",
+ "Calculate demands of building 6_AB_29_0\n",
+ "Calculate demands of building 7_IWU Transport_[4]_0\n",
+ "Calculate demands of building 8_IWU Technical and Utility (supply and disposal)_[1]_0\n",
+ "Calculate demands of building 9_AB_13_0\n",
+ "Calculate demands of building 10_AB_32_0\n",
+ "Calculate demands of building 11_AB_20_0\n",
+ "Internal gains are negative. This migth be due to cooling devices.\n",
+ "Calculate demands of building 12_IWU Trade Buildings_[11]_0\n",
+ "Calculate demands of building 13_AB_44_0\n",
+ "Calculate demands of building 14_SFH_1_0\n",
+ "Calculate demands of building 15_AB_11_0\n",
+ "Calculate demands of building 16_AB_49_0\n",
+ "Calculate demands of building 17_AB_64_0\n",
+ "Calculate demands of building 18_IWU Culture and Leisure_[1203]_0\n",
+ "Calculate demands of building 19_AB_60_0\n",
+ "Calculate demands of building 20_AB_28_0\n",
+ "Calculate demands of building 21_AB_64_0\n",
+ "Calculate demands of building 22_AB_26_0\n",
+ "Calculate demands of building 23_AB_11_0\n",
+ "Calculate demands of building 24_AB_42_0\n",
+ "Calculate demands of building 25_AB_52_0\n",
+ "Calculate demands of building 26_AB_50_0\n",
+ "Calculate demands of building 27_AB_11_0\n",
+ "Calculate demands of building 28_AB_26_0\n",
+ "Calculate demands of building 29_AB_29_0\n",
+ "Calculate demands of building 30_TH_1_0\n",
+ "Calculate demands of building 31_AB_46_0\n",
+ "Calculate demands of building 32_AB_51_0\n",
+ "Calculate demands of building 33_AB_77_0\n",
+ "Calculate demands of building 34_AB_19_0\n",
+ "Calculate demands of building 35_IWU Sports Facilities_[5719]_0\n",
+ "Calculate demands of building 36_TH_1_0\n",
+ "Calculate demands of building 37_TH_1_0\n",
+ "Calculate demands of building 38_AB_28_0\n",
+ "Calculate demands of building 39_IWU Health and Care_[136]_0\n",
+ "Calculate demands of building 40_AB_83_0\n",
+ "Calculate demands of building 41_SFH_1_0\n",
+ "Calculate demands of building 42_AB_12_0\n",
+ "Calculate demands of building 43_AB_33_0\n",
+ "Calculate demands of building 44_AB_47_0\n",
+ "Calculate demands of building 45_AB_52_0\n",
+ "Calculate demands of building 46_AB_18_0\n",
+ "Calculate demands of building 47_AB_42_0\n",
+ "Calculate demands of building 48_AB_23_0\n",
+ "Calculate demands of building 49_AB_30_0\n",
+ "Calculate demands of building 50_AB_38_0\n",
+ "Calculate demands of building 51_TH_1_0\n",
+ "Calculate demands of building 52_AB_50_0\n",
+ "Calculate demands of building 53_AB_60_0\n",
+ "Calculate demands of building 54_AB_12_0\n",
+ "Calculate demands of building 55_TH_1_0\n",
+ "Calculate demands of building 56_AB_54_0\n",
+ "Calculate demands of building 57_AB_61_0\n",
+ "Calculate demands of building 58_AB_39_0\n",
+ "Calculate demands of building 59_AB_57_0\n",
+ "Calculate demands of building 60_AB_68_0\n",
+ "Calculate demands of building 61_AB_33_0\n",
+ "Calculate demands of building 62_AB_65_0\n",
+ "Calculate demands of building 63_MFH_7_0\n",
+ "Calculate demands of building 64_AB_19_0\n",
+ "Calculate demands of building 65_IWU Transport_[22]_0\n",
+ "Calculate demands of building 66_AB_36_0\n",
+ "Calculate demands of building 67_AB_25_0\n",
+ "Calculate demands of building 68_AB_15_0\n",
+ "Calculate demands of building 69_AB_32_0\n",
+ "Calculate demands of building 70_AB_21_0\n",
+ "Calculate demands of building 71_AB_18_0\n",
+ "Calculate demands of building 72_AB_47_0\n",
+ "Calculate demands of building 73_IWU Transport_[2]_0\n",
+ "Calculate demands of building 74_AB_19_0\n",
+ "Calculate demands of building 75_AB_12_0\n",
+ "Calculate demands of building 76_AB_78_0\n",
+ "Calculate demands of building 77_IWU Transport_[5]_0\n",
+ "Calculate demands of building 78_AB_34_0\n",
+ "Calculate demands of building 79_AB_19_0\n",
+ "Calculate demands of building 80_AB_24_0\n",
+ "Calculate demands of building 81_AB_47_0\n",
+ "Calculate demands of building 82_AB_14_0\n",
+ "Calculate demands of building 83_AB_10_0\n",
+ "Calculate demands of building 84_IWU Hotels, Boarding, Restaurants or Catering_[123]_0\n",
+ "Calculate demands of building 85_AB_47_0\n",
+ "Calculate demands of building 86_TH_1_0\n",
+ "Calculate demands of building 87_IWU Transport_[3]_0\n",
+ "Calculate demands of building 88_AB_40_0\n",
+ "Calculate demands of building 89_IWU Transport_[5]_0\n",
+ "Calculate demands of building 90_AB_25_0\n",
+ "Calculate demands of building 91_AB_29_0\n",
+ "Calculate demands of building 92_AB_35_0\n",
+ "Calculate demands of building 93_IWU Transport_[2]_0\n",
+ "Calculate demands of building 94_AB_20_0\n",
+ "Calculate demands of building 95_AB_33_0\n",
+ "Calculate demands of building 96_AB_68_0\n",
+ "Calculate demands of building 97_AB_33_0\n",
+ "Calculate demands of building 98_AB_47_0\n",
+ "Calculate demands of building 99_AB_36_0\n",
+ "Calculate demands of building 100_AB_33_0\n",
+ "Calculate demands of building 101_AB_47_0\n",
+ "Calculate demands of building 102_AB_28_0\n",
+ "Calculate demands of building 103_AB_28_0\n",
+ "Calculate demands of building 104_AB_45_0\n",
+ "Calculate demands of building 105_AB_46_0\n",
+ "Calculate demands of building 106_AB_11_0\n",
+ "Calculate demands of building 107_AB_29_0\n",
+ "Calculate demands of building 108_IWU School, Day Nursery and other Care_[2735]_0\n",
+ "Calculate demands of building 109_AB_36_0\n",
+ "Calculate demands of building 110_AB_34_0\n",
+ "Calculate demands of building 111_AB_12_0\n",
+ "Calculate demands of building 112_AB_22_0\n",
+ "Calculate demands of building 113_AB_14_0\n",
+ "Calculate demands of building 114_IWU Transport_[2]_0\n",
+ "Calculate demands of building 115_AB_35_0\n",
+ "Calculate demands of building 116_AB_50_0\n",
+ "Calculate demands of building 117_AB_14_0\n",
+ "Calculate demands of building 118_AB_40_0\n",
+ "Calculate demands of building 119_AB_40_0\n",
+ "Calculate demands of building 120_AB_29_0\n",
+ "Calculate demands of building 121_AB_33_0\n",
+ "Internal gains are negative. This migth be due to cooling devices.\n",
+ "Calculate demands of building 122_IWU Trade Buildings_[32]_0\n",
+ "Calculate demands of building 123_AB_42_0\n",
+ "Calculate demands of building 124_AB_38_0\n",
+ "Calculate demands of building 125_AB_18_0\n",
+ "Calculate demands of building 126_AB_24_0\n",
+ "Calculate demands of building 127_AB_15_0\n",
+ "Calculate demands of building 128_AB_14_0\n",
+ "Calculate demands of building 129_AB_30_0\n",
+ "Calculate demands of building 130_SFH_1_0\n",
+ "Calculate demands of building 131_IWU School, Day Nursery and other Care_[11578]_0\n",
+ "Calculate demands of building 132_TH_1_0\n",
+ "Calculate demands of building 133_AB_12_0\n",
+ "Calculate demands of building 134_AB_23_0\n",
+ "Calculate demands of building 135_AB_42_0\n",
+ "Calculate demands of building 136_IWU Research and University Teaching_[7160]_0\n",
+ "Calculate demands of building 137_TH_1_0\n",
+ "Calculate demands of building 138_AB_37_0\n",
+ "Calculate demands of building 139_AB_63_0\n",
+ "Calculate demands of building 140_AB_54_0\n",
+ "Calculate demands of building 141_AB_10_0\n",
+ "Calculate demands of building 142_AB_20_0\n",
+ "Calculate demands of building 143_AB_44_0\n",
+ "Calculate demands of building 144_AB_45_0\n",
+ "Calculate demands of building 145_AB_42_0\n",
+ "Calculate demands of building 146_AB_20_0\n",
+ "Calculate demands of building 147_AB_43_0\n",
+ "Calculate demands of building 148_AB_19_0\n",
+ "Calculate demands of building 149_AB_61_0\n",
+ "Calculate demands of building 150_AB_29_0\n",
+ "Calculate demands of building 151_AB_52_0\n",
+ "Calculate demands of building 152_AB_52_0\n",
+ "Calculate demands of building 153_AB_11_0\n",
+ "Calculate demands of building 154_AB_10_0\n",
+ "Calculate demands of building 155_AB_18_0\n",
+ "Calculate demands of building 156_AB_26_0\n",
+ "Calculate demands of building 157_IWU Culture and Leisure_[1213]_0\n",
+ "Calculate demands of building 158_AB_44_0\n",
+ "Calculate demands of building 159_AB_35_0\n",
+ "Calculate demands of building 160_AB_19_0\n",
+ "Calculate demands of building 161_IWU Research and University Teaching_[24]_0\n",
+ "Calculate demands of building 162_AB_14_0\n",
+ "Calculate demands of building 163_AB_47_0\n",
+ "Calculate demands of building 164_AB_42_0\n",
+ "Calculate demands of building 165_AB_31_0\n",
+ "Calculate demands of building 166_IWU Office, Administrative or Government Buildings_[2908]_0\n",
+ "Calculate demands of building 167_AB_46_0\n",
+ "Calculate demands of building 168_AB_52_0\n",
+ "Calculate demands of building 169_AB_74_0\n",
+ "Calculate demands of building 170_AB_25_0\n",
+ "Calculate demands of building 171_AB_384_0\n",
+ "Calculate demands of building 172_TH_1_0\n",
+ "Calculate demands of building 173_TH_1_0\n",
+ "Calculate demands of building 174_TH_1_0\n",
+ "Calculate demands of building 175_AB_38_0\n",
+ "Calculate demands of building 176_TH_1_0\n",
+ "Calculate demands of building 177_AB_49_0\n",
+ "Calculate demands of building 178_IWU School, Day Nursery and other Care_[817]_0\n",
+ "Calculate demands of building 179_AB_24_0\n",
+ "Calculate demands of building 180_IWU School, Day Nursery and other Care_[28]_0\n",
+ "Calculate demands of building 181_AB_19_0\n",
+ "Calculate demands of building 182_IWU Transport_[10]_0\n",
+ "Calculate demands of building 183_SFH_1_0\n",
+ "Calculate demands of building 184_IWU Technical and Utility (supply and disposal)_[14]_0\n",
+ "Calculate demands of building 185_TH_1_0\n",
+ "Calculate demands of building 186_AB_31_0\n",
+ "Calculate demands of building 187_TH_1_0\n",
+ "Calculate demands of building 188_TH_1_0\n",
+ "Calculate demands of building 189_AB_34_0\n",
+ "Calculate demands of building 190_AB_44_0\n",
+ "Calculate demands of building 191_AB_54_0\n",
+ "Calculate demands of building 192_IWU Transport_[48]_0\n",
+ "Calculate demands of building 193_AB_35_0\n",
+ "Calculate demands of building 194_TH_1_0\n",
+ "Calculate demands of building 195_AB_50_0\n",
+ "Calculate demands of building 196_AB_37_0\n",
+ "Calculate demands of building 197_AB_69_0\n",
+ "Calculate demands of building 198_AB_64_0\n",
+ "Calculate demands of building 199_MFH_4_0\n",
+ "Calculate demands of building 200_IWU Technical and Utility (supply and disposal)_[5]_0\n",
+ "Calculate demands of building 201_TH_1_0\n",
+ "Calculate demands of building 202_AB_188_0\n",
+ "Calculate demands of building 203_AB_46_0\n",
+ "Calculate demands of building 204_TH_1_0\n",
+ "Calculate demands of building 205_IWU School, Day Nursery and other Care_[103]_0\n",
+ "Calculate demands of building 206_AB_39_0\n",
+ "Calculate demands of building 207_TH_1_0\n",
+ "Calculate demands of building 208_TH_1_0\n",
+ "Calculate demands of building 209_AB_55_0\n",
+ "Calculate demands of building 210_IWU Transport_[6]_0\n",
+ "Calculate demands of building 211_AB_55_0\n",
+ "Calculate demands of building 212_AB_18_0\n",
+ "Calculate demands of building 213_TH_1_0\n",
+ "Calculate demands of building 214_TH_1_0\n",
+ "Calculate demands of building 215_IWU Technical and Utility (supply and disposal)_[77]_0\n",
+ "Calculate demands of building 216_IWU Transport_[31]_0\n",
+ "Calculate demands of building 217_IWU School, Day Nursery and other Care_[652]_0\n",
+ "Calculate demands of building 218_AB_157_0\n",
+ "Calculate demands of building 219_IWU Office, Administrative or Government Buildings_[440]_0\n",
+ "Calculate demands of building 220_AB_85_0\n",
+ "Calculate demands of building 221_TH_1_0\n",
+ "Calculate demands of building 222_AB_144_0\n",
+ "Calculate demands of building 223_AB_54_0\n",
+ "Calculate demands of building 224_AB_54_0\n",
+ "Calculate demands of building 225_AB_24_0\n",
+ "Calculate demands of building 226_AB_45_0\n",
+ "Calculate demands of building 227_AB_24_0\n",
+ "Calculate demands of building 228_IWU Technical and Utility (supply and disposal)_[1]_0\n",
+ "Calculate demands of building 229_TH_1_0\n",
+ "Calculate demands of building 230_TH_1_0\n",
+ "Calculate demands of building 231_TH_1_0\n",
+ "Calculate demands of building 232_AB_15_0\n",
+ "Calculate demands of building 233_TH_1_0\n",
+ "Calculate demands of building 234_AB_17_0\n",
+ "Calculate demands of building 235_AB_23_0\n",
+ "Calculate demands of building 236_AB_29_0\n",
+ "Calculate demands of building 237_AB_61_0\n",
+ "Calculate demands of building 238_AB_45_0\n",
+ "Calculate demands of building 239_AB_33_0\n",
+ "Calculate demands of building 240_TH_1_0\n",
+ "Calculate demands of building 241_TH_1_0\n",
+ "Calculate demands of building 242_IWU School, Day Nursery and other Care_[15269]_0\n",
+ "Calculate demands of building 243_SFH_1_0\n",
+ "Calculate demands of building 244_AB_194_0\n",
+ "Calculate demands of building 245_AB_541_0\n",
+ "Calculate demands of building 246_IWU Generalized (2) Production buildings_[2]_0\n",
+ "Calculate demands of building 247_IWU Production, Workshop, Warehouse or Operations_[33]_0\n",
+ "Calculate demands of building 248_MFH_4_0\n",
+ "Calculate demands of building 249_TH_1_0\n",
+ "Calculate demands of building 250_TH_1_0\n",
+ "Calculate demands of building 251_MFH_47_0\n",
+ "Calculate demands of building 252_IWU Technical and Utility (supply and disposal)_[105]_0\n",
+ "Calculate demands of building 253_TH_1_0\n",
+ "Calculate demands of building 254_IWU Transport_[2]_0\n",
+ "Calculate demands of building 255_MFH_4_0\n",
+ "Calculate demands of building 256_AB_19_0\n",
+ "Calculate demands of building 257_IWU Hotels, Boarding, Restaurants or Catering_[46]_0\n",
+ "Calculate demands of building 258_AB_10_0\n",
+ "Calculate demands of building 259_TH_1_0\n",
+ "Calculate demands of building 260_IWU Transport_[1]_0\n",
+ "Calculate demands of building 261_MFH_22_0\n",
+ "Calculate demands of building 262_IWU Technical and Utility (supply and disposal)_[3047]_0\n",
+ "Calculate demands of building 263_IWU Office, Administrative or Government Buildings_[296]_0\n",
+ "Calculate demands of building 264_TH_1_0\n",
+ "Calculate demands of building 265_IWU Production, Workshop, Warehouse or Operations_[138]_0\n",
+ "Calculate demands of building 266_IWU Trade Buildings_[806]_0\n",
+ "Calculate demands of building 267_TH_1_0\n",
+ "Calculate demands of building 268_AB_24_0\n",
+ "Calculate demands of building 269_AB_48_0\n",
+ "Calculate demands of building 270_IWU Production, Workshop, Warehouse or Operations_[43]_0\n",
+ "Calculate demands of building 271_MFH_7_0\n",
+ "Calculate demands of building 272_MFH_26_0\n",
+ "Calculate demands of building 273_MFH_48_0\n",
+ "Calculate demands of building 274_AB_67_0\n",
+ "Calculate demands of building 275_MFH_22_0\n",
+ "Calculate demands of building 276_AB_151_0\n",
+ "Calculate demands of building 277_TH_1_0\n",
+ "Calculate demands of building 278_TH_1_0\n",
+ "Calculate demands of building 279_IWU Technical and Utility (supply and disposal)_[4]_0\n",
+ "Calculate demands of building 280_MFH_15_0\n",
+ "Calculate demands of building 281_IWU Production, Workshop, Warehouse or Operations_[26]_0\n",
+ "Calculate demands of building 282_TH_1_0\n",
+ "Calculate demands of building 283_MFH_7_0\n",
+ "Calculate demands of building 284_IWU Technical and Utility (supply and disposal)_[5135]_0\n",
+ "Calculate demands of building 285_TH_1_0\n",
+ "Calculate demands of building 286_TH_1_0\n",
+ "Calculate demands of building 287_AB_39_0\n",
+ "Calculate demands of building 288_IWU Production, Workshop, Warehouse or Operations_[272]_0\n",
+ "Internal gains are negative. This migth be due to cooling devices.\n",
+ "Calculate demands of building 289_IWU Trade Buildings_[8]_0\n",
+ "Internal gains are negative. This migth be due to cooling devices.\n",
+ "Calculate demands of building 290_IWU Trade Buildings_[89]_0\n",
+ "Calculate demands of building 291_TH_1_0\n",
+ "Calculate demands of building 292_IWU Technical and Utility (supply and disposal)_[127]_0\n",
+ "Calculate demands of building 293_IWU Production, Workshop, Warehouse or Operations_[27]_0\n",
+ "Calculate demands of building 294_SFH_1_0\n",
+ "Calculate demands of building 295_TH_1_0\n",
+ "Calculate demands of building 296_TH_1_0\n",
+ "Calculate demands of building 297_MFH_17_0\n",
+ "Calculate demands of building 298_TH_1_0\n",
+ "Calculate demands of building 299_TH_1_0\n",
+ "Calculate demands of building 300_MFH_19_0\n",
+ "Calculate demands of building 301_MFH_4_0\n",
+ "Calculate demands of building 302_IWU Technical and Utility (supply and disposal)_[564]_0\n",
+ "Calculate demands of building 303_IWU Transport_[8]_0\n",
+ "Calculate demands of building 304_TH_1_0\n",
+ "Calculate demands of building 305_IWU Technical and Utility (supply and disposal)_[28]_0\n",
+ "Calculate demands of building 306_AB_19_0\n",
+ "Calculate demands of building 307_AB_10_0\n",
+ "Calculate demands of building 308_AB_30_0\n",
+ "Calculate demands of building 309_MFH_8_0\n",
+ "Calculate demands of building 310_IWU Production, Workshop, Warehouse or Operations_[118]_0\n",
+ "Calculate demands of building 311_MFH_4_0\n",
+ "Calculate demands of building 312_IWU Transport_[7]_0\n",
+ "Calculate demands of building 313_AB_47_0\n",
+ "Calculate demands of building 314_AB_17_0\n",
+ "Calculate demands of building 315_AB_55_0\n",
+ "Calculate demands of building 316_MFH_59_0\n",
+ "Calculate demands of building 317_MFH_13_0\n",
+ "Calculate demands of building 318_TH_1_0\n",
+ "Calculate demands of building 319_AB_14_0\n",
+ "Calculate demands of building 320_TH_1_0\n",
+ "Calculate demands of building 321_TH_1_0\n",
+ "Calculate demands of building 322_AB_59_0\n",
+ "Calculate demands of building 323_MFH_46_0\n",
+ "Calculate demands of building 324_AB_52_0\n",
+ "Calculate demands of building 325_AB_18_0\n",
+ "Calculate demands of building 326_MFH_47_0\n",
+ "Calculate demands of building 327_IWU Production, Workshop, Warehouse or Operations_[38]_0\n",
+ "Calculate demands of building 328_MFH_6_0\n",
+ "Calculate demands of building 329_IWU Technical and Utility (supply and disposal)_[287]_0\n",
+ "Calculate demands of building 330_IWU Technical and Utility (supply and disposal)_[3]_0\n",
+ "Calculate demands of building 331_MFH_17_0\n",
+ "Calculate demands of building 332_IWU Technical and Utility (supply and disposal)_[35]_0\n",
+ "Internal gains are negative. This migth be due to cooling devices.\n",
+ "Calculate demands of building 333_IWU Trade Buildings_[159]_0\n",
+ "Calculate demands of building 334_IWU Production, Workshop, Warehouse or Operations_[29]_0\n",
+ "Calculate demands of building 335_TH_1_0\n",
+ "Calculate demands of building 336_IWU Production, Workshop, Warehouse or Operations_[42]_0\n",
+ "Calculate demands of building 337_MFH_33_0\n",
+ "Calculate demands of building 338_IWU Technical and Utility (supply and disposal)_[434]_0\n",
+ "Calculate demands of building 339_AB_23_0\n",
+ "Calculate demands of building 340_IWU Transport_[74]_0\n",
+ "Calculate demands of building 341_IWU Production, Workshop, Warehouse or Operations_[63]_0\n",
+ "Calculate demands of building 342_IWU Technical and Utility (supply and disposal)_[7]_0\n",
+ "Calculate demands of building 343_IWU Trade Buildings_[22]_0\n",
+ "Calculate demands of building 344_IWU Generalized (2) Production buildings_[235]_0\n",
+ "Calculate demands of building 345_TH_1_0\n",
+ "Calculate demands of building 346_MFH_9_0\n",
+ "Calculate demands of building 347_IWU Transport_[18]_0\n",
+ "Calculate demands of building 348_IWU Production, Workshop, Warehouse or Operations_[78]_0\n",
+ "Calculate demands of building 349_IWU Technical and Utility (supply and disposal)_[154]_0\n",
+ "Calculate demands of building 350_TH_1_0\n",
+ "Calculate demands of building 351_MFH_8_0\n",
+ "Calculate demands of building 352_MFH_48_0\n",
+ "Calculate demands of building 353_AB_53_0\n",
+ "Calculate demands of building 354_AB_12_0\n",
+ "Calculate demands of building 355_MFH_38_0\n",
+ "Calculate demands of building 356_TH_1_0\n",
+ "Calculate demands of building 357_IWU Production, Workshop, Warehouse or Operations_[77]_0\n",
+ "Calculate demands of building 358_IWU Technical and Utility (supply and disposal)_[22]_0\n",
+ "Calculate demands of building 359_IWU Production, Workshop, Warehouse or Operations_[50]_0\n",
+ "Calculate demands of building 360_AB_48_0\n",
+ "Calculate demands of building 361_IWU Technical and Utility (supply and disposal)_[2430]_0\n",
+ "Calculate demands of building 362_MFH_36_0\n",
+ "Calculate demands of building 363_IWU Generalized (2) Production buildings_[269]_0\n",
+ "Calculate demands of building 364_AB_14_0\n",
+ "Calculate demands of building 365_IWU Production, Workshop, Warehouse or Operations_[28]_0\n",
+ "Internal gains are negative. This migth be due to cooling devices.\n",
+ "Calculate demands of building 366_IWU Trade Buildings_[420]_0\n",
+ "Calculate demands of building 367_MFH_22_0\n",
+ "Calculate demands of building 368_TH_1_0\n",
+ "Calculate demands of building 369_AB_37_0\n",
+ "Calculate demands of building 370_IWU Technical and Utility (supply and disposal)_[30]_0\n",
+ "Calculate demands of building 371_MFH_41_0\n",
+ "Calculate demands of building 372_IWU Office, Administrative or Government Buildings_[150]_0\n",
+ "Calculate demands of building 373_IWU Production, Workshop, Warehouse or Operations_[50]_0\n",
+ "Calculate demands of building 374_AB_21_0\n",
+ "Calculate demands of building 375_AB_45_0\n",
+ "Calculate demands of building 376_AB_52_0\n",
+ "Calculate demands of building 377_MFH_48_0\n",
+ "Calculate demands of building 378_IWU Generalized (2) Production buildings_[8]_0\n",
+ "Calculate demands of building 379_IWU Trade Buildings_[1711]_0\n",
+ "Calculate demands of building 380_AB_10_0\n",
+ "Calculate demands of building 381_IWU Generalized (2) Production buildings_[8]_0\n",
+ "Calculate demands of building 382_IWU Production, Workshop, Warehouse or Operations_[331]_0\n",
+ "Calculate demands of building 383_AB_64_0\n",
+ "Calculate demands of building 384_AB_32_0\n",
+ "Calculate demands of building 385_MFH_85_0\n",
+ "Calculate demands of building 386_IWU Production, Workshop, Warehouse or Operations_[60]_0\n",
+ "Calculate demands of building 387_IWU Hotels, Boarding, Restaurants or Catering_[1807]_0\n",
+ "Calculate demands of building 388_IWU Production, Workshop, Warehouse or Operations_[198]_0\n",
+ "Calculate demands of building 389_MFH_12_0\n",
+ "Calculate demands of building 390_MFH_18_0\n",
+ "Calculate demands of building 391_IWU Technical and Utility (supply and disposal)_[2115]_0\n",
+ "Calculate demands of building 392_IWU Production, Workshop, Warehouse or Operations_[20]_0\n",
+ "Calculate demands of building 393_MFH_6_0\n",
+ "Calculate demands of building 394_AB_37_0\n",
+ "Calculate demands of building 395_IWU Transport_[63]_0\n",
+ "Calculate demands of building 396_AB_186_0\n",
+ "Calculate demands of building 397_MFH_57_0\n",
+ "Calculate demands of building 398_IWU Production, Workshop, Warehouse or Operations_[338]_0\n",
+ "Calculate demands of building 399_TH_1_0\n",
+ "Calculate demands of building 400_MFH_109_0\n",
+ "Calculate demands of building 401_TH_1_0\n",
+ "Calculate demands of building 402_AB_271_0\n",
+ "Calculate demands of building 403_MFH_16_0\n",
+ "Calculate demands of building 404_AB_33_0\n",
+ "Calculate demands of building 405_AB_36_0\n",
+ "Calculate demands of building 406_IWU Production, Workshop, Warehouse or Operations_[8]_0\n",
+ "Calculate demands of building 407_SFH_1_0\n",
+ "Calculate demands of building 408_AB_49_0\n",
+ "Calculate demands of building 409_MFH_61_0\n",
+ "Calculate demands of building 410_IWU Office, Administrative or Government Buildings_[740]_0\n",
+ "Calculate demands of building 411_IWU Generalized (2) Production buildings_[2]_0\n",
+ "Calculate demands of building 412_IWU Production, Workshop, Warehouse or Operations_[2]_0\n",
+ "Calculate demands of building 413_MFH_41_0\n",
+ "Calculate demands of building 414_MFH_57_0\n",
+ "Calculate demands of building 415_IWU Transport_[7]_0\n",
+ "Calculate demands of building 416_MFH_5_0\n",
+ "Calculate demands of building 417_AB_68_0\n",
+ "Calculate demands of building 418_IWU Production, Workshop, Warehouse or Operations_[696]_0\n",
+ "Calculate demands of building 419_IWU Production, Workshop, Warehouse or Operations_[63]_0\n",
+ "Calculate demands of building 420_IWU Production, Workshop, Warehouse or Operations_[74]_0\n",
+ "Calculate demands of building 421_IWU Technical and Utility (supply and disposal)_[78]_0\n",
+ "Calculate demands of building 422_AB_284_0\n",
+ "Calculate demands of building 423_MFH_4_0\n",
+ "Calculate demands of building 424_AB_34_0\n",
+ "Calculate demands of building 425_AB_46_0\n",
+ "Calculate demands of building 426_IWU Technical and Utility (supply and disposal)_[4]_0\n",
+ "Calculate demands of building 427_TH_1_0\n",
+ "Calculate demands of building 428_AB_17_0\n",
+ "Calculate demands of building 429_AB_34_0\n",
+ "Calculate demands of building 430_IWU Technical and Utility (supply and disposal)_[486]_0\n",
+ "Calculate demands of building 431_IWU Production, Workshop, Warehouse or Operations_[223]_0\n",
+ "Calculate demands of building 432_TH_1_0\n",
+ "Calculate demands of building 433_IWU Production, Workshop, Warehouse or Operations_[4]_0\n",
+ "Calculate demands of building 434_IWU Production, Workshop, Warehouse or Operations_[26]_0\n",
+ "Calculate demands of building 435_AB_48_0\n",
+ "Calculate demands of building 436_MFH_22_0\n",
+ "Calculate demands of building 437_AB_27_0\n",
+ "Calculate demands of building 438_MFH_8_0\n",
+ "Calculate demands of building 439_AB_18_0\n",
+ "Calculate demands of building 440_TH_1_0\n",
+ "Calculate demands of building 441_AB_22_0\n",
+ "Calculate demands of building 442_TH_1_0\n",
+ "Calculate demands of building 443_AB_32_0\n",
+ "Calculate demands of building 444_IWU Transport_[4]_0\n",
+ "Calculate demands of building 445_SFH_1_0\n",
+ "Calculate demands of building 446_TH_1_0\n",
+ "Calculate demands of building 447_IWU Technical and Utility (supply and disposal)_[7]_0\n",
+ "Calculate demands of building 448_AB_17_0\n",
+ "Calculate demands of building 449_TH_1_0\n",
+ "Calculate demands of building 450_IWU Production, Workshop, Warehouse or Operations_[135]_0\n",
+ "Calculate demands of building 451_MFH_6_0\n",
+ "Calculate demands of building 452_IWU Production, Workshop, Warehouse or Operations_[27]_0\n",
+ "Calculate demands of building 453_IWU Production, Workshop, Warehouse or Operations_[12]_0\n",
+ "Calculate demands of building 454_IWU Technical and Utility (supply and disposal)_[108]_0\n",
+ "Calculate demands of building 455_TH_1_0\n",
+ "Calculate demands of building 456_IWU Trade Buildings_[675]_0\n",
+ "Calculate demands of building 457_AB_16_0\n",
+ "Calculate demands of building 458_TH_1_0\n",
+ "Calculate demands of building 459_IWU Technical and Utility (supply and disposal)_[339]_0\n",
+ "Calculate demands of building 460_TH_1_0\n",
+ "Calculate demands of building 461_TH_1_0\n",
+ "Calculate demands of building 462_TH_1_0\n",
+ "Calculate demands of building 463_SFH_1_0\n",
+ "Calculate demands of building 464_MFH_58_0\n",
+ "Calculate demands of building 465_AB_35_0\n",
+ "Calculate demands of building 466_IWU Production, Workshop, Warehouse or Operations_[158]_0\n",
+ "Calculate demands of building 467_MFH_18_0\n",
+ "Calculate demands of building 468_AB_58_0\n",
+ "Calculate demands of building 469_MFH_54_0\n",
+ "Calculate demands of building 470_AB_59_0\n",
+ "Calculate demands of building 471_AB_64_0\n",
+ "Calculate demands of building 472_TH_1_0\n",
+ "Calculate demands of building 473_IWU Production, Workshop, Warehouse or Operations_[51]_0\n",
+ "Calculate demands of building 474_MFH_18_0\n",
+ "Calculate demands of building 475_TH_1_0\n",
+ "Calculate demands of building 476_MFH_16_0\n",
+ "Calculate demands of building 477_SFH_1_0\n",
+ "Calculate demands of building 478_IWU Production, Workshop, Warehouse or Operations_[4]_0\n",
+ "Calculate demands of building 479_IWU Technical and Utility (supply and disposal)_[20]_0\n",
+ "Calculate demands of building 480_IWU Office, Administrative or Government Buildings_[5120]_0\n",
+ "Calculate demands of building 481_IWU Technical and Utility (supply and disposal)_[322]_0\n",
+ "Calculate demands of building 482_SFH_1_0\n",
+ "Calculate demands of building 483_TH_1_0\n",
+ "Calculate demands of building 484_IWU Production, Workshop, Warehouse or Operations_[46]_0\n",
+ "Calculate demands of building 485_SFH_1_0\n",
+ "Calculate demands of building 486_IWU Office, Administrative or Government Buildings_[137]_0\n",
+ "Calculate demands of building 487_SFH_1_0\n",
+ "Calculate demands of building 488_SFH_1_0\n",
+ "Calculate demands of building 489_TH_1_0\n",
+ "Calculate demands of building 490_IWU Health and Care_[171]_0\n",
+ "Calculate demands of building 491_IWU Technical and Utility (supply and disposal)_[5]_0\n",
+ "Calculate demands of building 492_TH_1_0\n",
+ "Calculate demands of building 493_IWU Trade Buildings_[1049]_0\n",
+ "Calculate demands of building 494_TH_1_0\n",
+ "Calculate demands of building 495_TH_1_0\n",
+ "Calculate demands of building 496_TH_1_0\n",
+ "Calculate demands of building 497_TH_1_0\n",
+ "Calculate demands of building 498_TH_1_0\n",
+ "Calculate demands of building 499_IWU Technical and Utility (supply and disposal)_[0]_0\n",
+ "Calculate demands of building 500_IWU Generalized (2) Production buildings_[26]_0\n",
+ "Calculate demands of building 501_IWU Trade Buildings_[13]_0\n",
+ "Calculate demands of building 502_TH_1_0\n",
+ "Calculate demands of building 503_MFH_32_0\n",
+ "Calculate demands of building 504_AB_65_0\n",
+ "Calculate demands of building 505_IWU Health and Care_[159]_0\n",
+ "Calculate demands of building 506_TH_1_0\n",
+ "Calculate demands of building 507_AB_31_0\n",
+ "Calculate demands of building 508_IWU Trade Buildings_[1130]_0\n",
+ "Calculate demands of building 509_TH_1_0\n",
+ "Calculate demands of building 510_AB_60_0\n",
+ "Calculate demands of building 511_TH_1_0\n",
+ "Calculate demands of building 512_TH_1_0\n",
+ "Calculate demands of building 513_TH_1_0\n",
+ "Calculate demands of building 514_TH_1_0\n",
+ "Calculate demands of building 515_IWU Production, Workshop, Warehouse or Operations_[163]_0\n",
+ "Calculate demands of building 516_TH_1_0\n",
+ "Calculate demands of building 517_AB_50_0\n",
+ "Calculate demands of building 518_MFH_4_0\n",
+ "Calculate demands of building 519_AB_41_0\n",
+ "Finished generating demands!\n"
+ ]
+ }
+ ],
+ "source": [
+ "\n",
+ "\n",
+ "data.setWeatherFile('districtgenerator/data/weather/EPW/AMY_2010_2022_2020.epw')\n",
+ "\n",
+ "\n",
+ "\n",
+ "# Generate Environment for the District\n",
+ "\n",
+ "data.generateEnvironment(plz = \"10589\")\n",
+ "#C:\\Users\\felix\\Programmieren\\districtgenerator\\districtgenerator\\data\\scenarios\\20252001_Mierendorff_No_Retrofit.csv\n",
+ "data.initializeBuildings('20252001_Mierendorff_Normal_Retrofit')\n",
+ "data.generateBuildings()\n",
+ "# Update geometry\n",
+ "geometry_path = os.path.join(current_dir, 'districtgenerator', 'data', 'scenarios', 'Mierendorff_geometry_analysis.json')\n",
+ "data.setAdvancedModel(geometry_path)\n",
+ "data.updateGeometry()\n",
+ "data.setResultPath('20252001_Mierendorff_Normal_Retrofit_2020_adiabatic')\n",
+ "\n",
+ "data.generateDemands()\n"
+ ]
+ }
+ ],
+ "metadata": {
+ "kernelspec": {
+ "display_name": ".venv",
+ "language": "python",
+ "name": "python3"
+ },
+ "language_info": {
+ "codemirror_mode": {
+ "name": "ipython",
+ "version": 3
+ },
+ "file_extension": ".py",
+ "mimetype": "text/x-python",
+ "name": "python",
+ "nbconvert_exporter": "python",
+ "pygments_lexer": "ipython3",
+ "version": "3.12.5"
+ }
+ },
+ "nbformat": 4,
+ "nbformat_minor": 2
+}